/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Site title link **/
.site-title a {
	font-size: 35px !important;
}

/** General >> Masthead container **/
#masthead .container {
	background-color: rgb(36, 54, 105) !important;
}

/** General >> Masthead branding **/
#masthead .branding {
	background-color: rgb(36, 54, 105) !important;
}

/** General >> Heading 1 enable highlight **/
h1 .enable-highlight {
	font-size: 30px !important;
}

/** General >> Main heading 1 **/
#main h1 {
	font-size: 30px !important;
	margin-bottom: 10px !important;
	border-top-width: opx !important;
}

/** General >> Page entry title **/
#page .entry-title {
	font-size: 30px !important;
}

/** General >> Default home page heading 1 (#1) **/
.default-home-page h1:nth-of-type(1) {
	font-size: 30px !important;
}

/** General >> Default home page heading 2 (#1) **/
.default-home-page h2:nth-of-type(1) {
	font-size: 30px !important;
}

/** General >> Main heading 2 **/
#main h2 {
	font-size: 30px !important;
}

/** General >> Widget heading 2 **/
.widget h2 {
	font-size: 20px !important;
}

/** General >> Content link **/
#content a {
	color: rgb(44, 73, 154) !important;
}

