/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

body {
	font-size: 12px;	
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans';
	font-weight: 400;	
	background-color: #1C1C1C;
	line-height: 22px;
}


h1,h2,h3,h4,h5,h6 {
	letter-spacing: -0.5px;
}

#boxed {
	z-index: 10000;
}

/*body[data-header-color="dark"] #boxed #header-outer {
	border-bottom: 1px solid #333;
}*/


