/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: rgba(84,156,80,1);
	position: relative;
	z-index: 10;
}
.top-navigation {
	background-color: #7BA4C1;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.logo {
	height: auto;
	width: 400px;
}
.content-wrapper {
	margin: 4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 40px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height:1em;
}
h1 {
	font-size: 2.5em;
	color: rgba(84,156,80,1);
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2),  0px 8px 13px rgba(0,0,0,0.1),  0px 18px 23px rgba(0,0,0,0.1);
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
	margin-top: 0px;
}
/*Ordinary Link Styles*/
.content a {
	color: rgba(84,156,80,1);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:rgba(84,156,80,.3)
	transition: width .5s;				
	-webkit-transition: all .5s;
}
.content a:hover, .content a:focus {
	color: rgba(0,51,204,1);
	border-bottom-style: none;
}
.footer a {
	color: #FFF;
	transition: width .5s;				
	-webkit-transition: all .5s;
}
.footer a:hover, .footer a:focus {
	color: rgba(0,51,204,1);
}
/*The Footer*/
.footer {
	background-color: rgba(84,156,80,1);
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.035);
	padding: 10px 0px;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.content-wrapper, .columns-wrapper {
	margin: 0px;
	border: none;
}
.main-content .content {
	padding: 20px 10px;
	border: none;
}
.logo {
	width:400px;
	min-width:50%;
	max-width:90%;
	display:block;
	margin:0 auto;}
	h1 {
		font-size:1.9em;
		text-align: center;}
}
