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

   Filename:         pa.css
   Supporting Files: uavfield.jpg

*/


/* Section styles */

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


/* Article styles */

article {
	background-color: #d6dade;
	text-align: justify;
	width: 100%;
	height: 700px;
	}

article h2 {
	color: rgb(0, 163, 239);
	font-size: 1.5em;
	margin: 0px auto 10px auto;
	padding-top: 10px;
	width: 80%;
}

article p {
	margin: 10px auto 10px auto;
	width: 80%;
}

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

article p a:hover {
	color: white;
}

article p iframe {
	display: block;
	margin: 10px auto;
}
	