* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: rgb(53, 65, 118);
}

.overlay {
    display: none;
}

.nav-container {
    display: flex;
    width: 100%;
    background: white;
    height: 5vh;
    align-items: center;
    margin-bottom: 100px;
    font-size: 1.5em;
}

.nav-brand {
    margin-left: 50px;
    padding-top: 120px;
    flex-grow: 1;
}

.nav-menu {
    width: 100%;
    align-self: flex-end;
    margin-right: 50px;
    padding-top: 50px;
    margin-top: 10%;
}

.nav-small-menu {
    display: none;
}

.nav-menu ul li {
    display: inline;
    margin-left: 30px;
}

/*END NAV*/


/*End Alerts*/

@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.nav-btn button {
    padding: 20px 20px 8px 20px;
    border-radius: 5px;
    color: white;
    background-color: rgb(53, 65, 118);
    border-style: none;
    margin-top: 25px;
}


/*BOOK NOW*/
.book-now {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7875525210084033) 0%,rgba(255, 255, 255, 0.7875525210084033) 49%, rgba(211, 211, 211, 1) 50%, rgba(211, 211, 211, 1) 100%);
    height: 200px;
    display: grid;

}


.book-bar {
    display: grid;
    grid-template-columns: auto auto;
    width: 65vw;
    margin: auto;
    border-radius: 15px;
    background: rgb(53, 65, 118);
    text-align: center;
    padding: 20px 20px 20px 2px;
}

.book-bar p {
    margin: auto;
    font-size: 2em;
    color: white;
}

.book-bar button {
    margin: auto;
    border-radius: 10px;
    font-size: 1.5em;
    padding-left: 80px;
    padding-right: 80px;
    width: 120px;
}

.book-bar-small {
    display: none;
}


.book-bar-contact {
    display: grid;
    grid-template-columns: auto;
    width: 65vw;
    margin: auto;
    border-radius: 15px;
    background: rgb(53, 65, 118);
    text-align: center;
    padding: 25px 20px 25px 2px;
}
.book-bar-contact p {
    margin: auto;
    font-size: 2em;
    color: white;
}



/*END BOOK NOW*/

/*ABOUT*/
.about-section
{
       background: rgb(211, 211, 211);
    background: linear-gradient(180deg, rgba(211, 211, 211, 1) 0%, rgba(179, 179, 179, 1) 50%);
}
/*END ABOUT*/


/*Img/Text Columns*/
.img-text-columns {
    margin: 0;
    padding: 0;
    background: rgb(211, 211, 211);
    background: linear-gradient(180deg, rgba(211, 211, 211, 1) 0%, rgba(190, 190, 190, 1) 50%);
}

.wrapper {
    margin-left: 17.5%;
    margin-right: 17.5%;

}

.column-heading {

    margin: auto;
}

.column-heading h1 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-size: 3em;

}

.row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /*border: 1px solid red;*/
    padding-bottom: 100px;
}

.column-text h2 {
    font-size: 2em;
    font-weight: bold;
}

.column-text p {
    font-size: 1.5em;
}

.column-text {
    width: 100%;
    justify-self: right;

}

.column-img {
    align-self: end;
    justify-self: left;
    min-width: 500px;
    margin-left: 10px;
}

/*img then text*/
.row-lefty {
    margin-bottom: 100px;
}

.column-text-lefty h2 {
    font-size: 2em;
    font-weight: bold;

}

.column-text-lefty p {
    font-size: 1.5em;
}

.row-lefty {
    display: grid;
    grid-template-columns: 1fr 2fr;
    /*border: 1px solid red;*/
}

.column-text-lefty {
    width: 100%;
    justify-self: left;
}

.column-img-lefty {
    align-self: end;
    justify-self: left;
    min-width: 500px;
    margin-right: 30px;
}

.row ol li {
    font-size: 1.2em;
}

/*END Img/Text Columns*/


/*Check Marks*/
.services {
    background: rgb(190, 190, 190);
    background: linear-gradient(180deg, rgba(190, 190, 190, 1) 0%, rgba(179, 179, 179, 1) 100%);
}

.services .columns .column ul {
    list-style: none;
    padding-left: 0;
}

.services .columns .column ul li {
    position: relative;
    padding-left: 1em;
}

.services .columns .column ul li:before {
    content: '✔';
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
}

/*END CHECK MARKS*/


/*Banner*/
.contact-banner {
    background: rgb(190, 190, 190);
    background: linear-gradient(180deg, rgba(179, 179, 179, 1) 0%, rgba(169, 169, 169, 1) 100%);
);
    padding-top: 100px;
    
}

.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;

    background: #292c2f;
    opacity: .9;
    color: #fff;

    font-size: 1.5em;
    outline: none;
    text-decoration: none;


}

#call-us, #call-us-mobile{
    margin-right: 20px;
}

#phone {
}

#contact-us {
}

.banner-content p a {
    color: #fff;
    text-decoration: underline;
}

.banner-content p a:hover {
    transition: color 500ms;
    color: #00668a;

}

.hide-on-desktop {
    display: none;
}

/*END BANNER*/


/*THREE BOX GROUP*/
.three-box-group {
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    margin-left: 5%;
    margin-right: 5%;

}

.card {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    /*background: darkgrey;*/
    border-radius: 5px;


    background: rgb(190,190,190);
    background: linear-gradient(180deg, rgba(179,179,179,1) 0%, rgba(169,169,160,1) 100%);
    color: white;

    /*font-weight: bold;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.38);

}

.card:hover
{
    animation: increaseScale 1s;
    animation-fill-mode: forwards;
}

@keyframes increaseScale {
    from {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    to {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}

/*END THREE BOX GROUP*/


/*FOOTER*/

.footer-background
{
        background-color: #292c2f;
    color: #fff;
    
}

.footer {

        background-color: #292c2f;
    color: #fff;
    margin-left: 50px;
    margin-right: 50px;
}

.footer a {
    text-decoration: none;
    color: #fff;
    
}

.copyright {
    display: grid;
    background: black;
    grid-template-columns: 1fr 1fr;
    padding: 25px;
    color: white;
}

.copyright p, .copyright p a {
    color: white;
}

.copyright-left
{
    align-content: center;
    align-items: center;
    align-self: center;
     margin-left: 50px;
   
}

.copyright-right
{
    text-align: right;
    align-self: center;
     margin-right: 50px;
}

/*END FOOTER*/


/*FAQ Page*/

.faq-section {
 
    background: rgb(211, 211, 211);
    background: linear-gradient(180deg, rgba(211, 211, 211, 1) 0%, rgba(179, 179, 179, 1) 50%);
}

/*Accordion*/
/*If reusing elsewhere - resize margins in media query*/
.accordion-section {

    border-radius: 5px;
    color: rgb(53, 65, 118);
}

.accordion-row {

}

.accordion-toggle {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
}

.accordion-row button {
    border: none;
    outline: none;
}

.check .accordion-row button:first-child {
    border-top: .5px solid grey;
}


.accordion-row:last-of-type button {
    border-bottom: .5px solid grey;
}


.accordion-toggle-icon {
    content: "";
    width: 15px;
    height: 2px;
    position: relative;
    /*background: rgb(53, 65, 118);*/
    transition: 1s;

}

.accordion-toggle-icon:after {
    content: "";
    width: 15px;
    height: 2px;
    right: .5px;
    position: absolute;
    /*background: rgb(53, 65, 118);*/
    transform: rotate(90deg);
}

.accordion-toggle-label {
    color: rgb(53, 65, 118);
    /*flex-grow: 1;*/
    margin-left: 10px;
}

.accordion-content-wrap {
    margin-right: 5%;
    margin-left: 5%;
}



.contact-section
{
      background: rgb(211, 211, 211);
    background: linear-gradient(180deg, rgba(211, 211, 211, 1) 0%, rgba(179, 179, 179, 1) 50%);
}
.contact-form
{
    margin-bottom: 100px;
}



/*Utility*/
.hidden {
    display: none;

}


/*1550*/
@media screen and (max-width: 1550px) {
    .wrapper {
        margin-right: 5%;
        margin-left: 5%;
    }

    .img-text-columns h1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .row, .row-lefty {
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        /*border: 1px solid red;*/
        text-align: left;
    }

    .row img, .row-lefty img {
        display: none;
    }

    .row h2, .row-lefty h2 {
        /*font-size: 2.6em;*/

    }

    .row p, .row-lefty p {
        /*font-size: 2.4em;*/
        text-align: left;
    }

    .row ol li {
        /*font-size: 2.2em;*/
        text-align: left;
    }


    .banner-wrapper {
        font-size: .7em;
        flex-direction: column;
    }

    #call-us, #call-us-mobile{
        margin-right: 5px;
    }

    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: grid;
        margin-bottom: 50px;
    }


}

@media screen and (max-width: 1024px) {

    .nav-menu {
        display: none
    }

    .nav-small-menu {
        display: inline;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ham-menu {
        border: 1px solid white;
        width: 20px;
        margin-bottom: 5px;
    }

    .nav-small-menu ul {
        display: none;
    }

    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */
        display: none;
        height: 100vh;
        width: 100vw;

    }

    /* Position the content inside the overlay */
    .overlay-content {
        text-decoration: none;
        list-style: none;
        padding-left: 30px;
        line-height: 2em;
        background-color: lightgrey;
        margin-bottom: 50px;
    }


    .book-bar {
        display: none;
    }
    .book-bar-contact
    {
        display: none;
    }

    .book-bar-small {
        display: grid;
        justify-items: center;
        margin: auto;
        color: white;
    }


    .book-bar-small button {
        margin: auto;
    }


    .img-text-columns {
        font-size: .5em;
    }

    .img-text-columns h1 {
        font-size: 3em;

    }

}
