body{
    position:relative;
}

body>.container-fluid {
    max-width:960px;
}

/*Common classes*/
.center-message {
    margin:0 auto;
    text-align:center;
}

/*Logo*/
#ms-logo {
  margin: 2rem auto;
}

/*Intro*/
#ms-intro {
    padding: 10px 0;
}
#ms-intro p {
    max-width: 700px;
/*    margin: 0 auto;*/
/*    text-align: center;*/
}
#ms-intro .btn {
    margin:10px;
}

#ms-special-thanks .jumbotron {
/*    background-color: #FAFAD2;*/
}

#ms-special-thanks .jumbotron:before {
    content:"🏅";
    position:absolute;
    top:-10px;
    left:2px;
    font-size:3.5em
}

.donor {
    min-width:150px;
    margin:10px 10px;
    padding:6px;
    text-align: center;
/*    border:1px solid #888;*/
    box-shadow: 0 -1px 0 0 #888, 0 -3px 0 0 #fff, 0 -1px 0 0 #888, 0 1px 0 0 #888, 0 3px 0 0 #fff, 0 2px 0 0 #888
}


/*Testimonials*/
#ms-testimonials blockquote {
    min-width: 150px;
}
#ms-testimonials blockquote p {
    font-size:0.8em;
}
#ms-testimonials blockquote footer {
    font-size:0.6em;
}

/*Footer*/
#ms-footer {
    background:#fff;
}
#ms-footer strong {
    color:#ff4500;
}