/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
/*9e642b*/

body,h1,h2,h3,h4,p,div,span,ul,li,section,a,a:hover,a:active{
    font-family: Kanit !important;
}

header#header #logo-group{

}
header#header #logo-group #logo{
    height: auto !important;
}

#extr-page #header #logo img{
    width: 88px !important;
}
#extr-page #header #logo{
    margin-top: 3px !important;
}
#extr-page body{
    background: transparent !important;
}
#extr-page {
    background: url("../images_gs/bg.png");
    background-size: cover !important;
    /*min-height: 100% !important;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*padding: 0 !important;*/
    /*margin: 0 !important;*/
}

.hero{ background: none!important;
}

#extr-page #header{
    background: #8d642c !important;
}
#extr-page #main{
    background-color: transparent !important;
}


.gs-color-brown-bg{
    background: #8d642c !important;
    background-color:  #8d642c !important;
}