body, html {
    height: 100%;
    font-family: 'Nunito Sans', sans-serif !important;
    background: url('../media/wmnopwux/dboxes_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    letter-spacing: 1px;
}

.dg-grey {
    color: #E6E6E6 !important;
}

.dg-white {
    color: #FFFFFF !important;
}

.dg-yellow {
    color: #FDB72B !important;
}

.dg-orange {
    color: #EE662B !important;
}

.dg-silver {
    color: #C0C0C0 !important;
}

.dg-bronze {
    color: #CD7F32 !important;
}

.dg-dark-blue {
    color: #2F4858 !important;
}

.dg-bg-white {
    background-color: #FFFFFF;
}

.dg-bg-grey {
    background-color: #E6E6E6;
}

.dg-bg-yellow {
    background-color: #FDB72B;
}

.dg-bg-orange {
    background-color: #EE662B;
}

.dg-bg-dark-blue {
    background-color: #2F4858;
}

.db-btn {
    border-radius: 20px;
}

.no-bullets {
    list-style-type: none;
    padding-left: 2px;
}

.footer-caption-text {
    font-size: 0.7rem;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw {
    background-color: #2F4858 !important;
    padding: 20px !important;
}

.gm-style .gm-style-iw-t::after {
    background: #2F4858 !important;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-40 {
    margin-bottom: 40px;
}

.main-wrapper {
    background-image: url('../media/wmnopwux/dboxes_bg.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    width: 100%;
    height: 120px;
    background-color: #2F4858;
}

.navbar-brand img {
    width: 160px;
}

@media (min-width: 992px) {
    .navbar {
        background-color: #FFFFFF !important;
    }

    .navbar-brand img {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 20px;
        left: 36px;
    }
}


.navbar-nav-container {
    padding-left: 25%;
    padding-right: 50px;
}

.navbar-nav {
    max-width: 850px;
    width: 100%;
    padding-left: 100px;
    margin-left: auto;
}

.nav-item {
    /*margin-left: 30px;
    min-width: 120px;
    width: calc(100% / 5);*/
    border-radius: 10px;
}



    .nav-item.active {
        background-color: #FDB72B;
    }




.nav-link {
    width: 100%;
    float: left;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}

    .nav-link:hover {
        color: #FDB72B;
    }

.nav-item.active .nav-link:hover {
    color: #2F4858;
}

.mobile-menu button {
    color: #FFFFFF;
}



.mobile-menu-wrapper {
    height: calc(100vh - 120px);
}
    .mobile-menu-wrapper .circle-button {
        height: 65px;
        width: 65px;
        margin: auto;
        border-radius: 50px;
        margin-bottom: 10px;
        display: table;
    }

        .mobile-menu-wrapper .circle-button a {
            display: table-cell;
            width: 100%;
            text-align: center;
            vertical-align: middle;
        }

    .mobile-menu-wrapper .mobile-menu-options {
        padding: .5rem 1rem;
        margin-right: 25%;
    }

    @media (min-width: 360px) {
        .mobile-menu {
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .mobile-menu button {
            color: #2F4858;
        }
}

.mobile-menu button {
    display: inline-block;
    border: none;
    margin: 0;
    background-color: transparent;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-close-button {
    margin: 10px,10px,10px,10px;
    border-radius: 20px;
    font-size: 16px;
}

.mobile-menu-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-slanted-wrapper {
    height: 500px;
}

.main-slanted-wrapper p {
    margin:0 !important;
}

.secondary-slanted-wrapper {
    height: auto;
    padding-bottom: 150px;
}

.map-slanted-wrapper {
    height: 850px;
}

.slanted-wrapper {
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
}

    .slanted-wrapper > div[class^="slanted-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .slanted-wrapper > .slanted-top-right-left {
        transform-origin: top right;
        transform: skewY(-6deg);
    }

    .slanted-wrapper > .slanted-bottom-right-left {
        transform-origin: top right;
        transform: skewY(5deg);
        opacity: 0.8;
    }

    .slanted-wrapper > .slanted-bottom-left-right {
        transform-origin: top left;
        transform: skewY(-5deg);
        opacity: 0.8;
    }


    .slanted-wrapper h1 {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-size: 60px;
    }

@media (min-width: 1360px) {
    .slanted-wrapper > .slanted-top-right-left {
        transform: skewY(-3deg);
    }

    .slanted-wrapper > .slanted-bottom-right-left {
        transform-origin: top right;
        transform: skewY(3deg);
    }
}

@media (max-width: 450px) {
    h1 {
        font-size: 30px !important;
    }

    .main-slanted-wrapper {
        height: 250px;
    }

    .iframe-container {
        height: 250px !important;
    }
}


#map {
    height: 100%;
}

.map-container {
    height: 600px;
}

.circle-title {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    position: relative;
    display: table;
    top: 70px;
    z-index: 1;
}


    .circle-title h2 {
        display: table-cell;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        padding: 15px;
        font-size: 1.8rem;
    }

.qoute-box {
    position: relative;
    top: -35px;
    z-index: -1;
}

.qouteImageBackground {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
background-size:cover;
}

.qoute-box-text {
    font-size: 20px;
}

.iframe-container {
    overflow: hidden;
    position: absolute;
    display: table-cell;
    height: 350px;
    width: 100%;
    bottom: 0;
}

@media (min-width: 992px) {
    .iframe-container {
        max-width: calc(100vw /2);
        left: 50%;
        margin-left: calc(100vw / -4);
        bottom:20px !important;
    }
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;

    }

.profile-picture{
    border-radius:125px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

    .gallery .pics {
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .gallery .animation {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

.badge-circle {
    /*border: 1px solid #000;*/
    height: 140px;
    width: 140px;
    margin: auto;
    border-radius: 70px;
    display: table;
    -webkit-box-shadow: 12px 12px 45px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px 12px 45px -2px rgba(0,0,0,0.75);
    box-shadow: 12px 12px 45px -2px rgba(0,0,0,0.75);
}

.badge-icon {
    text-align:center;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
