/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}
p {
	line-height: 1.4;
	font-size: 15px;
}
.container {
	padding: 50px 100px;
}
.container h2, 
.container h3 {
	color: #000000;
}

h4 {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}

h5 {
	color: #FF3300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

h6 {
	color: #cfcfcf;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

a:link{
  color: #006870;
}
a:visited{
  color: #333333;
}
/* PAGE MENU
-----------------------------------------*/
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #434A5C;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.menu li {
	display: inline-block;
	padding: 20px 35px;
}
.menu a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}


/* BANNER 
-----------------------------------------*/
img.logo {
	margin: 0 auto;
	display: block;
}
img.profile {
	border: 1px solid grey;
	width: 768px;
	height: 500px;
	padding: 5px;
	float: left;
	margin-right: 20px;
}
.banner {
	padding-top: 110px;
	padding-bottom: 50px;
	background: url('../images/background2.jpg');
	background-attachment: fixed;
	color: #000000;
	text-align: center;
}
.banner h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner p {
	font-size: 22px;
}

/* ABOUT
-----------------------------------------*/
.about {
	background: url('../images/tile69.gif');
	overflow: hidden;
}
.about h2 {
	text-align: center;
}

/* DEMOS
-----------------------------------------*/
.demos h2 {
	text-align: center;
	padding: -10px;
}

/* INTERACTIVE MAP
-----------------------------------------*/
.interactive {
	text-align: center;
}
.fav-img {
	border: 0px solid #000000;
	border-radius: 0%;
	width: 200px;
	padding: 5px;
	margin: 10px;
	vertical-align: middle;
}


/* RESOURCES
-----------------------------------------*/
.resources {
	text-align: center;
	background: url('../images/tile144.gif');
}

.resources img {
	margin: 20px;
}

.resources ul {
    list-style-type: none;
    list-style-position: inside;
    text-align:left;
}

.resources li {
    background-image: url(../images/3.gif);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 20px;
}



/*  The active style class */

.menu a.active {
	color: #000000;
	/*font-family: Impact;*/
	text-decoration: underline;
}

.flexslider-wrap { 
	width: 70%;
	margin: 0 auto; /* center aligns the slider */
}

