body {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}

a {
	color: #f66e48;
	font-style: underline;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 3vw;
	margin-bottom:0px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 5vw;
	line-height: 1.2em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: 1%;
	color: #FFAF99;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 1%;
}

.header-design {
	background-image:url('../img/commercial-bldg-2.jpg'); 
	background-size:cover; 
	color: #fff;
	text-align: left;
	padding-bottom: 10%;
}

.logo-num {
	padding-bottom: 3%;
	padding-top: 0%;
}

.logo-ace {
	font-weight: 800;
	font-size: 4vw;
	/*background-color: #222;*/
	background-color: rgba(0, 0, 0, 0.5);
}

.phone-me {
	font-size: 3vw;
	margin-top:1%;
}

.phone-me a {
	/*color: #FFAF99;*/
	color: #fff;
}

.hero-text {
	padding-top: 4%;
}

.lead {
	font-weight:300;
	font-size:1.3em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.attention-please {
	background-color:#f66e48; 
	padding-top:5%; 
	padding-bottom:6%; 
	margin-bottom:4%;
}

.attention-please p {
	color: #96381D;
}

.blacktext {
	color: #999;
	padding-bottom:4%;
}

.blacktext h3 {
	color: #555;
}

.contact {
	background-color:#2B2F34; 
	padding-top:5%; 
	padding-bottom:6%; 
	color: #ccc;
}

.contact h3 {
	font-weight: 100;
	/*font-size: 3vw;*/
	color: #ccc;
}

.contact h4 {
	color: #ffffff;
	/*font-size: 2vw;*/
}

.contact h5 {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 2vw;
}

.footer {
	background-color: #1D1F21;
	color: #bbb;
	font-size: .7em;
	padding-top: 3%;
	margin-top:0px;
	padding-bottom: 3%;
}

.bluepic a {
	color: #ccc;
}

.bluepic a:hover {
	text-decoration: underline;
	color: #fff;
}

/* min size style*/
@media screen and (max-width:768px) {
   /* put your css style in there */
   h1 {
   	font-size:1.6em;
   	margin-bottom:15px;
   }

   h3 {
   	font-size:1.2em;
   }
}
