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

   Filename:         pm.css
   Supporting Files: mapuav.jpg

*/

/* Section styles */

section {
	background: white url(mapuav.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;
}

/* Article styles */
article {
	background-color: #d6dade;
	text-align: center;
}

article h2 {
	font-size: 1.4em;
	margin: 0px auto 10px auto;
	padding-top: 10px;
}