/**
 * Font brand 
 */

html {
	font-family: sans-serif;
}

body {

	font-family: "UniversRoman",Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: inherit;
	font-family: "UniversCondensed",Arial,sans-serif;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 11px;
	margin-top: 22px;
}


/** 
 * Child theme base attributes
 */

.et_pb_fullwidth_header {
	padding: 20px 0;
}
p#footer-info {
	display: none;
}

.home .et_pb_slide_description { 
	padding: 150px 100px; 
}

#main-header {  
	padding-top: 50px;          /* push header content past brand bar */
	z-index: 9995;              /* defeat fixed navigation z-index */
}

#et-main-area {
	margin-top: -28px;         /* fix slider / nav gap */
}

#footer-widgets {
	padding-top: 20px;
}

#footer-widgets .footer-widget {
	width: 425px;
	margin: 0 60px 10px 0;
}

.et_pb_section {
	padding: 0;
}


#respond {
	display: none;
}


.et_pb_post h2 a:hover, 
.et_pb_portfolio_item h3 a:hover {
	color: gray;
}


