body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    width: 92.5%;
    margin-right: auto;
    margin-left: 0;
    padding: 1% 2.5% 0;
    background: #FFFFFF;
    line-height: 1.8;
}
h1 {
    font-family: 'Caveat', cursive;
    font-size: 30px;
    color: rgb(60, 74, 100);
    background:#DDDDDD;
    padding-top: 0;
    margin-top: 15px;
}
h2 {
    line-height: 1.4;
}
h3 {
    margin-bottom: .8em;
    color: rgb(60, 74, 100);
    background: #eaeaea;
    text-align: left;
}
label {
    width:25%;
    display: inline-block;
}
input[type=text] {
    width: 70%;
    border-bottom: 1px solid lightgrey;
}
input[type=submit] {
    background-color: maroon;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
.thinline {
    border-bottom: 1px solid lightgrey;
}
@media (max-width: 800px) {
    h1 {
        font-size: 20px;
    }
    li a{
        font-size: 140%;
        padding-left: 20px;
        padding-right: 20px;
    }
}