
@import url(https://db.onlinewebfonts.com/c/222384cc903735579b585bc529fae84e?family=Apple+LiGothic);
@font-face {
    font-family: "Apple LiGothic"; 
    src: url("https://db.onlinewebfonts.com/t/222384cc903735579b585bc529fae84e.eot"); 
    src: url("https://db.onlinewebfonts.com/t/222384cc903735579b585bc529fae84e.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/222384cc903735579b585bc529fae84e.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/222384cc903735579b585bc529fae84e.woff") format("woff"), url("https://db.onlinewebfonts.com/t/222384cc903735579b585bc529fae84e.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/222384cc903735579b585bc529fae84e.svg#Apple LiGothic") format("svg"); 
}

html {
    overflow-x: hidden;
}

body{
        width: 100%;
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 0px;    
        margin:0px !important;  
        font-family: 'Bai Jamjuree' !important;
}

a{
    color:black;
}
h1{
    font-size: 23px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
}

h2{
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif, var(--nv-fallback-ff);
    margin-bottom: 0.8em;
}

h3{
    text-decoration: underline;
}

header{
   height:120px;
   background-color:#f5f5f5;
}

.content-container{
    display: block;
    width:85%;
    margin:0 auto;
}

ol li{
    line-height: 1.6em;
    font-size:15px;
}

img#desktop-banner{
    width:100vw;
    margin-left: calc(50% - 50vw);
}

img#mob-banner{
    display:none;
}

.sub-title{
    margin-top:6em;
}

#form-area label{
    display:block;
    margin-top:1em;
}

label::after{
    content: "\a";
    white-space: pre;
}

input{
    width: 600px;
    padding:5px;
}


input#terms{ 
    width: 20px !important;
}

.inline-label{
    display:unset !important;
    margin-top:0em;
}

select{
  width:600px;
  font-size:16px;
  padding:5px;
}

#desktop-product{display:block;}
#mob-product{display:none;}

#form-area .agree-terms{
    margin-top:3em;
}

button, input#imageUpload{
    margin-top:10px;
    font-size:16px;
}

footer{
    height:250px;
    background-color: black;
    color:#f5f5f5;
}

footer p{
    display: block;
    text-align: center;
}

.social-media-icons{
    display: block;
    width:100%;
    text-align: center;
    padding-top:2em;
}



/*-------- mobile version ------------*/
@media only screen and (max-width: 750px) {
    
    img#desktop-banner{
        display:none;
    }
    
    img#mob-banner{
        display:block;
        width:100vw;
        margin-left: calc(50% - 50vw);
    }

    input{
        width: 300px;
        padding:5px;
    }
    select{
        width:315px;
        font-size:16px;
        padding:5px;
    }
    h1{
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        text-align: left;
    }
    #desktop-product{display:none;}
    #mob-product{display:block;}
    

}