.mNavigationSectionOptions{
    display: none;
}

.navigationSection{
    width: 100%;
    height: 130px;
    z-index: 100;
    position: absolute;
}

.navigationSection2{
    width: 100%;
    height: 125px;
    position: absolute;
}

.navigationHeader{
    width: 100%;
    /* margin-top */
}

.navigationSectionLogo{
    width: 30%;
    display: inline;
}

.navigationSectionOptions{
    width: 69%;
    display: inline;
    float: right;
    text-align: right;
    margin-top: 50px;
    padding-right: 30px;
}

.activeNavigationItem{ 
    margin-right: 20px;
    font-family:"Teko Regular" !important;
    font-size:2em;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #FF8E6B !important; 
    text-decoration: none;
}


.navigationItem{
    margin-right: 20px;
    font-family:"Teko Regular" !important;
    font-size:2em;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
}

.navigationItem:hover{
    color: #FF8E6B;
    transition: 0.2s;
}

.navigationButton{
    background-color: #FF8E6B !important;
    color: white !important;
    width: 104px;
    height: 37px;
    padding: 5px;
    font-size: 14px !important;
    border-radius: 50px;
    margin-left: 15px;
}

.bannerContainer{
  width: 100%;
  height: 10%;
}

.bannerContainer img{
    width: 100%;
    margin-top: 60px;
}

#bannerText{
    width: 600px;
    text-align: center;
}

#bannerText1{
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size:30px;
}

#bannerText2{
    font-family:"Teko Bold" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size:45px;
    font-weight: bold;
}

.pageContentHeader{
    font-size: 4em;
    color: #FF8E6B;
    font-family: GrafolitaScriptW01-Bold;
    text-decoration:underline;
    text-align: center;

}

.productImage{
    width: 130px;
}

.productImageDiv{
    text-align: center;
    background-color: #FBC926;
    border-radius: 200px;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.productList{
    list-style: none;
}

.productListItem{
    font-family:"Teko Regualr" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 20px;
}

.productList .productListItem::before{
    content: "\2022";
  color: #FF8E6B;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.reserveButton{
    background-color: #FBC926;
    height: 43px;
    width: 128px;
    color: white;
    font-size: 36px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;

}

.homeProductImage{
    /* height: 440px; */
    margin-left: -30px;
}

.homeProductImage2{
    height: 440px;
    margin-left: -100px;
    margin-top:-50px;

}

.homeProductImage3{
    height: 440px;
    margin-left: -120px;
    margin-top:-210px;

}

.homeProductImage4{
    height: 540px;
    margin-left: -20px;
    margin-top: -80px;
}

.productSpacer{
    height: 100px;
}

.contactUsHeader{
    font-size: 60px;
    font-family: GrafolitaScriptW01-Bold;
    text-align: center;
    color: white;
    margin-top: 75px;
}

.contactUsSubHeader{
    font-size: 20px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}

.contactUsForm{
    margin: auto;
    width: 800px;
    margin-top: 75px;
    margin-bottom: 100px;
}

.contactUsFormGroup{
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactUsFormGroup input{
    height: 75px;
    border-radius: 5px;
    border-width: 2px;
    color: white;
   background: rgba(255, 255, 255, 0.089);
}

.contactUsFormGroup textarea{
    border-radius: 5px;
    border-width: 2px;
    color: white;
    background: rgba(255, 255, 255, 0.089);
}

.contactUsForm button{
    width: 100%;
    height: 45px;
    font-weight: bold;
    color: white;
}

#contactButton{
    width: 300px;
    margin-top:100px;
    margin-bottom: 100px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 32px;
    color: white;
}

.footerAboutUs{
    padding: 20px;
    color: white;
}

.footerLinks{
    padding: 20px;
    color: white;
}

.footerSocial{
    padding: 20px;
    color: white;
}

.footerHeader{
    font-size: 35px;
    font-family: GrafolitaScriptW01-Bold;
}

.footerText{
    font-size: 1.5em;
    line-height: 30px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.footerText a{
    color: white;
    text-decoration: none;
}

.footerText a:hover{
    color: #FF8E6B;
    transition: 0.2s;
}

.footerSocialIcon{
    text-decoration: none;
    color: white;
    font-size: 4em;
    margin: 10px;
}

.footerSocialIcon:hover{
    color: #FF8E6B;
    transition: 0.2s;
}

.teamSection{
    width: 100%;
    height:500px;
    text-align: center;
    margin-bottom: 150px;
    
}

.teamSectionMember{
    padding-top: 50px;
    margin-left: 60px;
    margin-right: 60px;
    display: inline-block;
}

.teamMemberImage{
    height: 19em;
    width: 18em;
    background-color: blue;
    border-radius: 180px;

}

.teamMemberHeader{
    margin-top: 15px;
    color: #FF8E6B;
    font-size: 3em;
    font-family: GrafolitaScriptW01-Bold;
}

.teamMemberSubHeader{
    color: #5E7B38;
    font-size: 1.5em;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.teamMemberHeader2{
    color: #FF8E6B;
    font-size: 4em;
    font-family: GrafolitaScriptW01-Bold;
}

.teamMemberSubHeader2{
    color: #5E7B38;
    font-size: 2.5em;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.teamMemberText{
    font-size: 26px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.aboutImage1{
    width: 500px;
    margin-top: 150px;
}

.contactUsSection{
    margin-top: 75px;
    margin-bottom: 0px;
    text-align: center;
}

.productButton{
    text-align: center;
    font-family: GrafolitaScriptW01-Bold;
}

.rowSpacer{
    margin-top:  100px;
}

/* ======  Blog page style ===== */

#blogPostList > ul > li > button{
    text-decoration: none;
    font-family: "Teko Regular" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    text-decoration: none;
    font-size: 25px;
    color: #FF8E6B;
}

#blogPostList > ul > li > button:hover{
    color: #FF8E6B;
}

#blogPostTitle{
    font-family: "Teko Regular" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    text-decoration: none;
    font-size: 45px;
    color:black;
    font-weight: bold;
}

#blogPostContent{
    margin-bottom: 75px;
    font-family: "Teko Regular" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    text-decoration: none;
    font-size: 25px;
    color:black;
    padding:5px;
}

.blogPostHeader{
    color:#FF8E6B;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}


@media only screen and (max-width: 1200px) {
    .teamSection{
        height: 800px;
    }
}



@media only screen and (max-width: 1100px) {

    /* ======================================== */
    /*============= home product mobile ==========*/

    .navigationSectionOptions {
        display: none;
    }

    .navigationSectionLogo {
        display: none;
    }

    .mNavigationSectionOptions {
        display: block;
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    .mNavigationSectionOptions #myLinks {
        display: none;
    }

    .mNavigationSectionOptions a {
        padding: 3px 16px;
        display: block;
        font-family: "Teko Regular" !important;
        font-size: 2em;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
        color: #000000;
    }

    .mNavigationSectionOptions a.icon {
        background: #FF8E6B;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mNavigationSectionOptions a:hover {
        background-color: black;
        color: #ddd;
    }


    /* mobile footer style */
    .footerSec{
        width: 100% !important;
    }

    .footerText {
        font-size: 25px;
        line-height: 35px;
        font-family: "Teko Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }

}
