﻿body {
    font-family: 'BioRhyme', serif;
    margin: 0;
    padding: 0;
    padding-top: 67px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BioRhyme', serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.written {
    font-family: 'Cookie', cursive;
    text-transform: none;
}

h1 {
    font-size: 40px;
    color: white;
}

.headlogo {
    max-height: 60px;
}

.imageSlider img {
    width: 100%;
    margin-bottom: -10px;
}

.imageSlider {
    position: relative;
}

    .imageSlider .swiper-slide {
        max-height: 450px;
    }

    .imageSlider .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        opacity: 0.4;
    }

.slideText {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
}

    .slideText h1 {
        font-size: 25px;
        color: white;
        font-weight: 800;
        text-shadow: 6px 6px 8.73px rgba(0,0,0,1);
    }


.slide{
    max-height: 450px;
    overflow: hidden;
}

.textwrap {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .textwrap p {
        text-align: center;
        font-size: 16px;
        line-height: 23px;
        color: white;
    }

.graybox {
    background-color: #333;
    padding: 30px;
}

.nopaddingbottom {
    padding-bottom: 0;
}

section.padding, footer.padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.graybox p {
    font-weight: 400;
    color: white;
}

.author {
    font-size: 23px;
    color: white;
}

img {
    max-width: 100%;
}

.limited {
    width: 50%;
}

.findtext {
    margin-right: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
}

#googlemaps {
    width: 100%;
    height: 380px;
}

footer {
    background-color: #333;
    color: white;
}

.partners img {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.navwrap {
    margin-top: 15px;
    display: none;
}

    .navwrap li {
        list-style: none;
        display: inline-block;
        text-transform: uppercase;
    }

        .navwrap li a {
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
            font-size: 12px;
            color: #333;
        }

            .navwrap li a:hover {
                color: #01d6ff;
            }

        .navwrap li.active a {
            color: #01d6ff;
        }

::selection {
    background: #ffd600;
    color: #fff;
}

::-moz-selection {
    background: #ffd600;
    color: #fff;
}

.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: white;
    box-shadow: 0px 0px 12.35px 0.65px rgba(0, 0, 0, 0.51);
}

.bottomrow {
    background-color: gray;
    color: white;
    text-decoration: none;
    font-size: 10px;
    padding: 5px;
    text-transform: uppercase;
    margin-top: -7px;
}

.lg-gallery a {
    text-decoration: none;
}

.big {
    font-size: 35px;
}

h2.marginbottom {
    margin-bottom: 60px;
}

.link a {
    color: #01d6ff;
    text-decoration: none;
}

.family {
    margin-left: 30px;
    float: left;
    max-width: 80px;
}

.headlogo {
    margin-top: 5px;
}

.hamburger {
    float: right;
}

    .hamburger img {
        margin-top: 5px;
        width: 60px;
    }

.mobilenav {
    background-color: #01d6ff;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    z-index: 11;
    transition: top ease .5s;
}

.cancel {
    position: fixed;

    right: 27px;
    width: 60px;
    background-color: #ffd600;
    border-radius: 50%;
    transition: top ease .5s;
}

.mobilenav.open {
    top: 0;
}

.mobilenav ul {
    padding-left: 0;
    padding-top: 75px;
}

.mobilenav li {
    list-style: none;
    text-align: center;
}

.mobilenav a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    color: white;
    text-decoration: none;
    
}

.mobilenav .cancel {
    top: -100%;
}

.mobilenav.open .cancel {
    top: 5px;
}

.bluebox {
    padding: 10px;
    color: white;
    background-color: #01d6ff;
}

.graybox a, .textSectionLink a, footer a{
    color: #01d6ff;
}

span.medium {
    font-size: 13px;
}

.mobilenav li.active a {
    color: #ffd600;
}

@media screen and (min-width:768px) {
    .navwrap {
        display: block;
    }

    .family {
        float: right;
        margin-left: 0;
    }

    .hamburger {
        display: none;
    }

    h1 {
        font-size: 45px;
    }

    .slideText h1 {
        font-size: 25px;
    }
}


@media screen and (min-width:992px) {
    .author {
        position: absolute;
        bottom: 30px;
    }

    h1 {
        font-size: 50px;
    }


    .slideText h1 {
        font-size: 50px;
    }
}
