.body-content {
    padding: 90px 55px 25px 55px;
}

@font-face {
    font-family: 'GeosansLight';
    src: url('/Fonts/GeosansLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'raustila-Regular';
    src: url('/Fonts/raustila-Regular.ttf') format('truetype');
}

.inline-block {
display:inline-block;
vertical-align:middle;

}

#nav-icon {
    position: relative;
    float: right;
    padding: 20px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


        /*#nav-icon3 span:nth-child(1) { top: 0px; }*/

        #nav-icon span:nth-child(2),
        #nav-icon span:nth-child(3) {
            margin-top: 6px;
        }

        #nav-icon span:nth-child(4) {
            margin-top: 12px;
        }

    #nav-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

h1.geosanslight {
    font-family: GeosansLight;
}

.bttn {
    /*flex: 1 1 auto; margin: 10px;*/
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    margin: 3px;
    background-size: 200% auto;
    color: white;
    width:200px;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    background-color: #36d1dc;
}


    /* Demo Stuff End -> */


    /* <- Magic Stuff Start */

    .bttn:hover,
    .bttn:visited {
        /*background-position: right center; /* change the direction of the change here */
        color: #fff !important;
    }


/*.btn-1 { background-image: linear-gradient(to right, #36d1dc 0%, #36b0dc 51%, #36d1dc 100%); }*/

div.full-height-container {
    height: 83vh;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background: url('/Images/blue_photo.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inner-container {
    display: flex;
    padding: 3%;
    height: 83vh;
    width: 100%;
}

.transparentblue {
    background-color: rgba(54, 209, 220, .65);
    transition: all .4s ease-out;
}

.bottom-shadow {
    box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
}

.white-border {
    border: 1px solid white;
    height: 100%;
    width: 100%;
    padding: 4%;
}

.middle-align {
    position: relative;
    top: 75%;
    transform: translateY(-50%);
}

.full-height-container h1 {
    vertical-align: middle;
    font-family: 'geosanslight';
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding-top: 3%;
}

.col-6 {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

    .col-6 img {
        width: 100%;
    }

.col-5 {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
}


    .col-5 img {
        width: 100%;
    }

.col-2 {
    display: table-cell;
    vertical-align: middle;
    width: 2%;
}
.padding3 {
    padding: 3%;
}

h4.bold {
    font-weight: bolder;
    color: #36d1dc;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.mobile-hide{
    display:initial;
}

.mobile-show{
    display:none;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.gallerymodal {
    display: none;
    position: fixed;
    z-index: 9999;
    margin: auto;
    margin-top: 3%;
    top: 0;
    padding: 5px;
    /*right: 50px;*/
    height: auto;
    width: 70vw;
    left: 50%;
    moz-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: auto;
    overflow-y: hidden;
    /*background-color: white;*/
    overflow: auto;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

/* Modal Content */
.gallerymodal-content {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    /*margin-top: 10px;*/
    width: 100%;
    height: 100%;
    max-width: 1250px;
    box-shadow: 0 -4px 8px -4px rgba(0, 0, 0, 0.2), 4px 0px 4px -8px rgba(0, 0, 0, 0.19), -4px 0px 8px -4px rgba(0, 0, 0, 0.2);
}

/* The Close Button */
.galleryclose {
    color: black;
    float: right;
    font-size: 23px;
    font-weight: bold;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    height: 29px;
    right: 5px;
    top: 5px;
    padding-top: 1.5px;
    width: 29px;
    text-align: center;
    cursor: pointer;
    z-index: 8040;
    border: 0;
}

.gallerymySlides img {
    object-fit: contain;
    height: 90%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 40px 10px;
    background-color: white;
}

.gallerycursor {
    cursor: pointer;
}

/* Next & previous buttons */
.galleryprev,
.gallerynext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallerynext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.galleryprev {
    left: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .galleryprev:hover,
    .gallerynext:hover {
        color: #36d1dc;
        border-bottom: none !important;
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 14px 16px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    background-color: white;
    padding: 12px 16px;
    color: black;
    font-size: 24px;
}

.gallery-caption-container {
    background-color: white;
    margin-top: -2px;
    padding: 10px 0 20px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .gallery-caption-container h3 {
        margin-top: 0 !important;
        font-size: 1.5vw !important;
    }

@media (max-width:500px) {

    .galleryprev, .gallerynext {
        padding: 10px;
        font-size: 14px;
    }
}

.fancybox-title h3 {
    padding: 0 0 0 15px;
    text-align: left;
}

@media(max-width: 1270px) {
    .gallerymodal {
        margin-top: 5%;
        height: auto;
        width: 80%
    }

    .gallerymySlides img {
        height: auto;
        width: 100%;
    }
}

@media(max-width: 375px) {

    .gallerymySlides img {
        height: 50% !important;
    }

    .galleryprev, .gallerynext {
        top: 40%;
        font-size: 14px;
        padding: 8px;
    }
}

@media(max-width: 752px) {
    .gallerymodal {
        margin-top: 20%;
        height: 40vh;
    }

    .gallerymySlides img {
        height: 70%;
    }

    .gallery-caption-container h3 {
        margin-top: 0 !important;
        font-size: 3vw !important;
    }
}

@media(max-width: 395px) {
    .gallerymodal {
        height: 50vh;
    }

    .gallerymySlides img {
        height: 70%;
    }
}


/*.hover-shadow { transition: 0.3s; }.hover-shadow:hover{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }.hover-shadow:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-tranform: scale(1.1); transform: scale(1.1); overflow:hidden; }.im{ transition: all .3s ease-out; }*/

@media screen and (max-width: 600px) {
    .topnav {
        background-color: white;
        height: 90vh;
        border-top: 1.7px solid #36d1dc;
        margin-top: 15px;
        font-size: 28px;
        line-height: 1.5;
        overflow: hidden;
        padding-top: 15px;
    }

        .topnav li {
            height: 60px;
        }

    ul.navbar-nav {
        background-color: white;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .col-6 {
        width: 100%;
        display: block;
    }
    .col-5 {
        width: 90%;
        margin:auto;
        display: block;
        margin-bottom: 20px;
    }

    .full-height-container h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .body-content {
        padding: 90px 15px 25px 15px;
    }

    div.full-height-container {
        height: 75vh;
    }
}
