@font-face {
	src: url('../fonts/myriad.otf');
	font-family: myriad;
}

@font-face {
	src: url('../fonts/myriadl.otf');
	font-family: myriadl;
}
@font-face {
	src: url('../fonts/IndieFlower.ttf');
	font-family: IndieFlower;
}
@font-face {
	src: url('../fonts/AlexBrush-Regular.ttf');
	font-family: AlexBrush-Regular;
}

body, html {
	margin: 0 auto;
	/*text-align: center;*/
	height: 100%;
	padding: 0px;
	font-family: IndieFlower;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 50px;
}

#logo_hero {
	width: 50%;
	display: inline-block;
}

#header {
border-collapse: collapse;
	position: fixed;
	top: 0px;
	padding: 0px;
	z-index: 9;
	margin: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 1px black;
	padding: 0px;
}

#header td {
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav {
	font-family: myriad;
	font-size: 1.5em;
	list-style-type: none;
	color: #5a5a5a;
	margin: 0;
	padding: 0;
}

.item:hover {
	background-color: rgba(000,000,000,0.8);
	box-shadow: 0 0 0 1px black;
	color: white;
	cursor: pointer;
}
#nav li {
	display: inline-block;
	padding: 20px;
	/*height: 100%;*/
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	width: auto;
}

#footer {
	position: fixed;
	bottom: 0px;
	font-family: myriad;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	color: #6a6a6a;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: rgba(360,360,360,0.9);
}

.selected {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0 0 0 1px black;
	color: white;
}

.anim {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
  }

a {
	text-decoration: underline;
	color: black;
}

h2 {
	font-size: 2.0em;
}

.link {
	cursor: pointer;
	color: black;
}

p {
	font-size: 1.3em;
}

.item:hover {
	box-shadow: 0 0 0px black;
}

#stories_li:hover {
	color: black;
}

big {
	font-size: 1.3em;
}
#container {
	top: 120px;
	position: absolute;
	width: 80%;
	left: 10%;
	margin-bottom: 200px;
	text-align: justify;
	padding-bottom: 100px;

}
#video {
	top:120px;
	opacity:0.7;
	position: fixed;
	
}
	
#logo_right {
	position: fixed;
	right: 5%;
	top: 150px;
	width: 30%;
	max-width: 30%;
	
}

#g-signin2 {
	positio: fixed;
	top: 100px;
	align: left;
}	
