body {
	background-color: white;
	background-image: url(../img/yamera-top-container-background.jpg);
	background-repeat: repeat-x;
	color: #B2C2CA;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	padding: 6% 10%;
}
h1, h2, h3, h4 {
	color: #B2C2CA;
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
h1 {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
h3, h4 {
	font-size: 20px;
	margin: 10px 0 5px 0;
}
h4 {
	width: 990px;
	text-align: center;
	margin: 0 auto;
}
p {
	margin:0 0 5px 0;
}
a {
	color: #B2C2CA;
}
header {
	width: 990px;
	margin: 0 auto;
}
header img {
	display:block;
	margin: 0 auto;
}
main {
	width: 990px;
	margin: 6% auto;
}
.tag {
	display: inline-block;
	width: 12%;
}
main:after {
  content: "";
  display: table;
  clear: both;
}
footer {
	width: 990px;
	margin: 0 auto;
}
.cent {
	text-align: center;
}
.sub-col-1, .sub-col-2 {
	float:left;
	display: inline-block;
	min-height: 175px;
}
.sub-col-1 {
	margin-right: 4%;
	width: 48%;
}
.sub-col-2 {
	width: 48%;
}
.sub-col-3 {
	display: block;
	clear: both;
	padding-top:25px;
}
.sub-col-3 p {
	text-align: center;
}

/* mobile */
@media screen and (max-width: 800px) {
    
}