@charset "utf-8";
/* CSS Document */



.quicksand {
	font-family: 'Quicksand', sans-serif;
	}

.quicksand700 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	}

.quicksand_space {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em
	}
	
.cinzel {
	font-family: 'Cinzel', serif;
	}
	
.cinzel_space {
	font-family: 'Cinzel', serif;
	letter-spacing: 0.5em
	}
body {
	position: relative;
	background-color: #eee;
	font-family: 'Arial', serif;
	letter-spacing: 0.2em
	}
	
header {
  background-color: #fff;
    color: #666;
    height: auto;
    left: auto;
    position: fixed;
    right: auto;
    top: 0;
	padding-top: 10px;
    width: 100%;
    z-index: 1000;
}

.navbar.hero {
  background: transparent none repeat scroll 0 0;
  padding-top: 10px;
}

nav {
  display: inline-block;
  margin: 15% auto 5%;
  text-decoration: none;
  width: 100%;
}
nav[role="navigation"] ul#mainnavlist {
	color: #000;
    height: auto;
	width: 100%;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align:middle
	}
	
nav[role="navigation"] ul#mainnavlist a {
	color: #000;
	text-decoration: none
	}
	
#mainnavlist a:hover{
	text-decoration:none;
	font-weight: bold;
	border-top: solid #2d557a;
	}
	
.mainnavlist a{
	color: #000
	}
	
.mainnavlist a:hover{
	border-top: solid #2d557a;
	font-weight: bold;
	text-decoration:none;
	margin-top: 5px
	}


nav.container {
  margin: 0;
  float: right;
}	
li {
	display: inline-block;
    list-style-type: none;
    padding: 10px;
    vertical-align: middle;
	}

h1 {
	font-family: 'Cinzel', serif;
	font-size: 5em;
	color: #2d557a;
	letter-spacing: 0.3em
	}
	
h2 {
	font-family: 'Cinzel', serif;
	font-size: 1.5em;
	color: #000;
	letter-spacing: 0.3em
	}

#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.headline {
	padding: 20% 0 5%
	}

.center {
	text-align: center
	}
	
.right {
	text-align: right
	}

.inline {
	display: inline-flex;
	float: right
	}

.padd {
	padding: 5px
	}
ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}

ul li {
  background: none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease 0s;
}

.sublist {
	background-color: #fff;
	color: #000
	}
	
.sublist a{
	font-size: bold;
	color: #000
	}
	
.sublist a:hover{
	border-top: none
	}


ul li ul {
  padding: 0;
  position: absolute;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  display: block; 
  border-top: none;
  color: #fff;
}
ul li ul li:hover { 
	color: #666;
	text-decoration: none
}

ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

main {
	position: relative;
	height: 80%
	}

footer {
    height: 200px;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
	font-size: 0.7em;
	}
	
@media (max-width: 992px) {
	body {
		letter-spacing: 0.05em
		}
	}
	
@media (max-width: 799px){
	body {
		letter-spacing: 0.01em
		}
	
	h1 {
		font-size: 4em;
		letter-spacing: 0.1em
	}
	
@media (max-width: 599px){
	body {
		letter-spacing: none
		}
	
	h1 {
		font-size: 3em;
		letter-spacing: 0.3em
	}
	
	h2 {
		font-size: 1em;
		letter-spacing: 0.2em
	}
	
	ul li {
		cursor: pointer;
		display: block;
	}
	
	#mainnavlist a:hover{
		text-decoration:none;
		font-weight: bold;
		border-top: none;
	}

@media (max-height: 599px) {
	.headline {
		padding: 15% 0 5%
		}
		
	header {
		height: 20%;
		padding: 10px auto 5px 15px;
		position: fixed;
		}
		
	ul li ul {
		left: 30%;
		position: absolute;
		top: -5px;
		width: auto;
		}
	}

@media (max-width: 499px){
	h1 {
		font-size: 2em;
		letter-spacing: 0.2em
	}
	
	h2 {
		font-size: 1em;
		letter-spacing: 0.1em
	}
 