@font-face {
    font-family: 'Bellota-Regular';
    src: url('fonts/Bellota/Bellota-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bellota-Bold';
    src: url('fonts/Bellota/Bellota-Bold.ttf') format('truetype');
}

/* Open Sans font */
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/Open_Sans/static/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/Open_Sans/static/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('fonts/Open_Sans/static/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/Open_Sans/static/OpenSans-SemiBold.ttf') format('truetype');
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

body {
    background-color: white;
    font-family: "OpenSans-Regular", sans-serif;
    color: #8A6D5B;
}

.header {
    background-color: white;
    color: #A38C84;
    height: 120pt;
}

.header-logo {
    margin-top: 20pt;
}

.header-navigation {
    display: inline-block;
    height: 70pt;
    font-size: 13pt;
    margin-top: 25pt;
    line-height: 70pt;
    float: right;
    vertical-align: middle;
}

a {
    color: #D08C87;
    text-decoration: none;
}

a:hover {
    color: #C9D8C5;
}

.hello-section-text {
    padding: 55pt;
    color: black;
}

@media (max-width: 767px) {
    .hello-section-text {
        padding: 30pt;
        padding-top: 40pt;
        padding-bottom: 40pt;
    }
}

.hello-section-text h2 {
    font-family: "Bellota-Bold", serif;
    font-size: 40pt;
    text-align: center;
    margin-bottom: 60px;
}

.hello-section-text p {
    font-size: 13pt;
    font-family: "OpenSans-Light";
}

.quote-section {
    background-color: #F5E8DC;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: "Bellota-Regular", serif;
    font-size: 30pt;
    color: #A38C84;
    margin-top: 120px;
}

@media (max-width: 767px) {
    .quote-section {
        font-size: 25pt;
        padding-left: 20pt;
        padding-right: 20pt;
    }
}

.quote-section .author {
    margin-top: 30pt;
    font-family: "OpenSans-Light", sans-serif;
    font-size: 13pt;
}

.services-section {
    margin-top: 140px;
    color: black;
    margin-bottom: 100px;
}

.services-section h2 {
    font-family: "Bellota-Regular", serif;
    font-size: 50pt;
}

.services-section .intro {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14pt;
    text-align: center;
}

@media (max-width: 767px) {
    .services-section h2 {
        font-size: 36pt;
    }

    .services-section .intro {
        font-size: 13pt;
    }
}

.services-section .cards {
    margin-top: 60pt;
    margin-bottom: 80pt;
}

.services-section #map {
    margin-top: 30px;
    margin-bottom: 60pt;
    height: 400px;
}

.services-section .service-card {
    background-color: #F1F6F1;
    color: black;
    height: 100%;
}

.services-section .service-card .card-content {
    padding: 40px;
}

.services-section .service-card h3 {
    font-family: "OpenSans-Medium", sans-serif;
    font-size: 17pt;
}

.contact-section {
    background-color: #FFF9F4;
    padding-top: 100px;
    padding-bottom: 100px;
    color: black;
    margin-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-section h2 {
    font-family: "Bellota-Regular", serif;
    font-size: 50pt;
}

.contact-section .intro {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14pt;
    text-align: center;
}

@media (max-width: 767px) {
    .contact-section h2 {
        font-size: 36pt;
    }

    .contact-section .intro {
        font-size: 13pt;
    }
}

.contact-section .contact-form {
    margin-top: 80px;
    font-family: "OpenSans-Light", sans-serif;
}

.contact-section .contact-form input {
    background-color: white;
    border: 1px solid #F9E5E5;
    box-sizing: border-box;
    height: 43px;
    border-radius: 0;
}

.contact-section .contact-form textarea {
    background-color: white;
    border: 1px solid #F9E5E5;
    box-sizing: border-box;
    border-radius: 0;
}

.contact-section .contact-form button {
    background-color: transparent;
    font-family: "OpenSans-Medium", sans-serif;
    border: 2px solid #E3A8A1;
    border-radius: 0;
    padding: 20px 40px;
    color: #E3A8A1;
    transition: background-color 0.15s ease-in-out;
    margin-bottom: 20px;
}

.contact-section .contact-form button:hover {
    background-color: #E3A8A1;
    color: white;
}

.footer-section {
    background-color: #F2E6E1;
    color: #7A5E58;
    padding-top: 50px;
    font-family: "OpenSans-Light", sans-serif;
    font-size: 15pt;
    padding-bottom: 50px;
}

.footer-section a {
    color: #D38B84;
}

.footer-section a:hover {
    color: #B8706A;
}

.footer-section .links {
    font-size: 10pt;
    margin-top: 80px;
}
