body {
   
}
h1 {
	font-size: 40px;
}
p,li{
	font-size: 23px;
}
@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff2') format('woff2'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff2') format('woff2'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
.main-img-home {
	background-image: url(/images/mainbgcozumeluay.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;	
}
.home-font-items{
	text-decoration: none;
	font-size: 23px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #0fb3c1;
	
}
 .home-item-price a {
 	color: #111111;
 	font-size: 20px;
 	text-decoration: none;
 }
.home-list-for-sale-icon {
	font-size: 15px;
}
.main-subpages {
	background-image: url(/images/subpages.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
footer {
	background-color: #2375a9;
	color: #ffffff;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
	.main-img-home {
		background-position: center top;
		height: 250px;
	}
}
@media (min-width: 992px) {
	.main-img-home {
		background-position: center top;
		height: 500px;
	}
	.main-subpages {
	
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}