@import "normalize.css";
@import "skeleton.css";

body {		
	color: #333;	
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: 'Roboto Condensed', sans-serif;	
}
/*font size: html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So 1.5rem = 15px :) body font-size is set to 1.5em*/
/* heading styles over-riding skeleton */
h1 { font-size: 3em; color:#96c04e; font-weight: 700; font-family: 'Amatic SC', cursive;}
h1.page-title {margin-top: 1em;}
h1 span {font-size: 4em;}
h2 { font-size: 1.5em; color:#7f7f7f; font-weight: 700;  margin-top: 1em; font-family: 'Amatic SC', cursive; }
h2 span {color:#0c60b9;}
h3 { font-size: 1.25em; color: #0c60b9; font-weight: 400;	margin-top: 30px;}

p { margin: 0 0 1.5em 0; }
em { font-style: italic; }
strong { font-weight: bold;}
img, object, video {max-width: 100%; height: auto; display:block;}
img { max-width: 100%; width: auto; border: 0; -ms-interpolation-mode: bicubic;}
hr { border: solid #ff7a00; border-width: 1px 0 0; clear: both; margin: 30px auto; height: 0; width:80%;}

/* links */
a:link, a:visited { 
	color: #7ea241; 
	text-decoration: none; 
	outline: 0;
}
a:hover, a:active { color: #96c04e; }

.align-left{text-align: left;}
.align-center{text-align: center;}
.align-right{text-align: right;}
.imageLeft {float: left;	margin: 2%;}
.imageRight {float:right; margin: 2%;}
.imageCenter {margin:2% auto;}

header {
  margin:0 auto;
  padding: 0;
	width: 100%;
	z-index: 4;
}
.fb {margin-top:1em;}

nav {	
	width: 100%;
	text-align:center;
	text-transform:uppercase;	
	font-size: 1.125em;	
	position: relative;
	border-top: 1px solid #adde5a;
	border-bottom: 1px solid #adde5a;
	z-index: 10;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	list-style:none;
}
nav li {
	display: inline;	
	padding:0 2.5%;
	margin:0; 
}
nav a {	
	display: inline-block;
	padding: 1em 0;
	text-decoration: none;		
}

nav ul li a:link, nav ul li a:visited {color:#82a644;} 
nav ul li a:hover, nav ul li a:active {color:#96c04e;}
nav ul li.active a { color: #f371b0;}

nav a#pull {display: none;}

.content {padding: 2.5em 0;}
.content.home {padding: 0 0 5em 0;}
.swipebox img {
    margin: 1%;
    display: inline;
    max-width: 98%;
}

.video-container {position: relative; padding-bottom: 56.25%;  padding-top: 35px; height: 0; overflow: hidden; margin-bottom: 3rem; }
.video-container iframe {position: absolute; top:0; left: 0; width: 100%; height: 100%;}

footer {width: 100%;	display: block;	background-color:#8b8e91; font-family: 'Roboto Condensed', sans-serif;	}
.footerMiddle {color:#fff; padding: 1.5em 0 0 0;	margin: 0;	position: relative;}
footer a:link, footer a:visited {color:#fff;}
footer a:hover, footer a:active {border-bottom: 1px solid #fff;}
.footerBottomText {	min-height: 60px; position: relative;}
#copyright {color: rgba(255,255,255,.7); margin: 1.5em 0; font-size: .85em;}
#copyright a, #copyright span {color:rgba(255,255,255,.7);}
#copyright a:hover, #copyright a:active{border:0;}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*media queries*/
@media screen and (max-width: 1040px) {
/* ipad portrait */

  nav li {padding:0 2%; }
  nav a {}
	
	.content {-webkit-overflow-scrolling : touch;}	
	header {-webkit-overflow-scrolling : touch;}
	
}


/* mobile devices */
@media only screen and (max-width: 767px) {

	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
		display: block;		
		width: 96%;
	}
	nav a {
    width: 100%;
		border-bottom: 1px solid #adde5a;
		text-align: left;	
	}
	nav a#pull {
		display: block;		
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
.imageLeft {float: none;	margin: 2% auto; max-width:96%;}
.imageRight {float:none; margin: 2% auto; max-width:96%;}

.fb {margin-top:0;margin-bottom:1em;}


}


@media only screen and (max-width: 600px) {

#logo img{margin:0 auto;}
.footerMiddle .column {text-align:center;}
.footerMiddle .column img {margin:0 auto;}
.call-to-action-button {float:none;}
#copyright {text-align:center;}
}


