/*
	Precision Unmanned Aerial Systems LLC Home Page
   Author: Thomas Dater
   Date:   12/15/15

   Filename:         pe.css
   Supporting Files: uavfield.jpg

*/


/* Section styles */

section {
	background: white url(uavfield.jpg) top left no-repeat;
	height: 500px;
	text-align: center;
}

section h1 {
	color: rgb(0, 163, 239);
	font-size: 7em;
	padding-top: 200px;
}

section h2 {
	color: #7b8791;
	font-size: 2em;
}

/* Figure styles */

figure {
	background-color: #d6dade;
	text-align: center;
	height: 500px;
	padding-top: 10px;
	width: 100%;
}

figure h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px auto 5px auto;
	width: 50%
}

figure figcaption {
	margin: 5px auto 5px auto;
	width: 50%;
}

figure figcaption a {
	display: inline;
	color: rgb(0, 163, 239);
	font-weight: bold;
}

figure figcaption a:hover {
	color: white;
}