﻿@import url('https://fonts.googleapis.com/css?family=Cinzel:700|Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato|Work+Sans:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Noto+Serif&display=swap');

body {
    margin: auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Noto Serif', serif;
    font-weight: 500;
}

/* ########## CUSTOM CLASSES START ############*/


.is-table-row {
    height: auto !important;
}


.modal-dialog {
    max-width: 1200px;
}


.row-flex {
    display: flex;
    flex-wrap: wrap;
}


.horizontal-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

    .horizontal-list li {
        display: inline;
    }

        .horizontal-list li a {
            display: block;
            color: black;
            padding: 16px;
            text-decoration: none;
        }

            .horizontal-list li a:hover {
                background-color: #ffffff;
                color: #233D48;
            }


.webgio-custom {
    color: white;
}


.mypic {
    margin-top: -30px;
    margin-left: -80px;
    position: absolute;
    z-index: 3;
    width: 301px;
    height: 169px;
}


.text-overlay {
    margin-top: 12%;
    padding: 0 10%;
    position: absolute;
    z-index: 3;
    text-shadow: 2px 3px 4px #000000;
}


.text-overlay2 {
    margin-top: 12%;
    position: absolute;
    color: #233D48;
    z-index: 3;
    text-align: center !important;
    left: 0;
    right: 0;
    width: 100%;
}


.custom-card {
    /*padding: 15%;*/
    background-color: #61898a;
}





.custom-button {
    padding: 2% 0;
    border: solid 2px #233D48;
    background-color: #233D48;
    color: #ffffff;
    font-size: 22px;
}

.custom-button:hover {
    padding: 2% 0;
    text-decoration: none;
    border: solid 2px #233D48;
    background-color: #233D48;
    color: #ffffff;
    opacity: .8;
    font-size: 22px;
}

.custom-button2 {
    padding: 2% 5%;
    border: solid 2px #233D48;
    color: white;
    background-color: #233D48;
    font-size: 22px;
}

.custom-button3 {
    padding: 2% 5%;
    border: solid 2px #233D48;
    color: white;
    background-color: #233D48;
    font-size: 22px;
}


    .custom-button2:hover {
        padding: 2% 0;
        text-decoration: none;
        border: solid 2px #233D48;
        background-color: #233D48;
        color: #ffffff;
        font-size: 22px;
        opacity: .9;
    }

.custom-button3:hover {
    padding: 2% 5%;
    text-decoration: none;
    border: solid 2px #233D48;
    background-color: #233D48;
    color: #ffffff;
    font-size: 22px;
    opacity: .9;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



/* ########## RESPONSIVE BREAKPOINTS ############*/




@media screen and (max-width: 992px) {
    .horizontal-list {
        width: 100%;
        display: block;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
    }

        .horizontal-list li a {

            color: black;
            padding: 16px;
            text-decoration: none;
        }

            .horizontal-list li a:hover {
                background-color: #ffffff;
                color: #233D48;
            }



    .text-overlay {
        margin-top: 5%;
        padding: 0 10%;
        position: absolute;
        z-index: 3;
        text-shadow: 2px 5px 6px #000000;
        font-size: 8px;
    }

    .text-overlay2 {
        margin-top: 5%;
        margin-bottom: 5%;
        position: absolute;
        color: #233D48;
        z-index: 3;
        text-align: center !important;
        left: 0;
        right: 0;
        width: 100%;
        font-size: 8px;
    }

    .overlay-head {
        font-size: 1rem;
    }
}



/* ########## CUSTOM CLASSES END ##############*/

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet {
    padding-left: 1em;
    text-indent: -.7em;
}

li.bullet::before {
    font-size: 32px;
    content: "• ";
    color: #00ADAB; /* or whatever color you prefer */
}

.testimonial_font {
    color: black;
}

hr.footer {
    border-top: 1px solid #fff;
    width: 80%;
}

nav {
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    font-size: 22px;
}

.underline {
    text-decoration-line: underline;
}

.page-title-bar {
    background-color: #000000;
    color: #ffffff;
}

.bg {
    background-color: #00ADAB;
    color: #fff;
}

.header-text {
    color: #00ADAB;
}

.divider {
    border-right: 3px solid #005E5E;
}

.custom-container {
    padding: 0 25px 0 25px;
}

.bg a {
    color: rgba(255,255,255, 1);
}

.bg a:link {
    color: rgba(255,255,255, 1);
}

.bg a:hover {
    color: rgba(255,255,255, .6);
}

.social-icon {
    max-width: 60px;
    height: auto;
}

a {
    color: rgba(0,0,0, 1);
}

a:link {
    color: rgba(0,0,0, 1);
}

a:hover {
    color: rgba(0,0,0, .6);
}

ul, ol {
    list-style-position: outside;
    margin: 0px 0px 0px 0px;
}

ol li {
    padding-left: 20px;
}

.navbar-custom,
.navbar-custom .navbar-nav > li > .dropdown-menu {
    background-color: #00ADAB;
    min-width: 250px;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255, 1);
}

.white-font {
    color: #fff;
}


/* change the link color */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-nav > li > .dropdown-menu > a.nav-link {
    color: rgba(255,255,255, 1);
}

/* change the color of active or hovered links*/
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .navbar-nav > li > .dropdown-menu > a:hover {
    color: rgba(255,255,255, .6);
}

.navbar-custom .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.navbar-custom .navbar-toggler-icon {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.logo {
    max-width: 100%;
    height: auto;
}

.staff-list {
    max-width: 290px;
}