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

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

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

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


/* site bg_color */
.uniBg, #nav ul li ul, .home_bg_div_1, .home_bg_div_2{background-color: #3BC5C1;}
/* 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;

}
/* item_bg_color */
	div.txt, div.html, .textareaContainer, .fixed_bg_div_1, .fixed_bg_div_2{background-color:#F5F4E1;}

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

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

/* 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:1px solid #000000;}
.divItem div.txt, .divItem div.html{padding:20px !important;}
.divItem div.txt, .divItem div.html{padding:20px !important;}

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

.l2{display:none !important;}
