@charset "UTF-8";
/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fafafa;
    margin: 0 auto 64px 0;
    text-align: center;
}
h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 72px;
    margin: 0;
}
h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin: 0;
    text-align: left;
}
p, li {
    font-size: 18px;
    line-height: 150%;
}
li {
    margin: 16px 0;
}
a {
    color: #1d68ce;
}
strong {
    font-weight: 500;
}
hr {
    max-width: 768px;
    height: 2px;
    background-color: #eee;
    border: none;
    margin: 32px auto;
}
header {
    display: inline-block;
    background: #eee;
    padding: 64px 0;
    width: 100%;
    text-align: left;
}
header div.container {
    margin: 0 auto;
    max-width: 768px;
}
header img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin-bottom: 32px;
}
header p {
    font-size: 18px;
    line-height: 150%;
}
section#introduction, section#highlights, section#beliefs, section#education, section#contact {}
section {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
section p, section ul {
    text-align: left;
}
section#introduction {
    margin-top: 64px;
}
header p {
    max-width: 768px;
}
section#education div.entity {
    text-align: left;
    margin-top: 32px;
    margin-bottom: 64px;
}
section#education div.entity a {
    font-weight: 500;
    font-size: 24px;
}
section#education div.entity p {
    max-width: 540px;
}
section#education div.entity span {
    line-height: 18px;
}
section#contact div.button {
    display: block;
    text-align: left;
}
section#contact div.button a {
    text-align: left;
    display: inline-block;
    color: #fff;
    background: #1d68ce;
    text-decoration: none;
    font-size: 24px;
    width: auto;
    padding: 16px 32px;
    border-radius: 8px;
    margin-top: 16px;
    transition: all 0.25s;
}
section#contact div.button a:hover {
    background: #3377d3;
}
@media screen and (max-width:800px) {
    section, hr {
        width: 90%;
        margin-left: 5%;
    }
    header h1, header img, header p {
        margin-left: 5%;
        margin-right: 5%;
    }
}