body {
    background-color: #ffffff;
}

h1 {
    font-family: serif;
    text-transform: uppercase;
    color: #01446c;
    font-size: 2rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.65rem;
    line-height: 110%;
    color: #7c6e5a;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.125rem;
        line-height: 110%;
    }
}

#header {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header .col-md-6:nth-child(1) {
    text-align: center;
}

@media (min-width: 768px) {
    #header .col-md-6:nth-child(1) {
        text-align: left;
    }
}

#header .col-md-6:nth-child(2) {
    padding-top: 0px;
    font-weight: 500;
    padding-left: 120px;
}

@media (min-width: 768px) {
    #header .col-md-6:nth-child(2) {
        padding-top: 20px;
        padding-left: 400px;
    }
}

#header .col-md-6:nth-child(2) .col-xs-6 {
    text-align: right;
    text-transform: uppercase;
    padding-right: 10px;
}

#header i {
    color: #7c6e5a;
}

#header a:link,
#header a:visited {
    color: #01446c;
    text-decoration: none;

}

#header a:hover {
    color: #5a849d;
    text-decoration: underline;
}

#hero {
    background-image: url(../images/backHero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 75vh;
    padding: 0px;
    margin-top: 25px;
}

@media (min-width: 768px) {
    #hero {
        background-size: cover;
        background-attachment: fixed;
        height: 100vh;
        padding: 0px;
    }
}

.overlay {
    background-color: rgba(25, 25, 25, .65);
    height: 100%;
    padding-top: 45%;
    padding-bottom: 15%;
}

@media (min-width: 768px) {
    .overlay {
        padding-top: 22%;
        padding-bottom: 0%;
    }
}

#hero p {
    color: #ffffff;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-family: serif;
    padding: 0px;
    margin: 0px;
    line-height: 110%;
}

@media (min-width: 768px) {
    #hero p {
        font-size: 4rem;
        line-height: 110%;
    }
}

.line {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, .35);
    margin: auto;
    width: 80%;
}

#content {
    padding-top: 75px;
    padding-bottom: 75px;
}

#content p {
    font-family: 'Quicksand', sans-serif;
    color: #8e8e8e;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    #content p {
        font-size: 1.45rem;
    }
}

#location {
    padding-top: 35px;
    padding-bottom: 35px;
}

#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #bebaba;
}

#footer p {
    font-family: 'Quicksand', sans-serif;
    color: #8e8e8e;
    font-size: .75rem;
}

#footer a:link,
#footer a:visited {
    color: #8e8e8e;
    text-decoration: none;
}

#footer a:hover {
    color: #5a849d;
    text-decoration: underline;
}
