html {
    scroll-behavior: smooth;
}

    body {
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    text-align: center;
}

#curtain {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 5;
    opacity: 0;
    -webkit-transition:opacity 500ms ease-in-out;
    -moz-transition:opacity 500ms ease-in-out;
    -o-transition:opacity 500ms ease-in-out;
    transition:opacity 500ms ease-in-out;
}

#popupCurtain {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 15;
    opacity: 0;
    -webkit-transition:opacity 500ms ease-in-out;
    -moz-transition:opacity 500ms ease-in-out;
    -o-transition:opacity 500ms ease-in-out;
    transition:opacity 500ms ease-in-out;
}

#banner {
    text-align: left;
    position: fixed;
    top: 0;
    width: 100%;
    /* background-image: linear-gradient(to top, #124265, #1c5e8b); */
    background-color: #222;
    height: 100px;
    z-index: 5;
}

#backgroundImg {
    /* display: inline-block; */
    z-index: 0;
    width: 100%;
    /* margin-top: 40px; */
}

#head_left {
    position: absolute; top: 100px; left: 0;
    width: 20%;
    height: 100%;
    background-color: #ffffff;
}
#mobile_fader {
    /* background-color: red; */
    height: 100px;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    position: relative; top: -100px;
}
#mobile_padder {
    height: 150px;
}

#homepage {
    position: relative;
    top: 100px;
}
#intro {
    /* background-color: #1c5e8b; */
    /* background-image: url('images/beach3.jpg');
    background-size: 100%;
    background-repeat: no-repeat; */
    width: 100%;
    min-height: 200px; /* Need to vary according to device width*/
}

#logocont {
    position:absolute; top: 10px;
    display: inline-block;
    margin: 10px;
    width: 170px;
    /* min-width: 50px; */
}
#mainlogo {
    width: 100%;
}

#contcont {
    display: inline-block;
    position: absolute; 
    top: 0; left: 30%;
    width: 40%;
    cursor: pointer;
    text-align: center;
}
#contcont img {
    width: 60%;
}

#hamcont {
    display: inline-block;
    position: absolute; 
    top: 30px; 
    right: 5px;
    width: 40px;
    cursor: pointer;
}
.hamsright {
    width: 100%;
}

#menu {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 10;
    background-color: #222;
    color: #ddd;
    width: 0px;
	-webkit-transition:width 600ms ease-in-out;
	-moz-transition:width 600ms ease-in-out;
	-o-transition:width 600ms ease-in-out;
	transition:width 600ms ease-in-out;    
    overflow:hidden;
    /* For test */
    /* width: 230px; */

}

#menu a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 200px;
    text-align: left;
    color: #ddd;
    padding: 15px;
    /* border-bottom: 1px solid #888; */
}

#menu a:hover {
    color: #222;
    background-color: #bbb;
}


#headtext {
    position: absolute;
    top: 210px; /* Vary according to screen width */
    left: 0;
    width: 80%; 
    padding: 10%;
    font-size: 2em; /* Vary according to screen width */
    font-weight: bold;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    z-index: 4;
    opacity: 1;
    animation: fadeIn 4s ease-in-out;    

}
    @keyframes fadeIn {
        0% {opacity: 0;}
        10% {opacity: 0;}
        100% { opacity: 1; } 
    }

#headminor {
    font-size: 0.7em;
}


.pageHeader {
    padding: 1em;
    font-size: 1.5em;
}

.maxxText {
    color: #b27f05;
    font-weight: bold;
}
.maxxLight {
    color: #b27f05;
    font-weight: normal;
}

.section {
    display: inline-block;
    max-width: 1000px;
}

#opportunities {
    display: inline-block;
    width: 90%;
    border: 1px solid #b27f05;
    border-radius: 5px;
    margin: 1em;
    font-size: 0.8em;
}

#oppHeader {
    text-align: center;
    color: #b27f05;
    padding: 0.5em;
}


#opportunities p {
    /* display: inline-block; */
    text-align: justify;
    padding: 0 1em;
}

.tickList {
    margin: 0;
}
#opportunities a {
    display: inline-block;
    text-align: left;
    padding: 1em;
    text-decoration: none;
    color: #333;
}
#opportunities a:hover {
    color: #b27f05;
}

#opportunities img{
    width: 10%;
    max-width: 25px;
}

.aText {
    margin: 0; 
    padding:0 !important;
    color: #b27f05 !important;
    font-weight: bold;
}
.aText:hover {
    color: #777 !important;
}






#scrollDown {
    background-color: #b27f05;
    color: #fff;
    box-sizing: border-box;
    padding: 2em;
    margin: 1em 0;
}

.prop_headlines {
    text-align: center;
}

.prop_headtext {
    font-size: 1.5em;
    padding: 0 10%;
    margin: 0.5em;
}

.prop_headprice {
    font-size: 1.5em;
    color: #b27f05;
    margin: 0.5em;
}

.prop_headpara {
    display: inline-block;
    text-align: justify;
    color: #666;
    margin: 0.5em;
    width: 60%;
    font-size: 0.7em;
}

.prop_headimg {
    display: inline-block;
    width: 60%
}
.prop_headimg img {
    width: 100%;
}
.detailsbtn, .searchbtn {
    cursor: pointer;
    width: 120px;
    height: 50px;
    font-size: 1em;
    background-color: #b27f05;
    color: #fff;
    border: 1px solid #b27f05;
}
.searchbtn {
    width: 160px;
    height: 45px;
}

.detailsbtn:hover, .searchbtn:hover{
    background-color: #fff;
    color:#b27f05;
    border: 1px solid #b27f05;
}

.divider {
    width: 30%;
    margin: 50px 35%;
    background-color: #b27f05;
    height: 2px;
}



.headline {
    color: #b27f05;
    font-size: 1.5em;
}

#searchblock {
    text-align: center;
}
#searchiconcont {
    display: inline-block;
    width: 20%;
    position: relative; 
    /* top: 25px; */
}
#searchiconcont img {
    width: 80%;
}
#searchheadtext {
    display: inline-block;
    width: 70%;
    font-size: 1em;
    /* padding: 0em 3em 1em 0; */
}
#searchhead {
    margin-bottom: 1em;
}



#sellersblock {
    background-image: linear-gradient(to top, #39444d, #93a2ac);
    color: #fff;
    margin-top: 2em;
    padding-bottom: 2em;
}
#sellersblock a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
#sellersblock a:hover {
    color:#b27f05;
}
#sellerheadline {
    padding: 1em 2em;
    text-align: center;
}
#sellerleftblock {
    display: none;
}
#sellerrightblock {
    text-align: center;
}
.halfblock img {
    width: 80%;
}
#sellerbottomblock p {
    display: inline-block;
    margin: 0.5em 0 0.5em 5%;
    width: 68%;
}
.whiteTicks {
    text-align: left;
}
#sellerbottomblock {
    padding: 10%;
}
#sellerbottomblock img{
    width: 10%;
    max-width: 25px;
}
.sellermorelink {
    margin: 1em;
}
.testimonial{
    margin: 5%;
    background-color: #ddd;
    color: #555;
    border: 5px solid #b27f05;
    border-radius: 15px;
    padding: 0 10px;
}
.testimonial i {
    color: #b27f05;
}




.pageHeader {
    margin-top: 100px;
}

.invoppsection {
    margin: 1em;
    border-bottom:2px solid #b27f05;
}

.invoppImg {
    width: 100%;
}

.invoppfoot {
    margin: 1em;
    text-align: justify;
}


#biopage {
    padding: 1em;
}
.biosPOnly {
    text-align: justify;
}
.bios {
    border-top: 2px solid #b27f05;
    text-align: center;
    padding: 1em;
}
.bios img {
    padding: 1em;
    width: 90%;
}
.director {
    text-align: justify;
}
.director img {
    border: 2px solid #b27f05;
    border-radius: 50%;
    width: 20%;
    padding: 0;
}
.portrait {
    font-size: 1.25em;
    color: #b27f05;
}
.director a {
    text-decoration: none;
    color: #b27f05;
}
.director a:hover {
    color: #666;
}


#footer {
    background-color: #333;
    /* margin-top: 100px; */
    color: #bbb;
}
#socials {
    padding: 0.5em;
}
#socials img {
    padding:0.5em;
    width: 50px;
}
.footp {
    margin: 0;
    padding: 1em;
}

#popupCont {
    position:fixed; top: 5px; 
    text-align: center;
    z-index: 10;
    width: 100%;
}

#popupWin {
    display: inline-block;
    text-align: center;
    /* z-index: -2;
    opacity: 0; */
    -webkit-transition:opacity 500ms ease-in-out;
    -moz-transition:opacity 500ms ease-in-out;
    -o-transition:opacity 500ms ease-in-out;
    transition:opacity 500ms ease-in-out;
    border-radius: 10px;
    border: 5px solid #b27f05;
    background-color: #fff;

    /* To vary */
    /* left: 5%; */
    width: 90%;
    max-width: 600px;
}

.contactSectionDivider {
    display: inline-block;
    width: 25%;

}
.contactSectionDividerText {
    display: inline-block;
    position: relative;
    top: -10px;
}

hr {
    text-align: center;
    margin: 1em;
    color: #b27f05;
    background-color: #b27f05;
    border-width: 0;
    height: 2px;
}

#popupWin img {
    width: 10%;
    max-width: 25px;
}
#popupWin p {
    display: inline-block;
    margin: 0.5em 0 0.5em 5%;
    width: 90%;
    vertical-align: top;
    text-align: justify;
    font-size: 0.8em;
}
#popupWin a, .hlink {
    text-decoration: none;
    color: #b27f05;
    font-weight: bold;
}
#popupWin a:hover, .hlink:hover {
    color: #777;
}
.popupHeader, .invoppHeader {
    font-size: 1.5em;
    margin: 1em;
    font-weight: bold;
}
.invoppHeader {
    font-family: Prata;
    font-size: 1.25em;
}
.invopp_para {
    color:#333;
    text-align: justify;
    padding: 1em;
}

.textleft {
    text-align: left;
}
.popupButtons {
    margin: 1em 0.5em;
}
.buttoncont {
    display: inline-block;
    width:49%;
}
.infobutton {
    padding: 0.5em 1em;
    margin-bottom: 0.5em;

    cursor: pointer;
    color: #fff;
    background-color: #b27f05;
    border: 1px solid #b27f05;
    border-radius: 5px;
}
.infobutton:hover{
    color: #b27f05;
    background-color: #fff;    
}

.contactSection {
    margin: 0.5em;
    padding: 0.5em;
    border:1px solid #b27f05;
    border-radius: 5px;
}

.popupTextLabel {
    display: inline-block;
    width: 40% !important;
    margin: 0 !important;
}
.popupTextLine input[text] {
    width: 40%;
}
#optionalInfoCont {
    text-align: center;
    border: 1px solid;
    width: 85%;
    display: inline-block;
    margin-top: 1em;
    color: #777;
}
#opInfoTextLine {
    margin: 0.5em 0 !important;
    width: 90% !important;
    text-align: left !important;
}
#radioContainer {
    width: 100%;
}
.radioItem {
    display: inline-block;
    font-size: 0.7em;
}
.radio {
    margin: 0 0.5em;
}
#budgetLine {
    margin: 0.5em 0 0.5em 0.5em;
    text-align: left;
    color: #777;
    font-size: 0.7em;
}
#budgetLabel {
    width: 30% !important;
}
#budgetLine select {
    color: #777;
    width: 55%;
}




#popupCurtain {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 15;
    opacity: 0;
    -webkit-transition:opacity 200ms ease-in-out;
    -moz-transition:opacity 200ms ease-in-out;
    -o-transition:opacity 200ms ease-in-out;
    transition:opacity 200ms ease-in-out;
}

#alertCont {
    position:fixed; 
    top: 100px; 
    text-align: center;
    z-index: 20;
    width: 100%;
}

#alertBox {
    display: inline-block;
    width: 80%;
    max-width: 500px;
    /* z-index: 20; */
    background-image: linear-gradient(to top, #124265, #1c5e8b);
    border: 2px solid #b27f05;
    border-radius: 5px;
    color: #fff;
}
#alertTextCont {
    padding: 1em;
}
#okBtnCont {
    margin: 0.5em;
}
#okBtn {
    cursor: pointer;
    padding: 0.5em 1.5em;
    background-color: #1c5e8b;
    border: 1px solid #b27f05;
    color: #ddd;
    border-radius: 3px;
    font-weight: bold;
}
#okBtn:hover {
    background-color: #f0f0f0;
    color:#555;
}