/**************************
 MY Styles v1.31
 ***************************/
.contact {
    text-align: center;
    font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1;
    color: white;
}

/* tagline */
/* .tagline {
    position: relative;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 0;
} */

.logocontainer {
    width: 100%;
    max-height: 500px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 1rem;
    z-index: 0;
}

.logo {
    width: 500px;
}

/* break */
.break {
    display: flex;
}

.break-image,
.break-content {
    width: 50%;
}

.break-image {
    background-image: url(/img/bg-break.jpg);
    background-size: cover;
    background-position: center center
}

.break-content {
    padding: 50px 60px;
    background-color: #a1b0ab;
}

.break-content h3 {
    margin: 0 0 15px 0;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5em;
}

.break-content p {
    margin: 0 0 10px 0;
    color: #ffffff;
}


/* about */
.about-image,
.about-content {
    width: 50%;
}

.about-image {
    background-image: url(/img/about-us-break.jpg);
    background-size: cover;
    background-position: center center
}

.about-bg {
    background-color: #929487;
}

/* services */

.services-image,
.services-content {
    width: 50%;
}

.services-image {
    background-image: url(/img/bg-hero.jpg);
    background-size: cover;
    background-position: center center
}

.services-bg {
    background-color: #929487
}


/* location */
.location-image,
.location-content {
    width: 50%;
}

.location-image {
    background-image: url(/img/01_wait.jpg);
    background-size: cover;
    background-position: center center
}

.location-bg {
    background-color: #6b6054;
}

#map {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

/* responsive map */
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* nav bar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-top: .5rem;


}

.nav-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.brand-title {
    float: left;
    padding-left: 50px;
    padding-top: 15px;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
    display: inline;
    padding-right: 30px;
}

.navbar-links li a {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-decoration: none;
}

/* .navbar-links {
    float: right;
} */

.navbar-links ul a:hover a:active {
    color: rgba(255, 255, 255, .6);
}

/* .navbar-links li:not(:last-of-type) {
    margin: 0 40px 0 0;
} */

/* hamburger menu */
.hamburger {
    position: absolute;
    top: 1rem;
    right: 3rem;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 30px;
    z-index: 3;
}

.hamburger .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.change .bar-1 {
    transform: rotateZ(-45deg) translate(-8px, 6px);
}

.change .bar-2 {
    opacity: 0;
}

.change .bar-3 {
    transform: rotateZ(45deg) translate(-8px, -6px);
}

.brand-title-mobile {
    display: none;
    /* position: absolute;
    z-index: 1;
    top: 3.5rem;
    left: 3.5rem; */


}

/**************************************
        MEDIA QUERY FOR MOBILE nav
**************************************/
@media (max-width: 871px) {
    .hamburger {
        display: flex;
    }

    /* html {
        overflow: hidden;
    } */

    .navbar-links {
        display: none;
        width: 100%;
        padding-right: 1.5rem;
    }

    .logo {
        min-width: 300px;
    }

    .logocontainer {
        max-height: 300px;
    }

    .navbar {
        position: absolute;
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        /* background-color: #6b6054; */
        background-color: gray;
        opacity: 1;
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        z-index: 2;
    }

    .navbar-links ul {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        text-align: center;

    }


    .navbar-links li {
        text-align: center;
        padding: .5rem;
        font-size: 1.5rem;
    }

    .navbar-links.active {
        display: flex;
    }

    .tagline {
        justify-content: center;
        font-size: 1.5rem;
    }
}

/**************************************
        MEDIA QUERY FOR logo
**************************************/

/* @media (max-width: 871px) {
    .hamburger {
        display: flex;
    }
} */

*.icon-brown {
    color: #c3dac3;
}

.gotopbtn {
    position: fixed;
    width: 50px;
    height: 40px;
    /* background: #27ae60; */
    bottom: 40px;
    right: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;


}

/************************
 template syles 
 ************************/

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 100%;
    font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1;
    color: #444444;
}

html,
body {
    height: 100%;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
    /* scroll-behavior: smooth; */
}

header,
main,
section,
footer {
    display: block;
    width: 100%;
}

h1 {
    margin: 0 0 5px 0;
}

ul a,
h2,
h3,
.btn-purchase {
    font-family: 'Fjalla One';
}

p {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.6;
}

a {
    text-decoration-skip: ink;
    transition: .2s;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

header {
    position: relative;
    /* min-height: 400px; */
    padding: 20px 0;
    background: #2e2e2e;
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url(/img/black-rocks-1440.jpg); */
    background-size: cover;
    background-position: center center;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.schedule {
    margin: 80px 0;
}

.schedule h2 {
    margin: 0 0 20px 0;
    color: #636363;
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.schedule h2 span {
    padding: 15px 20px;
    border: 1px solid #636363;
}

iframe {
    width: 100%;
}



.btn-purchase {
    display: block;
    width: 285px;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #ffffff;
    color: #6b6054;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: .1s ease-in-out;
}

.btn-purchase:hover {
    transform: scale(1.1) translate(0, -5px);
}

.btn-purchase:active {
    transform: scale(.9)
}

.kicker {
    padding: 100px 0;
}

.kicker h3 {
    margin: 0 0 40px 0;
    color: #555555;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.kicker p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

footer {
    padding: 80px 0;
}

footer ul {
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0;
    list-style-type: none;
}

footer li:not(:last-of-type) {
    margin: 0 40px 0 0;
}

footer ul a {
    color: #636363;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

footer ul a:hover {
    color: #6b6054;
}

.infinity-footer {
    display: flex;
    justify-content: center;
    margin: 70px auto;
    font-size: .8em;
}

.social-icon-container {
    /* max-width: 300px; */
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #636363;
    border-radius: 50%;
}

.social-icon:hover {
    background-color:#636363;
}

/* 1200px - 65em */
@media only screen and (max-width:75.000em) {
    .container {
        max-width: 960px;
    }
}

/* 992px - 62.000em */
@media only screen and (max-width:62.000em) {
    .container {
        max-width: 720px;
    }
}

/* 760px - 47.500em */
@media only screen and (max-width:47.500em) {
    .container {
        max-width: 540px;
    }

    .break {
        flex-direction: column;
    }

    .break-image {
        display: none;
    }

    .break-content {
        width: 100%;
        padding: 60px 40px;
    }

    footer ul {
        flex-direction: column;
        text-align: center;
    }

    footer li:not(:last-of-type) {
        margin: 0 0 20px 0;
    }
}

/* 576px - 36.000em */
@media only screen and (max-width:36.000em) {
    .container {
        max-width: 90%;
    }
}