/* CSS Document */
body{
	width: 92%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding-left: 2.275;
	padding-right: 2.275;
	background-image: url("../image/brick stucco_01.png");
	background-repeat: no-repeat;
		
 
}


.holder{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	
}


.header{
	width: 99.4%;
	height: 60px;
	margin-bottom: 2px;
	padding-left: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #DD3C1F;
	
}


.pheader{
	text-align: center;
	
}
.h1{text-align: center;
	
	color: #191DE7;
}

.navbar{
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
	background-color: #BAEBE5;
}

.marquee{
	width: 100%;
	height:auto;
	background-color: #ECAE14;
	color: #793C4D;
	font-size: 20px;
}





.content{
	width: 98%;
	height: 800px;
	background-color: #F3E9E9;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	margin-bottom: 2;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
		
	
}

.footer{
	width: 100%;
	height: 120px;
	background-color: #131212;
	margin-top: 2px;
	color: aliceblue;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	
}

.pfooter{
	text-align: center;
	padding-top: 0px;
	margin-top: 2px;	
}



.stuccohouse{
	width: 19%;
	height: 210px;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
}



.housestucco{
	width: 35%;
	height: 190px;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
	
}

.roundhousest{
	width: 35%;
	height: auto;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
	
}


.stuccobrick{
	width: 30%;
	height: auto;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
	
}

.stuccoround{
	width: 27%;
	height: 220px;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
	
}


.maincontenwords{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	
	
}



/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {



.holder{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	
}


.header{
	width: 99.4%;
	height: 60px;
	margin-bottom: 2px;
	padding-left: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #DD3C1F;
	
}


.pheader{
	text-align: center;
	
}
.h1{text-align: center;
	
	color: #191DE7;
}

.navbar{
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
	background-color: #BAEBE5;
}

.marquee{
	width: 100%;
	height:15;
	background-color: #ECAE14;
	color: #793C4D;
	font-size: 20px;
}





.content{
	width: 98%;
	height: auto;
	background-color: #F3E9E9;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	margin-bottom: 2;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
		
	
}

.footer{
	width: 100%;
	height:100px;
	background-color: #131212;
	margin-top: 2px;
	color: aliceblue;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	
}

.pfooter{
	text-align: center;
	padding-top: 0px;
	margin-top: 2px;	
}



.stuccohouse{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
}



.housestucco{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
	
}

.stuccobrick{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
	
}

.stuccoround{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
	
}


.maincontenwords{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
}	
	
/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {


.holder{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
	
}


.header{
	width: 99.4%;
	height: 55px;
	margin-bottom: 2px;
	padding-left: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #DD3C1F;
	
}


.pheader{
	text-align: center;
	
}
.h1{text-align: center;
	
	color: #191DE7;
}

.navbar{
	width: 100%;
	height: 55px;
	margin-bottom: 2px;
	background-color: #BAEBE5;
}

.marquee{
	width: 100%;
	height:auto;
	background-color: #ECAE14;
	color: #793C4D;
	font-size: 20px;
}





.content{
	width: 98%;
	height:auto;
	background-color: #F3E9E9;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	margin-bottom: 2;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
		
	
}

.footer{
	width: 100%;
	height: 75px;
	background-color: #131212;
	margin-top: 2px;
	color: aliceblue;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	
}

.pfooter{
	text-align: center;
	padding-top: 0px;
	margin-top: 2px;	
}



.stuccohouse{
	width: 100%;
	height:150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
}



.housestucco{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
	
}

.stuccobrick{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 5px;
	
}

.stuccoround{
	width: 100%;
	height: 150px;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
	padding-right: 10px;
	
}


.maincontenwords{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	
	
}

	
	}

	
	
}
