/* CSS Document */
body {
	background-color: black;
	min-width: 1150px;
}

#section_top {
	background-image: url(rig.jpg);
	background-repeat: no-repeat;
	min-height: 1000px;
}

#header {
		background-image:url("DireWolfBanner.png");
	background-size:contain;
	background-repeat: no-repeat;
	max-width: 1800px;
	max-height: 100px;
	padding-top: 32px;
	padding-right: 20px;
	text-align: right;
}	

#contact_section {
	padding-top: 100px;
	padding-bottom: 100px;
	
	color: white;
	font-size: 24px;

	text-align: center;
}

#contact_table {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#contact_text {
	text-align: left;
	margin-right: 50px;
	padding-left: 20px;
	
	background: #00000060;
}

#contact {
	font-size: 32px;
}

#contact_gap {
	height: 20px;
}

#griffin {
	font-size: 18px;
	font-style: italic;
}

#map {
	padding-right: 50px;
}

#section_divider {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#footer {
	font-family: "Arial";
	font-size: 12px;
	color: #CCCBCB;
}
.container {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
}
