@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Proza+Libre&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap&subset=latin-ext');

/***** user defined styles *****/
.scroller::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .1);
}
#adminNav a:hover{background-color:rgba(0, 0, 0, .6) !important; color:#fff;}
.background, .aImg{background-color:rgba(0, 0, 0, .1);}

/* site_font */
body, input, select, button, textarea{
	font-family:Proza Libre;
	font-size:90%;
	color:#666666;
	line-height:1.5; /* do not add pixels or ems! this is relative to font size */ 
}

/* header font */
h1, h2, h3{font-family:Ubuntu Condensed; font-weight:normal;}


/* site bg_color */
.uniBg, #nav ul li ul, .home_bg_div_1, .home_bg_div_2{background-color: #FFFFFF;}
/* home_bg_size */
body#home, body#home div.home_bg_div_1, body#home div.home_bg_div_2{
	
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
background-position: 50% 35%;
	background-attachment: fixed;

}

/* links color */
a{color:#0B141C;} 
svg#imgMenu path.mob-nav-color{fill:#0B141C;} 

/* within file linking to sub-section, text should look normal */
a.imgMore{color:#666666;}

/* borders */
.divItem img, .divItem div.txt, .divItem div.html, .divItem div.fixed_bg_div_1, .divItem div.fixed_bg_div_2, .wysihtml-editor img{border:none;}

/* Nav: nav-left */
/* show sub nav: onHover */
#nav ul li:hover ul{display:block;}
		
div.placeHolderTitle, div.backTitle span.back{
	display:none;
}
