@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 1.5;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #ff0000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 20px;
}

h2 {
	font-size: 25px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 0px;
	color: #fff;
	background-color: #177DFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	padding: .6em 1.5em;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
	background-color: #000;
}


/*article a, a:visited {
	color: #ff0000;
}*/
/* RESPONSIVE
---------------------------------------------------------- */

