body {
    font-family: Georgia, serif;
    margin: 0;
    background: #ffffff;
    color: #111;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.site-logo {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 160px;
    height: auto;
}

.hero {
    text-align: center;
    margin-bottom: 50px;
}

.hero h1 {
    font-size: 44px;
    margin-bottom: 15px;
}

.subhead {
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    padding: 12px 28px;
    background: #1f4fa3;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
}

.cta-button:hover {
    background: #163a7a;
}

section {
    margin-bottom: 60px;
}

h2 {
    margin-bottom: 20px;
}

p {
    line-height: 1.7;
}

ul {
    margin-top: 15px;
    padding-left: 22px;
}

li {
    margin-bottom: 12px;
    line-height: 1.6;
}

hr {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #ccc;
}/* FORM */

form {
max-width: 650px;
margin: 40px auto;
}

label {
display:block;
margin-top:20px;
font-weight:600;
}

input, textarea {
width:100%;
padding:12px;
margin-top:6px;
border:1px solid #ccc;
border-radius:4px;
font-size:16px;
}

textarea {
min-height:120px;
}

button {
margin-top:25px;
padding:14px 28px;
background:#2f5d8c;
color:white;
border:none;
border-radius:4px;
font-size:16px;
cursor:pointer;
}

button:hover {
background:#244a70;
}/* Contact page header spacing */

.contact-header {
text-align:center;
margin-bottom:40px;
}

.contact-header h1{
margin-bottom:10px;
}

.contact-header p{
color:#555;
font-size:18px;
}/* CONTACT FORM LAYOUT */

section{
max-width:700px;
margin:40px auto;
}

form p{
margin-bottom:18px;
}

form input,
form textarea{
width:100%;
max-width:600px;
display:block;
}

form button{
display:block;
margin-top:30px;
}
form input,
form textarea{
padding:12px;
border:1px solid #ccc;
border-radius:4px;
font-size:16px;
}

form textarea{
min-height:120px;
}
