*{
    scroll-behavior: smooth !important;
}

body {
    height: 100%;

    /* Center and scale the image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FAFAFA;
    font-family: 'Bodoni Moda', serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

p {
    margin-bottom: 6px;
}

.logo-icon {
    width: 150px;
}

.justify-content-center {
    align-items: center;
}

.navbar {
    background-color: #FBFBFB;
    font-family: 'Avenir';
    text-transform: uppercase;
    font-size: 16px;
    height: 100px;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-brand {
    top: 0;
    position: absolute;
}


.navbar-nav > li {
    display: inline-block;
    float:none;
}

.nav-item {
    margin-left: 5px;
    margin-right: 5px;
}

.background-light {
    background-color: #F8F3F1;
}

.main-background {
    background-image: url("/images/backgrounds/hav.jpg");
    background-size: cover; /* Resize the background image to cover the entire container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    height: 600px;
}

.header-main {
    font-size: 56px;
    font-weight: bold;
    position: absolute;
    top: 20%;
    left: 15%;
    text-align: center;
}

.arrow-img {
    width: 13px;
    background-size: cover; /* Resize the background image to cover the entire container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    position: absolute;
    top: 45%;
    left: 25%;
}

.header-sub {
    font-size: 56xp;
    font-weight: bold;
    color: #707070;
    justify-content: center;
}


.main-holder{
    position: absolute;
    top: 100px;
    background-color: #F0E5DE;
    width: 85%;
    height: 570px;
    z-index: 1;

    /*
    position: absolute;
    width: 1153px;
    height: 688px;
    left: 145px;
    top: 166px;

    background: #F0E5DE;
    */
}

.sub-holder {
    position: absolute;
    width: 35%;
    height: 376px;
    left: 35%;
    top: 10%;

    background: #FAFAFA;
}

.text-sub {
    position: absolute;
    width: 35%;
    height: 76px;
    left: 50%;
    top: 50%;
    
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    
    color: #000000;
}

.button-osa {
    padding: 14px 86px;
    position: absolute;
    width: 207px;
    height: 50px;
    left: 25%;
    top: 80%;
    background: #141414;
    color: #FAFAFA;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Avenir';

}

.button-osa:hover {
    background: #707070;
    transition: 0.4s;
    color: white !important;
}

.button-osa a {
    text-decoration: none;
}

.button-osa-final a {
    text-decoration: none;
}

.button-osa-final {
    padding: 14px 66px;
    width: 207px;
    height: 50px;

    background: #141414;
    color: #FAFAFA;
    cursor: pointer;
    font-family: 'Avenir';
    text-decoration: none !important;
}

.button-osa-final:hover {
    background: #707070;
    transition: 0.4s;
    color: white !important;
}

.contact-input-text {
    width: 100%;
    padding: 15px;
}

.bottom-footer {
    background-color: #F0E5DE;
    padding-bottom: 200px;
    margin-top: -200px;
}


.text{
    
    font-size: 20px;
    text-align: center;
    color: rgb(22, 58, 11);
    font-weight: lighter;
    margin-right: 10px;
    margin-left: 10px;
    
}

.time-location-div{
    padding-top: 250px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 20px;
    font-weight: bold;
}

.text-location-img{
    z-index: -1;
    width: 100%;
}

.time-location-h2 {
    font-weight: 500;
    margin-bottom: 40px;
}

.time_table{
    padding-left: 12px;
    padding-bottom: 4px;
    vertical-align: top;
}

table {
    margin-bottom: 28px;
}


.dashed{
    padding-left: 0px;
}

.info-text-style{
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

ul {
    margin: 10px;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "- ";
    text-indent: -5px;
}


.tostmadame-container {
    position: relative;
}


.toastmadame {
    background-color: #F8F3F1;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    /*
    width: 70%;
    margin-left: 25% !important; 
    */
}

.toastmadame-header {
    font-family: 'Bodoni Moda', serif;
    font-style: normal;
    font-size: 38px;
    line-height: 56px;
    /* or 117% */

    text-align: center;
    color: #141414;
    margin-bottom: 40px;

}

.toast-img {
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 100%;
}

.osa-header {
    font-family: 'Bodoni Moda', serif;
    font-style: normal;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
    color: #141414;
}

.qa-header {
    font-family: 'Bodoni Moda', serif;
    font-style: normal;
    font-size: 38px;
    line-height: 56px;
    /* or 117% */

    text-align: center;
    color: #141414;
    margin-bottom: 40px;
}


.toastmaster-img {
    background-color: #C2C2C2;
    width: 15%;
    height: auto;
    position: absolute;
    left: 15%;
}

.housing-background {
    margin-top: 6%;
    background-color: #F0E5DE;
    height: 826px;
}

.housing-header {
    position: absolute;
    margin-top: 15%;
    margin-bottom: 20%;
    margin-left: 45%;
    padding-left: 10%;
    font-weight: 600;
}

.housing {
    background: rgba(209, 213, 216, 0.6);
    width: 60%;
    height: 540px;
    margin-top: 25%;
    margin-bottom: 20%;
    margin-left: 40%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    position: absolute;
}

.housing-tips {
    background-color: #FAFAFA;
    width: 80%;
    height: 600px;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 60%;
    margin-right: 40%;

    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    position: absolute;
}

.housing-info{
    margin-left: 120%;
    padding-top: 20%;
    padding-bottom: 30%;
    position: absolute;
    width: 65%;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.housing-title-bold {
    font-family: Avenir;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    
    text-transform: uppercase;
    
    color: #000000;
    
}

.housing-title-thin {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000000;
}

.housing-title-thin-info {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000000;
}

.housing-text-tips {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000000;
}

.qa {
    background-color: #F8F3F1;
    width: 60%;
    height: 50%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    max-width: 90% !important;
    font-family: 'Avenir';
}

.osa {
    background-color: #F8F3F1;
    width: 60%;
    height: 50%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    min-width: 600px;
    max-width: 90% !important;
    font-family: 'Avenir';
    position: relative;
}

.osa-corners {
    width: 100%;
    height: 100%;
  
    background:
      linear-gradient(to right, black 1px, transparent 1px) 0 0,
      linear-gradient(to right, black 1px, transparent 1px) 0 100%,
      linear-gradient(to left, black 1px, transparent 1px) 100% 0,
      linear-gradient(to left, black 1px, transparent 1px) 100% 100%,
      linear-gradient(to bottom, black 1px, transparent 1px) 0 0,
      linear-gradient(to bottom, black 1px, transparent 1px) 100% 0,
      linear-gradient(to top, black 1px, transparent 1px) 0 100%,
      linear-gradient(to top, black 1px, transparent 1px) 100% 100%;
  
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #F8F3F1;

  }

  .radio_size {
    width: 32px;
    height: 32px;
    border: 3px solid black;
    
  }

  input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #b1b1b1;
    border: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio_label {
    margin-left: 10px;
    font-size: 16px;
}

input[type='radio'], label{   
    vertical-align: text-bottom;
}

textarea{
    border: none;
}

.ans_form {
    padding: 40px;
}

.qa_holder {
    padding: 30px;
}

.input_text{
    width: 100%;
    border: none;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.osa-table td{
    padding: 5px;
}

@media only screen and (max-width: 800px) {
    .navbar-brand {
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        width: 20%;
    }
    .navbar {
        padding-top: 50px;
        height: 120px;
    }
}


@media only screen and (max-width: 600px) {
    .main-background {
        background-image: url("/images/backgrounds/hav.jpg");
        background-size: cover; /* Resize the background image to cover the entire container */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        height: 300px;
        margin-bottom: 300px;
    }

    .arrow-img {
        width: 13px;
        top: 75%;
        left: 15%;
    }


    .header-main {
        font-size: 38px;
        font-weight: bold;
        position: absolute;
        top: 13%;
        left: 20%;
        text-align: center;
    }
    
    .header-sub {
        font-size: 30xp;
        font-weight: bold;
        color: #707070;
    }
    
    
    .main-holder{
        position: absolute;
        top: 100px;
        background-color: #F0E5DE;
        width: 85%;
        height: 220px;
        z-index: 1;
    
        /*
        position: absolute;
        width: 1153px;
        height: 688px;
        left: 145px;
        top: 166px;
    
        background: #F0E5DE;
        */
    }
    
    .sub-holder {
        display: none;
    }
    
    .text-sub {
        position: absolute;
        width: 70%;
        height: 76px;
        left: 30%;
        top: 75%;
        
        font-family: 'Bodoni Moda', serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        
        color: #000000;
    }
    
    .button-osa {
        padding: 14px 14px;
        width: 70%;
        height: 50px;
        top: 170%;
        background: #141414;
        color: #FAFAFA;
        margin: auto;
        text-align: center;
        left: 15%;
        font-family: 'Avenir';
    }


    .background-light {
        background-color: #FAFAFA;
    }

    .time-location-div {
        background-color: #F0E5DE;
        margin-top: -50px;
        margin-bottom: 20px;
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 40px;

    }

    .toastmadame {
        background-color: #F8F3F1;
        margin-bottom: 0% !important;
        margin-left: 0% !important;
        width: 100%;
        /*
        position: absolute;
        padding-bottom: 200px;
        */
        margin-left: 0% !important;
    }

    .toastmadame-header {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .toastmaster-img {
        background-color: #C2C2C2;
        margin-top: 35%;
        margin-bottom: 10px;
        width: 250px !important;
        height: auto !important;
    }


    .housing-background {
        margin-top: 40px;
        background-color: #F0E5DE;
        height: 1150px;
    }
    
    .housing-header {
        position: absolute;
        margin-top: 20%;
        margin-bottom: 20%;
        margin-left: 20%;
        padding-left: 10%;
        font-weight: 500;
    }
    
    .housing {
        background: rgba(209, 213, 216, 0.6);
        width: 85%;
        height: 490px;
        margin-top: 30%;
        margin-bottom: 20%;
        margin-left: 0%;
        padding-left: 10%;
    
        padding-right: 10%;
        padding-top: 10%;
        padding-bottom: 10%;
        position: absolute;
    }
    
    .housing-tips {
        background-color: #FAFAFA;
        width: 90%;
        height: 1050px;
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 5%;
    
        padding-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        position: absolute;
    }
    
    .housing-info{
        margin-left: 15%;
        margin-top: 560px;
        padding-top: 20%;
        padding-bottom: 30%;
        position: absolute;
        width: 70%;
        font-family: Avenir;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }
    
    .housing-title-bold {
        font-family: Avenir;
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        
        text-transform: uppercase;
        
        color: #000000;
    }
    
    .housing-title-thin {
        font-family: Avenir;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
    
        text-transform: uppercase;
    
        color: #000000;
    }

    .housing-title-thin-info {
        font-family: Avenir;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 22px;    
        color: #000000;
        text-transform: capitalize;
    }
    
    .housing-text-tips {
        font-family: Avenir;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
    
        text-transform: uppercase;
    
        color: #000000;
    }

    .osa {
        max-width: 90% !important;
        min-width: 90% !important;
        font-family: 'Avenir';
    }

    .qa {
        max-width: 90% !important;
        min-width: 90% !important;
        font-family: 'Avenir';
    }

    .ans_form {
        padding: 0px;
    }

    .radio_label{
        margin-left: 0;
    }
}

.show-wed-img {
    width: 100%;
    max-width: 600px;
}