/*
Theme Name: 	Network Home
Author:       	Agency Owl
Author URI:   	http://agencyowl.com
Version: 		1.0
Template: 		_ao-desktop
*/

/* =Theme customization starts here
------------------------------------------------------- */

body#home,body#fof {
	background-color: #008c8c;
	background-image: url(/wp-content/themes/network/images/subtle-carbon.png);
	padding: 200px 20px 0;
	text-align: center;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
body#home h6 {
	font-size: 150%;
	margin: 25px 0 0;
	font-weight: 300;
}
.container {
	max-width: 640px;
	margin: auto;
}
p {
	margin: 0;
}


body#fof h6 {
	font-size: 250%;
	margin: 25px 0 0;
	font-weight: 30
}
body#fof p {
	font-size: 120%;
}
