@charset "utf-8";
/* CSS Document */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	background-color: #333333;
}

.title h1 {
	width: 100%;
	font-size: 4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFBC13;
	text-align: center;
	padding: 30px 0;
}
.message {
	font-size: 2rem;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}
.message h2 {
	padding: 0;
	text-transform:uppercase;
	color: #FFBC13;
}
.contact {
	font-size: 1.5rem;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}
.contact a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.contact a:hover {
	color: #FFBC13;
	text-decoration: none;
}
.pic {
	height: 80vh;
	background-image: url("Blackhawk-Construction-Services2.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}
.pic img {
	width: 50%;
}
.logo {
	padding: 20px;
	background-color: #FFFFFF;
}
.logo img {
	max-width: 400px;
}
@media (min-width: 768px){
	.left {
		width: 40%;
		float: left;
		padding: 10px;
	}
	.right {
		width: 40%;
		float: left;
		text-align: center;
		padding: 10px;
	}
}
@media (max-width: 767.99px){
	.left {
		width: 80%;
		padding: 10px;
	}
	.right {
		width: 80%;
		text-align: center;
		padding: 10px;
	}
}
