@import url('https://fonts.googleapis.com/css?family=Gudea|Lora');


* {
	box-sizing: border-box;
}

body {
	background-color: #fbfbfb;
	font-family: 'Lora','Times New Roman', serif;
	color: #3b3f42;
	width: 100%
}

header {
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

li {
	margin-bottom: .15em;
}

nav li {
	display: block;
    border-bottom: 2px solid #fbfbfb;
    text-align: center;
    font-size: 1.25em;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
}

nav {
	background-color: #8fb8ed;
	width: 100%
}

nav ul {
	margin-bottom: .5em;
}

#banner a {
	text-decoration: none;
	color: #8fb8ed;
}

a:hover {
	color: #daeaff;
}

nav a {
	color: #fbfbfb;
	text-decoration: none;
}

footer a {
	color: #7d808c;
}


footer {
	padding: 1.5em;
	background-color: #fbfbfb;
}


#banner {
	color: #8fb8ed;
	height: 50px;
	font-size: 1.25em;
	font-family:  'Gudea', Arial, sans-serif;
	margin-bottom: 0px;
    padding-top: 0.5em;
    text-transform: uppercase;
}

#two, #four {
	background-color: #8fb8ed;
	color: 
}

#one, #three {
	background-color: #fbfbfb;
}

#two h5, #four h5 {
	color: #fbfbfb;
}

#one h5, #three h5 {
	color: #8fb8ed;
}

#one li {
	list-style: none;
	margin-left: 2.5em;
}

#two ul #four ul {
	list-style-image: url('images/arrow.svg');
}

.container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#one, #two, #three, #four{
	padding-top: 1.25em;
}

.container h5 {
	text-transform: uppercase;
	font-family:  'Gudea', Arial, sans-serif;
	text-decoration: underline;
	margin-top: 0 ;
	margin-bottom: 0;
}

.container ul {
	margin-top: 5px;
}

.container li , h5 {
	margin-left: 1.5em;
	padding: .25em;
}

/*.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }*/


@media only screen and (min-width: 800px) {

	.container {
		width: 100%;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	img {
		margin-top: 17em;
	}

	#banner {
		background-color: #fbfbfb;
	}

	nav {
		width: 100%;

	}	

	body {
		width: 100%;
		background-color: #daeaff;
	}

	header {
		left: calc( 50% - 400px );
	max-width: 800px;
	position: fixed;
	width: 100%;
	z-index: 1;

	}