/*  MICROTHEMER STYLES  */


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

/** General >> Heading 1 (#2) **/
section h1:nth-of-type(2) {
	font-weight: 600 !important;
}

/** General >> Heading 1 (#1) **/
section > h1:nth-of-type(1) {
	font-weight: 600 !important;
}

/** General >> Heading 1 **/
section > strong:nth-of-type(1) > h1 {
	font-weight: 600 !important;
}

/** General >> Speakers **/
#speakers {
	font-weight: 600 !important;
}

/** General >> Sponsors **/
#sponsors {
	font-weight: 600 !important;
}

/** General >> Heading 1 _2 **/
section > div:nth-of-type(7) > div:nth-of-type(1) > strong:nth-of-type(1) > h1 {
	font-weight: 600 !important;
}

/** General >> Heading 1 _3 **/
section > div:nth-of-type(7) > div:nth-of-type(2) > strong:nth-of-type(1) > h1 {
	font-weight: 600 !important;
}

/** General >> Paragraph (#2) **/
section > p:nth-of-type(2) {
	margin-top: -20px !important;
}

/** General >> Heading 2 (#1) **/
section > h2:nth-of-type(1) {
	margin-bottom: 10px !important;
}

/** General >> Heading 2 (#2) **/
section h2:nth-of-type(2) {
	margin-bottom: 10px !important;
}

/** General >> Heading 3 **/
.sponsor-group > div:nth-of-type(2) > h3 {
	margin-bottom: 0 !important;
}

/** General >> Heading 3 _2 **/
.sponsor-group > div:nth-of-type(3) > h3 {
	margin-bottom: 0 !important;
}

/** General >> Heading 3 _3 **/
.sponsor-group > div:nth-of-type(4) > h3 {
	margin-bottom: 0 !important;
}

/** General >> Heading 3 _4 **/
.sponsor-group > div:nth-of-type(5) > h3 {
	margin-bottom: 0 !important;
}

/** General >> Heading 3 _5 **/
.row > div:nth-of-type(1) > h3 {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Heading 3 _6 **/
.row > div:nth-of-type(2) > h3 {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Heading 3 _7 **/
.row > div:nth-of-type(3) > h3 {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Html 14 **/
#html-14 {
	display: none !important;
}

/** General >> Select 3 **/
#select-3 {
	display: none !important;
}

