@charset "UTF-8";
/* CSS Document */


@import url(menu.css);
@import url(phone.css);
@import url(banner.css);
@import url("cleaning.css");
@import url("google-reviews.css");
@import url("process.css");
@import url("location_Park_City.css");
@import url("footer.css");
@import url("row_menu.css");
@import url("promotion-cleaning.css");
@import url("affordable.css");
@import url("Park_City_Utah.css");
@import url("Utah_Park_City.css");
@import url("Utah_park_city_neighborhoods.css");
@import url("slider.css");



*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

header {
	
	width: 100%;
	height: 50px;
	background: #8aa048;
	color:#454546;
	
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}

.container{ 
width: 94%;
	margin: auto;

}

header img {
	width:100%;
    max-width: 115px;
	float:left; 
	margin-top:1px;
}

header .container {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 0px;
	
}

#utah {
	
	margin-top: 7%;
	text-align: justify;
	margin-bottom: 15px;
	color:#373737;
	font-size:medium;
}

h2{
	color:#8aa048;
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}

header .phone img {
	width:100%;
    max-width: 25px;
	float:left; 
	margin-top:10px
}

@media only screen and (min-width: 350px) {
	
	h2{
		
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 600px) {
	
header img {
	width:100%;
    max-width: 110px;
	float:left; 
	margin-top:1px;
}	

} 

@media (min-width:600px){

header img {
	width:100%;
    max-width: 110px;
	float:left; 
	margin-top:1px;
}

}

@media (min-width:768px){
	
	header {
	
	width: 100%;
	height: 60px;
	background: #8aa048;
	color:#454546;
	
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}


header img {
	width:100%;
    max-width: 120px;
	float:left; 
	margin-top:1px;
}

}

@media (min-width:992px){
	
header img {
	width:100%;
    max-width: 130px;
	float:left; 
	margin-top:1px;
}
	
#utah {
	
	margin-top: 7%;
	text-align: justify;
	margin-bottom: 15px;
	color:#373737;
	font-size:18px;
}

h2{
	color:#8aa048;
	text-align: center;
	font-size: 40px;
}

}

@media (min-width:1200px){
	
	.container {
		width: 1000px; 
	}
	
	header {
	
	width: 100%;
	height: 100px;
	background: #8aa048;
	color:#454546;
	
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}

	
	header img {
	width:100%;
    max-width: 200px;
	float:left; 
	margin-top:1px;
}
	
	#utah {
	
	margin-top: 7%;
	text-align: justify;
	margin-bottom: 15px;
	color:#373737;
	font-size:18px;
}

h2{
	color:#8aa048;
	text-align: center;
	font-size: 40px;
}
}
