html {
  scroll-behavior: smooth;
}

body {
	background-color: #111111;
	font-family: sans-serif;
}



.pageHeader {
  background: url('Images/sunsetCropped.png') center bottom;
  background-size: cover;
  padding: 4rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.pageHeader h1 {
	font-size: 3.5em;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #E5673E, -2px -2px 5px #E5673E, 2px -2px 5px #E5673E, -2px 2px 5px #E5673E;
}

.pageHeader article {
	font-size: 2em;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px #E5673E, -1px -1px 5px #E5673E, 1px -1px 5px #E5673E, -1px 1px 5px #E5673E;	
}


div.footer {
	margin: auto;
	margin-top: 20px;
	background: url('Images/AngularUnconformityFade800x131.jpg') center;
	background-repeat: no-repeat;
	max-width: 800px;
	height: 131px;
	}

div.footerAddress {
	height: 100%;
	font-size: 1.5em;
	text-align: center;
	/*text-shadow: 1px 1px #EEEEEE, -1px -1px #EEEEEE, 1px -1px #EEEEEE, -1px 1px #EEEEEE;*/
	text-shadow: 3px 3px 15px #FFFFFF, 3px -3px 15px #FFFFFF, -3px 3px 15px #FFFFFF, -3px -3px 15px #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.tagline {
	font-size: 2em;
	text-align: center;
	color: #E5673E;
}

#content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right:40px;	
}

.contentGrid {
	/*
	margin-left: 20px;
	margin-right:20px;
	*/

}

.contentGrid > ul {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
	grid-auto-rows: 1fr;
	grid-gap: 10px;
	max-width: 1200;
	color: #EEDDDD;

}

.contentGrid > ul > li {
	/*margin: 20px;*/
}



li.homepageBlock {
	background-size: cover;
	margin: 15px;
	height: 100%;
	width: 100%;
	min-width: 240px;
	max-width: 480px;	
	min-height: 240px;
	max-height: 360px;
	border-radius: 15px;
}

li.homepageBlock:hover {
	border-color: #E5673E;
	border-width: 3px;
	border-style: solid;
}

.homepageBlock h3 {
	font-size: 3em;
	text-shadow: 1px 1px #333333, -1px -1px #333333, 1px -1px #333333, -1px 1px #333333;
	padding: 15px;
}


.homepageServices {
	background: url('Images/BuffaloBillRes_CoolCont.png') center bottom;
}

.homepageDrones {
	background: url('Images/sunsetDrone_600px.png') center bottom;
}

.homepageStaff {
	background: url('Images/AndyFrontier.JPG') right center;	
}

.homepageSoftware {
	background: url('Images/Stock/oil-pump-jack-1407715_1920_600px.jpg') left center;
	background-repeat: no-repeat;
}

.homepageContact {
	background: url('Images/Stock/telephone-1223310_1920_600px.jpg') center;
	background-repeat: no-repeat;
}

.homepageRates {
	background: url('Images/Stock/oil-106913_1920_600px.jpg') center;
	background-repeat: no-repeat;
}

.homepageHistory {
	background: url('Images/Stock/devil-tower-1484604_1920_600px.jpg') center;
	background-repeat: no-repeat;
}

.homepageEEC {
	background: url('Images/EEC360x240.png') center;
	background-repeat: no-repeat;
}

.homepageGFA {
	background: url('Images/GFA360x240.png') center;
	background-repeat: no-repeat;

}

.homepageTCF {
	background: url('Images/TCF360x240.png') center;
	background-repeat: no-repeat;

}

.menuGrid {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #000000;
}

.menuGrid > ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px,1fr));
	grid-auto-rows: 1fr;
	grid-gap: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.menuGrid > ul > a > li {
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-radius: 15px;
	border-color: #E5673E;
	margin: 10px;
	font-size: 1.3em;
	color: #E5673E;
	max-height: 24px;
	height: 100%;
}

.menuGrid > ul > a > li:hover {
	background-color: #333333;
	border-color: #F5774E;
}


.serviceGrid {
	/*
	margin-left: 20px;
	margin-right:20px;
	*/
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right:40px;
}

.serviceGrid > ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
	grid-auto-rows: auto;
	grid-gap: 30px;
	color: #EEDDDD;

}

.serviceGrid > ul > li {
	/*margin: 20px;*/
}

.serviceGrid > ul > li > img {
	border-radius: 15px;
	max-width: 50%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

h3.service {
	font-size: 1.75em;
	color: #E5673E;
}

.serviceDesc {
	font-size: 1.25em;
}





.staffGrid {
	/*
	margin-left: 20px;
	margin-right:20px;
	*/
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right:40px;
}

.staffGrid > ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
	grid-auto-rows: auto;
	grid-gap: 30px;
	color: #EEDDDD;

}

.staffGrid > ul > li {
	/*margin: 20px;*/
}

.staffGrid > ul > li > img {
	border-radius: 15px;
	max-width: 50%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.staffGrid > ul > li > h3 {
	font-size: 1.75em;
	color: #E5673E;
}

.staffGrid > ul > li > h4 {
	font-size: 1.5em;
	color: #E5673E;
}

.staffDesc {
	font-size: 1.25em;
}

.staffDesc > p {
	margin-bottom: 10px;
}


.softwareContent {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-left: 20px;
	padding-right:40px;	
	color: #EEDDDD;
	min-height: 300px;
}

.softwareContent > img {
	border-radius: 15px;
	max-width: 50%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


.ratesContent {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding-left: 20px;
	padding-right:40px;	
	color: #EEDDDD;
	min-height: 300px;
}

.ratesContent > img {
	border-radius: 15px;
	max-width: 50%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.ratesContent > h1{
	font-size: 3em;
	color: #E5673E;
}

.ratesContent > h2{
	font-size: 2em;
	color: #E5673E;
}

.ratesContent > table {
	color: #EEDDDD;
	border-collapse: collapse;
	border: 1px solid #444444;
}

.ratesContent td {
	border: 1px solid #444444;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center
}
.ratesContent td:nth-child(1) {
	min-width: 300px;
	max-width: 300px;
}

.ratesContent td:nth-child(2) {
	min-width: 100px;
	max-width: 100px;
}


.contactContent {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	color: #EEDDDD;
	min-height: 300px;
	text-align: center;
}

div.mapFrame {
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
}

iframe {
	border-radius: 15px;
}

.ob {display: none;}


.historyContent {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	color: #EEDDDD;
	font-size: 1.5em;
}

table.historyContent tr td {
		color: #EEDDDD;
	}

.historyContent h1 {
	font-size: 2em;
	color: #E5673E;
}

.historyContent p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.historyContent ul {
	margin-left: 30px;
}

div.inline {
	text-align: top;
	display: inline-block;
}