html, body {
    font-family: "Open Sans", Helvetica, sans-serif;
    background-color: #eee;
    color: black;
}
#maindiv{
    background-color: white;
    margin: 8vmin;
    padding: 4vmin;
}
h1{
    text-align: center;
}
#carefitlogo{
    height: 15rem;
    width: auto;
}
blockquote, .blockquote-attribution{
    background-color: darkblue;
    color: white;
    margin-left: 10rem;
    margin-right: 10rem;
    padding: 0.5rem;
}
blockquote{
    margin-bottom: 0;
}
.blockquote-attribution{
    margin-top:0;
    text-align: right;
    font-style: italic;
    font-size: smaller;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

#logoblock, #urlfooter, #copyright{
    text-align: center;
}

#logoblock{
    line-height: 3rem;
}
.smallerlogo{
    height: 4rem;
    width: auto;
    margin-left: 3rem;
    margin-right: 3rem;
}
.largerlogo{
    height: 8rem;
    width: auto;
    margin-left: 3rem;
    margin-right: 3rem;
}



#copyright{
    font-size: x-small;
}

.peopleblock, .peopleblock * {
    text-align: center;
}

.persondiv{
    display: inline-block;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 14rem;
}

.personname{
    font-weight: bold;
    margin-bottom: 0;
}
.personrole{
    margin-top: 0;
    font-style: italic;
}
