﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x:hidden;
}
.bodyback {
    background-color: #e9ecf2;
    background-color: #f5f8f4;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

@font-face {
    font-family: 'avail-font';
    src: url('../fonts/Marbre_Sans.otf') format('otf'), url('../fonts/marbre_sans.ttf') format('truetype');
}

@font-face {
    font-family: 'avail-font-bold';
    src: url('../fonts/Marbre_Sans_Bold.otf') format('otf'), url('../fonts/marbre_sans_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-bold';
    src: url('../fonts/helvetica-bold.woff') format('woff'), url('../fonts/helvetica-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'helvetica-boldoblique';
    src: url('../fonts/helvetica-boldoblique.woff') format('woff'),url('../fonts/helvetica-boldoblique.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-compressed';
    src: url('../fonts/helvetica-compressed.woff') format('woff'),url('../fonts/helvetica-compressed.otf') format('opentype');
}

@font-face {
    font-family: 'helvetica-light';
    src: url('../fonts/helvetica-light.woff') format('woff'),url('../fonts/helvetica-light.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-oblique';
    src: url('../fonts/helvetica-oblique.woff') format('woff'),src: url('../fonts/helvetica-oblique.ttf') format('truetype');
}
@font-face {
    font-family: 'helvetica-rounded-bold';
    src: url('../fonts/helvetica-rounded-bold.woff') format('woff'),url('../fonts/helvetica-rounded-bold.otf') format('opentype');
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica.woff') format('woff'),url('../fonts/helvetica.ttf') format('truetype');
}


.logo-text {
    font-family: 'avail-font-bold';
    letter-spacing:1px;
    font-size: 250%;
    text-align:center;
    color: #1c032d;
    padding-left:25px;
}

    a.logo-text:hover {
        color: #1c032d;
    }

    #AvailVideo {
        /*   position: absolute;
    right: 0;
    bottom: 0;*/
        min-width: 100%;
        min-height: 100%;
    }

#AvailVideo2 {
    min-width: 100%;
    min-height: 100%;
}

.alfa {
    font-family: avail-font, sans-serif;
    font-size:20px;
    font-weight:bold;
    letter-spacing: 1px;
}
.availfn {
    font-family: avail-font, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.avail-color-mov{
    color:#1c032d
}

.moto-section {
    font-family: 'Manrope', sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    color: #fff;
    font-size: 2em;
    flex: auto;
}

.moto-text {
    font-size: 1.2rem;
    text-align: center;
    color: darkbue;
}

.sectionscreen {
    height: 100vh;
    margin: 0 0;
}

.nav-item {
    margin-right: 20px;
    font-family: 'Manrope', sans-serif;
}

    .nav-item a.nav-link {
        font-family: 'Manrope', sans-serif;
        color: #1a292f;
        color: #1c032d;
        font-weight: 400;
        border: 1px solid transparent;
        letter-spacing: 1px;
    }

    .nav-item:active a.nav-link, .nav-item:hover a.nav-link {
        /*    background-color: #76658d;
        color: #fff;*/
        border: 1px solid #040b3c;
    }

    .nav-item a.active {
        /*    background-color: #76658d;
        color: #fff;*/
        border: 1px solid #040b3c;
    }

.nav-white a.nav-link {
    color: #f5f8f4;
    color: #1c032d;
}

.nav-white:active a.nav-link, .nav-white:hover a.nav-link {
    border: 1px solid #f5f8f4;
}

.nav-white a.active {
    background-color: #f5f8f4;
    border: 1px solid #f5f8f4;
    color: #1a292f;
    color: #1c032d;
}

li.nav-item a.btn-menu-rv {
    color: #f5f8f4;
}

.btn-menu-rv {
    border: 1px solid #1c032d;
    background-color: #1c032d;
    color: #f5f8f4;
    width:190px;
}

li.nav-item a.btn-menu-rv:hover, .btn-menu-rv:hover {
/*    background-color: #f5f8f4;
    border: 1px solid #1c032d;
    color: #1c032d;
    cursor: pointer;*/
    font-weight:bold;
}

.btn-menu-rv-negative {
    border: 1px solid #f5f8f4;
    background-color: #f5f8f4;
    color: #1c032d;
    width: 190px;
}
    .btn-menu-rv-negative:hover {
        border: 1px solid #f5f8f4;
        background-color: #1c032d;
        color: #f5f8f4;
        width: 190px;
    }


.stickydiv {
    position: sticky;
    top: 86px;
    background-color: #f5f8f4;
    color: #1a292f;
    padding: 20px 0px;
    z-index: 99;
    border-bottom: 1px solid #c9d3ca;
}

.stickycontact {
    position: sticky;
    top: 86px;
    color: #fff;
    padding: 20px 0px;
    z-index: 99;
}

.page-container a{text-decoration:none;font-size:1.0em;}

.page-back {
    background-color: #799297;
    color:#f5f8f4;
}

.page-title {
    font-family: 'Manrope', sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    margin-bottom: 10px;
    /*    border-bottom: 1px solid #ccc;*/
    padding: 10px 25px;
    text-align: center;
}
    .page-title h1 {
        font-family: 'Manrope', sans-serif;
        font-size: 1.4em;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.4rem;
        color: #f5f8f4;
    }
@media (max-width:767px) {
    .page-title h1 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

}


.page-content {
    font-family: 'Manrope', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.0rem;
    text-align: justify;
}

.db-page h4, .db-page-teen h4, .db-page3 h4 {
    font-size: 1.0rem;
    font-weight: 600;
    color: #040b3c;
    line-height: 1.8rem;
}

.db-page h3, .db-page2 h3, .db-page-teen h3 {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.6rem;
    color: #7aacbf;
}

.db-page strong, .db-page-teen strong {
    font-weight: 600;
}

    .db-form label {
        font-weight: 300;
        font-size: 1rem;
    }
.db-page img, .db-page2 img, .db-page3 img {
    width: 100%;
    text-align: center;
}

.category-content h4 {
    font-size: 1.2rem;
    font-weight: 200;
    color: #f5f8f4;
    line-height: 1.6rem;
}

    .Counsel-Footer {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        padding: 45px 15px;
    }



.btn-side {
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #040b3c;
    background-color: transparent;
    color: #040b3c;
    border-radius: revert;
}

.btn-consult, .btn-rendezvous, .btn-program, btn-news, btn-contact {
    width: 300px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    vertical-align: middle;
    /*    background-color: #f9f9f9;
    color: darkblue;
    border: 1px solid darkblue;*/
    border: 1px solid #040b3c;
    background-color: transparent;
    color:#040b3c;
    border-radius: revert;
}

.btn-program {
    padding: 7px 5px 0px 5px;
    border: 1px solid #f5f8f4;
    background-color: #611150;
    height: 140px;
    line-height: 30px;
    color: #fff;
}

    .btn-program:hover {
        border: 1px solid #47646f;
        background-color: #410634;
        background-color: #47646f;
        color: #fff;
    }

.btn-consult:hover {
    background-color: #0c4f50;
    border: 1px solid #0c4f50;
    background-color: #47646f;
    color: #fff;
    cursor: pointer;
}

.btn-rendezvous {
    background-color: #040b3c;
    border: 1px solid #040b3c;
    color: #f5f8f4;
}
.btn-news {
    background-color: #1c032d;
    border: 1px solid #1c032d;
    color: #f5f8f4;
    font-size: 1.0em;
    width: 280px;
    height: 60px;
    letter-spacing: 2px;
    margin-top:15px;
}

    .btn-news:hover {
        background-color: #f5f8f4;
        border: 1px solid #1c032d;
        color: #1c032d;
        cursor: pointer;
    }

.btn-contact {
    background-color: transparent;
    border: 1px solid #f5f8f4;
    color: #1c032d;
    font-size: 1.0em;
    width: 280px;
    height: 60px;
    letter-spacing: 2px;
}

    .btn-contact:hover {
        background-color: #1c032d;
        border: 1px solid #1c032d;
        color: #f5f8f4;
        cursor: pointer;
    }

.btn-rendezvous:hover {
    background-color: #1a292f;
    border: 1px solid #f5f8f4;
    color: #f5f8f4;
    cursor: pointer;
}

.btn-rv {
    border: 1px solid #a9cbd9;
    background-color: #a9cbd9;
    color: #040b3c;
    padding:10px 5px;
    font-weight:600;
}

    .btn-rv:hover {
        background-color: #7aacbf;
        border: 1px solid #7aacbf;
        color: #040b3c;
        cursor: pointer;
    }

.btn-avail {
    border: 1px solid #1c032d;
    background-color: #1c032d;
    color: #f5f8fa;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 180px;
    height: 90px;
    letter-spacing: 0px;
    margin-top: 10px;
    padding: 10px 0px;
}
a.btn-avail{
    font-size:2.0rem;
}
a.font-avail {
    font-size: 3.0rem;
}
.btn-avail:hover {
    background-color: #1c032d;
    border: 1px solid #1c032d;
    color: #f5f8fa;
    cursor: pointer;
    font-weight: bold;
}
.font-avail {
    font-family: 'avail-font', Arial, sans-serif;
}

.btn-council {
    border: 1px solid #1c032d;
    display: inline-block;
    text-align: center;
    width: 300px;
    height: 48px;
    letter-spacing: 0px;
    color: #1c032d;
    margin-top: 10px;
    padding: 10px 15px;
}

a.btn-council {
    font-size: 1.0rem;
}


.btn-council:hover {
    border: 1px solid #1c032d;
    color: #1c032d;
    cursor: pointer;
    font-weight: bold;
}

.btn-teen {
    /*    background-color: #b5ad9f;*/
    background-color: transparent;
    border: 1px solid #1c032d;
    display: inline-block;
    text-align: center;
    width: 300px;
    height: 48px;
    letter-spacing: 0px;
    color: #1c032d;
    margin-top: 10px;
    padding: 10px 15px;
}

a.btn-teen {
    font-size: 1.0rem;
}


.btn-teen:hover {
    /*background-color: #b5ad9f;*/
    background-color: #1c032d;
    /*color: #1c032d;*/
    color: #f5f8f4;
    cursor: pointer;
    /*    font-weight: bold;*/
    font-weight: normal;
}

.btn-form {
    border: 1px solid #7aacbf;
    background-color: #7aacbf;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    padding: 10px 10px;
}

    .btn-form:hover {
        background-color: #6f9cae;
        border: 1px solid #6f9cae;
        color: #fff;
        cursor: pointer;
    }

.db-page-avail {
    /*max-width: 900px;*/
    width: 100%;
    margin: 0 auto;
    padding: 60px 120px 30px 120px;
/*    background-color: #b5ad9f;
    color: #f5f8f4;*/
    background-color: #d9d8d0;
    color: #1c032d;
    font-size: 1.1rem;
    text-align:justify;
}

.db-page {
    /*max-width: 900px;*/
    width: 100%;
    margin: 0 auto;
    padding: 60px 60px 30px 60px;
    color: #1c032d;
    background-color: #e9ecf2;
    background-color: #f5f8f4;
    text-align: justify;
}

.db-page2 {
    color: #1c032d;
    margin: 20px auto;
    padding: 60px 60px 60px 60px;
    background-color: #f5f8f4;
    text-align: justify;
}

.db-page3 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 180px 30px 180px;
    color: #1c032d;
    background-color: #d9d8d0;
    text-align: justify;
}

.db-page-teen {
    color: #1c032d;
    margin: 20px auto;
    padding: 60px 120px 60px 120px;
    background-color: #d9d8d0;
    text-align: justify;
}

.form-rnd {
    color: #f5f8f4;
    margin: 20px auto;
    padding: 60px 60px 60px 60px;
    background-color: #799297
}

    .form-rnd h3 {
        color: #f5f8f4;
    }

    .db-form {
        width: 100%;
        height: 100%;
    }

    .db-page-xtra {
        max-width: 900px;
        margin: 0 auto;
        padding: 0px 45px;
        color: #000;
    }

    @media (max-width:767px) {
        .db-page, .db-page2, .db-page-teen, .db-page3 {
            padding: 40px 20px 20px 20px;
            text-align: left;
        }

        .db-page-xtra {
            padding: 0px 0px;
        }
        .db-page-avail {
            padding: 40px 20px 20px 20px;
            font-size: 1.0rem;
            text-align: left;
        }
    }

    .mobile-content {
        display: none;
    }

.fixed-content {
    font-family: 'Manrope', sans-serif;
    font-optical-sizing: auto;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6em;
    text-align: center;
    width: 300px;
    top: 180px;
    position: fixed;
    color: #f5f8f4;
}

.infoarea {
    position:relative;
    left:0;
    display:block;
    width:100%;
    max-width:1600px;
    margin: 10px 0px 10px 0px;
    padding: 15px 15px;
    font-size: 1.0rem;
    background-color: #f5f8f4;
    /* border: 1px solid darkmagenta;
      
    color: #666;*/
}    

@media (max-width:767px) {
        .fixed-content {
            display: none;
        }

        .mobile-content {
            display: block;
            border: 1px solid #666;
            font-family: 'Manrope', sans-serif;
            font-optical-sizing: auto;
            font-size: 0.8em;
            font-weight: 400;
            letter-spacing: 2px;
            line-height: 1.6em;
            color: #000;
            padding: 10px 15px;
        }
        .infoarea{
            display:none;
        }
    }



.coupon {
    width: 100%;
    padding: 25px 85px;
    background-color: #5d7479;
}
@media (max-width:767px) {
    .coupon {
        padding: 25px 25px;
    }
}

    .db-form div.row {
        margin-bottom: 10px;
    }

    .db-form button {
        letter-spacing: 1px;
    }

    .card, .badge {
        border-radius: 0 0;
    }

    .badge {
        font-weight: 200;
    }

    .form-contact {
        display:inline-block;
        border: none;
        border-left: 1px solid #e0e0e0;
        background-color: #fafafa;
    }

.slide-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.startcontainer {
    width: 100%;
    height: 100vh;
    /*    overflow-x: hidden;
    overflow-y: scroll;*/
    scroll-snap-type: y mandatory;
    z-index: 1;
}


.startslides {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    /*    margin-bottom:-90px;*/
    z-index: 1;
    scroll-snap-align: start;
}

.startslides-column {
    background-color: #001300;
    padding: 50px 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.startslides video {
    position:relative;
    z-index: 0;
}
.startslides div.overlay {
    display: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow:hidden;
    z-index: 99;
}
    .startslides div.overlay h1 {
        position:absolute;
        top:30%;
        left:34%;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 100;
        text-align: center;
        font-size: 8em;
        text-shadow: 1px 1px #000;
        letter-spacing: 22px;
        color: #fff;
        flex: auto;
        z-index: 99;
    }
    .startslides div.overlay h2 {
        position: absolute;
        top: 55%;
        left: 24%;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 100;
        font-size: 3em;
        text-shadow: 0px 1px #333;
        letter-spacing: 5px;
        color: #fff;
        flex: auto;
        z-index: 99;
    }


.newsletter-section {
    background-color: #799297;
    color:#f5f8f4
}

.newsletter {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-self: center;
    flex-direction: row;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
}

        .newsletter section {
            padding: 5px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: center;
            flex-direction: column;
        }
            .newsletter section h4 {
                text-align: center;
            }

.news-title {
    text-align: center;
    font-size:1.6rem;
}
.news-subtitle {
    font-family: 'Manrope', sans-serif;
    text-align: center;
    font-size: 1.2rem;
}

@media (max-width:767px) {

    .newsletter {
        height: 35vh;
    }

    .news-title {
        font-size: 1.0rem;
    }
    .news-subtitle {
        font-size: 1.0rem;
    }
}

a.terms {
    color: #f5f8f4;
    text-decoration:none;
}


input.input-news, input.input-blognews, input.input-captcha {
    padding: 3px;
    text-align: center;
    border: 1px solid lightgrey;
    width: 280px;
    height: 48px;
    background-color: transparent;
    color: #fff;
}

    input.input-news:focus, input.input-news:focus, input.input-blognews:focus {
        border: none;
        outline: none;
    }

input.input-captcha {
    width: 280px;
    height: 40px;
    position:relative;
    top:2px;
    font-size:14px;
}

    input.input-captcha::placeholder, input.input-news::placeholder {
        color: lightgrey;
    }


a.newsreload{
    text-decoration:underline;
    color:#000;
    padding:0px 5px;
    font-size:0.8rem;
}
a.newsreload:hover {
    cursor: pointer;
}
.vert-space {
    margin: 5px auto;
}
.sticky-top {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
    /*    background-color: #001300;
    background-color: #040b3c;
    background-color: #2a3b45;*/
}

.stickactive {
    background-color: #f5f8f4;
    /* background-color: #040b3c;
    background-color: #2a3b45;*/
}

    .videowrapper {
        position: relative;
        width: 100%;
        text-align:center;
    }

        .videowrapper video {
            width: 100%;
        }

/*        .videowrapper .overlay {
            position: absolute;
            top: 30%;
            left: 0%;
            width:100%;
            text-align:center;
            z-index: 1;
        }*/
        .videowrapper .overlay {
            position: absolute;
            inset: 0; /* top:0 right:0 bottom:0 left:0 */
            display: flex;
            align-items: center; /* vertical center */
            justify-content: center; /* horizontal center */
            color: white;
            text-align: center;
        }
            .videowrapper .overlay h1 {
                margin: 0 auto;
                display: inline-block;
                text-align: center;
                color: #fff;
                font-family: 'Manrope', sans-serif;
                font-weight:200;
                font-size: calc((.8em + 1vmin) + (.8em + 1vmax));
                text-shadow: 0px 1px 1px #333;
            }
            @media (max-width:767px) {
                .videowrapper {
                    height:300px;
                }
                    .videowrapper video {
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                    }
                    .videowrapper .overlay h1 {
                        font-size: calc((.4em + 1vmin) + (.4em + 1vmax));
                        text-shadow: 0px 1px 1px #333;
                    }
            }


            a.linkfont {
                font-size: 0.8em;
                color: #799297;
                padding: 10px 0px;
            }

    a.linkfont:hover {
        color: #7e693b;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.text-bg-blog {
    color: #000 !important;
    background-color: #D9B959 !important;
}

a.availblogtitlecolor {
    display:block;
    width:100%;
    padding:5px 5px;
/*    background-color: #fff;*/
    color: #040B3C;
    font-size: 1.0em;
    line-height: 1.8em;
    color:#f5f8f0;
}
    a.availblogtitlecolor:hover {
        /*        background-color: #e1e1e1;*/
        color: #000;
    }

.card-blog {
    background-color: #799297;
    min-height: 300px;
    height: 100%;
}


    a.tooltips {
        position: relative;
        display: inline;
    }

    a.tooltips span {
        position: absolute;
        width: 900px;
        min-height: 150px;
        min-height: 600px;
        min-height: 100%;
        color: #000;
        padding: 10px 10px;
        background: #efefef;
        font-size:0.9em;
        line-height: 20px;
        text-align: justify;
        visibility: hidden;
        border-radius: 6px;
        font-size: 0.9em;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 35%;
            margin-left: -8px;
/*            width: 0;
            height: 0;*/
            border-top: 8px solid #000000;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

.accordion-button {
    background-color: #040B3C;
    color:#fff;

}
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #040B3C;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        }

.alfaimage {
    background-image: url('../images/alfa_image.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 105%;
    height: 540px;
    margin-left: -20px;
    margin-right: -20px;
    padding:80px 120px 0px 120px;
    font-size:1.2em;
    line-height:2.4em;
    color:#fff;
    text-shadow:1px 1px 1px #000;
}

@media (max-width:767px) {
    .alfaimage {
        background-image: none;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 0px 0px 0px;
        height: 100%;
    }
}



.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Keeps responsive video ratio */
    overflow: hidden;
    /*border-radius: 12px;*/ /* optional rounded corners */
}

.start-container {
    min-height: 100dvh;
}

/* Background video */
.background-video {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
/*    transform: translate(-50%, -50%);*/
    z-index: -1;
}

/* Overlay text */
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.4);*/ /* optional contrast layer */
    padding: 20px 40px;
    border-radius: 8px;
    width:100%;
    max-width: 90%;
}

    .overlay-text h1 {
        font-family: 'avail-font-bold', Arial, sans-serif;
        font-size: 12rem;
        margin-bottom: 0px;
    }

    .overlay-text p {
         font-family: 'Manrope', sans-serif;
/*        font-family: helvetica, sans-serif;*/
        font-weight: 400;
        font-size: 3.0rem;
        margin-top: 80px;
    }
    .overlay-text h4 {
        font-family: 'Manrope', sans-serif;
        font-weight: 200;
        font-size: 2.6rem;
        margin-top:-10px;
    }
    .overlay-text hr{
        border-top:1px solid #1c032d;
        margin-top:70px;
    }

/* =====================
   RESPONSIVE DESIGN
   ===================== */

/* Tablets */
@media (max-width: 992px) {
    .overlay-text h1 {
        font-size: 10rem;
    }

    .overlay-text p {
        font-size: 1.6rem;
    }

    .overlay-text h4 {
        font-size: 2.0rem;
    }
}

/* Mobile phones */
@media (max-width: 600px) {
    .overlay-text {
        padding: 15px 15px;
/*        background: rgba(0, 0, 0, 0.5);*/
    }

        .overlay-text h1 {
            font-size: 7rem;
/*            display: none;*/
        }

        .overlay-text p {
            font-size: 1.6rem;
        }

        .overlay-text h4 {
            font-size: 1.6rem;
        }
}

/* Very small screens */
@media (max-width: 400px) {
    .overlay-text h1 {
        font-size: 4.0rem;
        /*            display: none;*/
    }

    .overlay-text p {
        font-size: 1.2rem;
    }

    .overlay-text h4 {
        font-size: 1.0rem;
    }
}

.table-adult thead tr th, .table-adult thead tr td {
    font-size:0.9rem;
    text-align:center;
    vertical-align:middle;
    background-color:#f5f8f4;
    color:#1c032d;
}

.pad-t-25{
    padding-top:25px;
}

.modal-body{
    padding:10px 120px;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 10px 15px;
    }
}

.contact li a {
    font-weight: normal;
    color: #799297;
}
    .contact li a:hover {
        font-weight: normal;
        text-decoration: underline;
    }

.contact-table{
    background-color:#d9d8d0;
}

.contact-table tbody tr td{
    background-color: #d9d8d0;
    border:none;
}

    .contact-table tbody tr td input, .contact-table tbody tr td textarea {
        background-color: #f5f8f4;
    }


.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height:99%;
    align-items: center;
    justify-content: center;
}

.flex-item {
    padding: 5px;
    margin: 10px;
    text-align: center;
    width:100%;
}

.validaterror{
    display:inline-block;
    max-width:600px;
    width:100%;
    text-align:center;
    background-color:darkred;
    color:#f5f8f4;
    font-size:14px;
}

a.privacy:hover {
    cursor:pointer;
}

@media (max-width: 767px) {
    .modal-body {
        max-width: 300px;
    }
    #news_image_holder {
        display: none;
    }
    .privacy{font-size:12px;}
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F5F8F4;
    color: #000;
    padding: 15px;
    text-align: center;
    z-index: 1000;
}

    .cookie-consent button {
        margin-left: 15px;
        padding: 8px 15px;
        background: #4CAF50;
        color: #fff;
        border: none;
        cursor: pointer;
    }

    .cookie-consent button.reject{
        background: darkred;
        color: #fff;
    }

    .cookie-consent a {
        color: #90CAF9;
        text-decoration: underline;
    }

.offcanvas-title {
    font-family: 'avail-font-bold';
    letter-spacing: 1px;
}

.navbar-nav {
    flex-wrap: nowrap;
}

    .navbar-nav .nav-link {
        font-size: clamp(0.75rem, 1.0vw, 1.00rem);
        padding: 0.5rem 0.15rem;
        white-space: nowrap;
    }

.nexi{
    width:600px;
    height:100px;
}
@media (max-width: 767px) {
    .nexi {
        width: 280px;
        height: 45px;
    }
}

.boxcontainer {
    margin-top: 80px;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
    /* height: 100vh;*/ /* full viewport height */
}

.box {
    max-width: 767px;
    width:100%;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #ccc;
}

.sidepads {
    padding:5px 10px;
    margin: 60px 25px;
}

@media (max-width: 767px) {
    .box {
        max-width: 300px;
    }
    .sidepads {
        padding: 5px 10px;
        margin: 10px 15px;
    }
}