html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: 300;
	font-style: normal; 
	font-variant: normal;
	font-size: 100%;
	color: #7a7a7a;
	background: #f7f6f4;
}

a {
	color: #7a7a7a;
	text-decoration: underline;
	outline: none;
}

br {
	line-height: 23px;
}

a:hover {
	text-decoration: none;
}

section a {
    text-decoration: none;
}

h1 {
	font-size: 46px;
	text-align: center;
	color: #161616;
	padding: 0;
	font-weight: lighter;
	margin: 0px 0 48px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	/*text-align: center;	*/
	padding: 0;	
	font-weight: lighter;
	margin: 0px 0 45px 0;	
	text-transform: uppercase;		
}

h3, h4, h5, h6  {
	font-size: 14px;
	color: #161616;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight:normal;
	line-height: 1.5;
	text-transform: uppercase;
}

p {
	margin: 0 0 30px 0;
	/*letter-spacing: -0.02em;*/
}

.clear {
	clear: both;
}

/* Use clearfix class on parent to clear nested columns,
   or wrap each row of columns in a <div class="row"> */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after,
.clearfix:after {
	clear: both; 
}

.clearfix {
	zoom: 1; 
}

@media screen and (max-width:1200px) {
	body {
		font-size: 87.5%;
	}
}

@media screen and (max-width:960px) {
	body {
		font-size: 75%;
	}
}

.blog .blog-content h2  {
    text-transform: none;
}