/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Sub header image **/
.sub-header img {
	margin-top: -65px !important;
}


/*= Sidebar =================== */

/** Sidebar >> Custom html 3 heading 4 **/
#custom_html-3 > h4 {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	text-shadow: 1px 1px 1px rgb(0, 0, 0) !important;
}

/** Sidebar >> Link:(1) image:(1) **/
.col-left > h1 > a:nth-of-type(1) > img:nth-of-type(1) {
	
}

/** Sidebar >> Custom html 3 image **/
#custom_html-3 img {
	width: 45% !important;
	height: 45% !important;
}

/** Sidebar >> Text 3 paragraph **/
#text-3 p {
	
}

