body {
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    scroll-behavior: smooth;
    font-size: 18px;
}
.navbar {
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    z-index: 100;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.75) 100%);
    z-index: 1000;
}
#navigation {
    padding-right: 2em;
}
.nav-link {
    color: #fff;
    margin-right: 2em;
    font-weight: bold;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.nav-link:hover, .nav-link.active {
    color: #3595d6;
    border-bottom: 2px solid #3595d6;
}
.navbar-toggler {
    line-height: 0.6em;
    padding-right: 1em;
    padding-left: 0;
}
.navbar-toggler-icon {
    background-color: #fff;
    width: 1.75em;
    height: 0.2em;
}
.dropdown-toggle::after {
    margin-left: 1em;
}
.dropdown-menu {
    border-radius: 0;
    color: #3595d6;
    border: none;
}
.dropdown-item {
    color: #3595d6;
    font-weight: bold;
}
.dropdown-item:hover {
    color: #fff;
    background-color: #2abbeb;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#logo {
    height: 60px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
a {
    color: #3595d6;
}
footer {
    z-index: 1000;
    text-align: center;
    background-color: #fff;
    position: absolute;
    width: 100%;
}
footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
footer a {
    color: #3595d6;
}
.blue_bg {
    background-color: #3595d6;
}
.blue {
    color: #3595d6;
}
.white {
    color: #fff;
}
.btn-primary {
    background-color: #3595d6;
    border: 2px solid #3595d6;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    padding: 0.5rem 2rem;
    font-size: 20px;
    margin-bottom: 1rem;
}
.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #3595d6;
    color: #3595d6;
}
section {
    position: relative;
    overflow-x: hidden;
}
.section_bg {
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.quote_wrapper {
    width: 50%;
    text-align: right;
    padding: 0;
}
.quote {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 0.3em;
    line-height: 1.2em;
}
.quote_name {
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.white_bg {
    background-color: rgba(255, 255, 255, 0.8);
}
.home_txt_1 {
    max-width: 50%;
    padding: 2rem;
    position: absolute;
    top: 15%;
    right: 10%;
}
.home_txt_2 {
    max-width: 50%;
    padding: 2rem;
    position: absolute;
    bottom: 10%;
    left: 10%;
}
.home_txt_3 {
    max-width: 50%;
    padding: 2rem;
    position: absolute;
    top: 15%;
    left: 25%;
}
.home_txt_4 {
    max-width: 50%;
    padding: 2rem;
    position: absolute;
    top: 10%;
    right: 10%;
}
.section_bg_white {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero_section {
    position: relative;
    min-height: 66vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#content {
    min-height: 50vh;
}
h1 {
    margin-bottom: 2rem;
    font-weight: bold;
}
h2 {
    margin-bottom: 1rem;
}
.wave_top_home {
    position: relative;
    top: 0px;
    width: 100%;
}
.wave_bottom_home {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
}
.wave_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.profile-photo {
    width: 100%;
    text-align: center;
}
.profile-photo p {
    margin-bottom: 0.3rem;
}
.circle-icon {
    background: #ddd;
    padding:30px;
    border-radius: 50%;
    color: #fff;
}
.bold {
    font-weight: bold;
}
.partner {
    text-align: center;
    margin-bottom: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}
.partner img {
    max-width: 70%;
    max-height: 200px;
}
.contact-info i {
    color: #3595d6;
    width: 30px;
    text-align: center;
}
.contact-info a {
    color: #3595d6;
}
#map {
    height: 100%;
    min-height: 55vh;
}
.gallery_wrapper {
    justify-content: space-around;
}
.ig_image {
    position: relative;
    width: calc(100% * (1/4) - 10px - 1px);
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0.5em;
}
.ig_video {
    height: 300px;
    width: calc(100% * (1/4) - 10px - 1px);
    position: relative;
    margin-bottom: 0.5em;
}
.ig_video video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    left: 0;
}
.ig_video .play_btn {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.ig_video .play_btn a {
    color: #fff !important;
}
.uk-lightbox-caption {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    pointer-events: none;
}
.uk-lightbox-button {
    z-index: 1000 !important;
}
#page_title {
    color: #fff;
    margin-top: 240px;
    font-size: 4em;
}
.thumbnail_link {
    width: 100%;
    height: 100%;
}
.img-ig {
    max-height: calc(100vh - 225px);
}
.modal-dialog{
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 200px;
}
.news_wrapper {
    margin-bottom: 10px;
}
.news_img {
    max-height: 300px;
}
.fb_post_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fb_date {
    text-align: right;
}
.fb-button {
    font-size: 75%;
}

@media only screen and (max-width: 900px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    #navigation {
        background-color: #fff;
        padding: 0;
    }
    .nav-link {
        color: #3595d6;
        margin: 0 2em;
        text-align: right;
        font-weight: bold;
        border-bottom: 2px solid rgba(0,0,0,0);
    }
    .dropdown-item {
        text-align: right;
        padding-right: 2.25em;
    }
    .home_txt_1 {
        max-width: 100%;
        padding: 2rem;
        position: absolute;
        top: 20%;
        right: 5%;
        left: 5%;
        bottom: auto;
    }
    .home_txt_2 {
        max-width: 100%;
        padding: 2rem;
        position: absolute;
        top: 20%;
        right: 5%;
        left: 5%;
        bottom: auto;
    }
    .home_txt_3 {
        max-width: 100%;
        padding: 2rem;
        position: absolute;
        top: 20%;
        right: 5%;
        left: 5%;
        bottom: auto;
    }
    .home_txt_4 {
        max-width: 100%;
        padding: 2rem;
        position: absolute;
        top: 20%;
        right: 5%;
        left: 5%;
        bottom: auto;
    }
    .quote_wrapper {
        width: 100%;
        text-align: right;
        padding: 0 2rem;
    }
    .quote {
        font-size: 1.5em;
    }
    .ig_image {
        width: calc(100% * (1/2) - 10px - 1px);
    }
}
@media only screen and (max-width: 900px) {
    .ig_image {
        width: calc(100% - 10px - 1px);
    }
}
