* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::selection {
    background: #f4ca75;
    color: #282828;
}

*::-moz-selection {
    background: #f4ca75;
    color: #282828;
}

*::-webkit-selection {
    background: #f4ca75;
    color: #282828;
}

a {
    transition: color ease 0.3s;
}

a:link,
a:visited {
    color: #282828;
}

a:hover {
    color: #f4ca75;
}

@font-face {
    font-family: 'bodoniregular';
    src: url('bodoni-webfont.woff2') format('woff2'),
        url('bodoni-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: #fffbef;
    width: 100%;
    height: 100%;
    letter-spacing: 1.5px;
    font-size: 15px;
}

h1 {
    font-family: "bodoniregular", serif;
    font-size: 61px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-family: "bodoniregular", serif;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
}

h3 {
    font-family: "bodoniregular", serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #f4ca75;
    font-size: 36px;
}

section {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    float: left;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

section .section-container {
    float: left;
}

section .section-container .text {
    margin: 50px 0;
}

section .section-container .text .left {
    float: left;
    width: 48%;
}

section .section-container .text .right {
    float: right;
    width: 48%;
}

section .section-container .text p {
    margin: 30px 0;
}

header {
    width: 100%;
    background-color: #fffbef;
}

button {
    padding: 8px 40px;
    background-color: #f4ca75;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    color: #282828;
}

button:hover {
    background-color: #282828;
    color: #fff;
    transition: all 0.3s ease;
}

button span {
    display: inline-block;
    margin-left: -25px;
}

button:hover img {
    transition: all 0.3s ease;
}

button img {
    width: 20px;
    position: absolute;
    margin: 0 0 0 5px;
    display: inline-block;
    filter: invert(12%) sepia(77%) saturate(0%) hue-rotate(136deg) brightness(99%) contrast(94%);
}

button:hover img {
    filter: invert(99%) sepia(1%) saturate(1582%) hue-rotate(251deg) brightness(110%) contrast(101%);
}

button:disabled {
    background-color: transparent;
    border: 1px solid #282828;
    color: #282828;
    cursor: default;
}

button:disabled img {
    filter: invert(12%) sepia(77%) saturate(0%) hue-rotate(136deg) brightness(99%) contrast(94%);
}

button a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

button:hover a {
    color: #fff;
}

.info-btn {
    border-radius: 30px;
    text-transform: uppercase;
    border: 1px solid #282828;
    display: inline-block;
    padding: 8px 15px;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 20px;
    text-decoration: none;
    font-size: 36px;
    color: #fffaea;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f4ca75;
}

.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 40px;
    padding: 5px;
}

.landing .landing-background {
    background-image: url("../img/home.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 50%;
    height: 100vh;
    min-height: 100vh;
    float: left;
    opacity: 0.9;
}

.landing .logo-container {
    float: left;
    text-transform: uppercase;
    width: 50%;
    height: 100vh;
    position: relative;
}

.landing .logo-container .menu {
    position: fixed;
    right: 5%;
    top: 50px;
    cursor: pointer;
    z-index: 200;
}

.landing .logo-container .logo {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
}

.landing .logo-container .logo img {
    width: 270px;
}

.landing .logo-container p {
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -10px;
}

.about {
    padding: 0 15%;
}

.about .section-container {
    margin-top: 25%;
    width: 50%;
}

.about .img-container {
    width: 45%;
    margin-top: 25%;
    float: right;
    position: relative;
}

.about .img-container img {
    width: 80%;
    float: right;
    margin-top: 20px;
}


.about .img-container .carousel-image {
    display: none;
}

.about .img-container .carousel-image:nth-child(1) {
    display: block;
}

.about .img-container .carousel-btn {
    color: #fffbef;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    /* account for font size */
    cursor: pointer;
    font-weight: 200;
    font-size: 24px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.about .img-container .carousel-btn.prev {
    left: 25%;
}

.about .img-container .carousel-btn.next {
    right: 5%;
}


.location .section-container {
    width: 35%;
    position: absolute;
    left: 50%;
    top: 200px;
    z-index: 100;
}

.access .section-container {
    width: 70%;
    left: 15%;
    position: relative;
}

.access .section-container .info-btn {
    margin-top: 10px;
}

#map-canvas {
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    top: 450px;
}

.contact {
    padding: 0 15%;
    position: relative;
}

.contact .form-container {
    width: 45%;
    float: left;
}

.contact .contact-containter {
    float: right;
    width: 45%;
}

.contact .text {
    margin-top: 50px;
    float: left;
}

.contact form {
    float: left;
    margin-top: 50px;
    clear: left;
}

.contact form .input-field {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.contact form label {
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contact form input {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #282828;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    padding: 5px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}

.contact form input:focus {
    border-bottom: 1px solid #282828;
    border-radius: 3px;
    outline: none;
}

.contact form textarea {
    width: 100%;
    height: 125px;
    border: none;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    border: 1px solid #282828;
    border-radius: 3px;
    padding: 5px;
}

.contact form textarea:focus {
    border: 1px solid #282828;
    border-radius: 3px;
    outline: none;
}

.contact form button {
    margin-top: 5px;
}

.contact form .submitted {
    position: absolute;
    top: 225px;
    left: 15%;
    width: 500px;
    display: none;
    transition: all 0.3s ease;
}

.contact form .submitted h4 {
    font-size: 32px;
}

.contact form .required {
    position: absolute;
    top: 60px;
    left: 200px;
    display: none;
    transition: all 0.3s ease;
}


footer {
    width: 100%;
    float: left;
    padding: 0 15%;
    margin: -200px 0 100px 0;
}

footer img {
    float: left;
    width: 200px;
}

footer .address {
    clear: left;
}

footer div {
    float: left;
    margin-top: 20px;
    width: 30%;
}

footer div span {
    display: block;
    float: left;
    clear: left;
}

@media (max-width: 1460px) {
    .landing .landing-background {
        background-position: center;
    }

    .about {
        padding: 0 5%;
        height: auto;
    }

    .location .section-container {
        width: 45%;
    }

    .access .section-container {
        width: 90%;
        left: 5%;
    }

    .contact {
        padding: 0 5%;
    }

    footer {
        padding: 0 5%;
    }
}

@media (max-width: 1160px) {
    .landing .logo-container p {
        font-size: 9px;
    }

    .landing .logo-container .logo img {
        width: 236px;
        mix-blend-mode: color;
    }

}

@media (max-width: 960px) {
    section {
        padding-bottom: 50px;
    }

    section .section-container .text {
        text-align: justify;
    }

    .landing {
        height: auto;
        min-height: auto;
    }

    .landing .landing-background {
        opacity: 0.7;
    }

    .about .section-container,
    .about .img-container {
        width: 100%;
        margin-top: 10%;
        float: none;
    }

    .about .img-container img {
        width: 100%;
        margin-top: 0.3%;
        float: none;
    }

    .about .img-container .carousel-btn {
        display: none;
    }

    .about .img-container .carousel-image {
        display: block;
        width: 33%;
    }

    .about .img-container .carousel-image:nth-child(3n+1) {
        float: left;
        margin-right: 0.33%;
        margin-left: 0;
    }

    .about .img-container .carousel-image:nth-child(3n+2) {
        float: left;
        margin-left: 0.15%;
        margin-right: 0.15%;
    }

    .about .img-container .carousel-image:nth-child(3n+3) {
        float: right;
        margin-left: 0.33%;
        margin-right: 0;
    }

    .about .scroll-btn {
        display: none;
    }

    .location .section-container {
        width: 90%;
        left: 5%;
        top: 100px;
    }

    .access {
        float: left;
    }

    .access .section-container {
        width: 90%;
        left: 5%;
        top: 200px;
    }

    .contact {
        padding: 0 5%;
    }

    .contact .form-container,
    .contact .contact-containter {
        width: 100%;
        float: none;
    }

    .landing .landing-background,
    .landing .logo-container {
        width: 100%;
        float: none;
        height: 50vh;
        min-height: 50vh;
    }

    .landing .logo-container {
        position: absolute;
        top: 0;
    }

    .landing .logo-container .logo {
        bottom: 10%;
    }

    footer {
        padding: 0 5%;
    }

    footer div {
        width: 50%;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    section {
        float: none;
        height: auto;
    }

    .location .section-container {
        position: relative;
    }

    #map-canvas {
        top: 0px;
    }

    .landing .landing-background,
    .landing .logo-container {
        height: 100vh;
        min-height: 100vh;
    }

    .landing .logo-container p {
        font-size: 9px;
    }

    section .section-container .text .left {
        width: 100%;
    }

    section .section-container .text .right {
        width: 100%;
    }

    .access {
        float: none;
        height: auto;
        overflow: hidden;
    }

    .access .section-container {
        top: 0px;
    }

    footer {
        width: 100%;
        margin: 75px 0;
        font-size: 12px;
    }

    footer img {
        width: 133px;
        margin: 0 auto;
    }
}