#header {
	width: 100%;
}

#header.fixed {
	position: fixed;
	z-index:2;
	top: 0;
}

#top_containers {
	background-color: rgba(0,0,0,.46);
}

#nav_container {
	/*background-color: rgba(196,212,225,.70);*/
	background-color: #555;
}

.top_container {
	padding: 2em 3em 2em 3em !important;
}

.top_container a,
.top_container span {
	display: inline-block;
	color: white;
	font-weight: 500;
	font-size: 18px;
	line-height: 33px;
	text-decoration: none;
	padding-left: 1.5em;

}

.top_container a.home {
	display: inline-block;
	color: rgba(229,255,255);
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	text-decoration: none;
	padding-left: 0em;
}

.top_container a:hover {
	color: #DDD;
}

.top_container .selected {
	color: #CCC;
}

.nav {
	padding: 0em 3em !important;
}

.nav.nav2 {
	padding: 0em 3em 0em 0em !important;
}

.nav a, .nav span {
	font-size: 1.45em;
	display: inline-block;
	padding: .34em .7em .34em 0em;
	/*color: rgba(46,46,54,.70);*/
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}

.nav a:hover {
	/*color: rgba(46,46,54,.90);*/
	color: #DDD;
}

.nav a.selected,
.nav span.selected {
	color: #BBB;
}


.subnav {
	padding: 0em 3em !important;
	background-color: rgba(255,255,255);
}

.subnav a, .subnav span {
	font-size: 1.45em;
	display: inline-block;
	padding: .36em 1.25em .36em 0em;
	color: rgba(46,46,54,.70);
	text-decoration: none;
	font-weight: 400;
}

.subnav a:hover {
	color: rgba(46,46,54,.90);
}

.subnav a.selected,
.subnav span.selected {
	color: #222;
}

.category_container {
	padding: 0em 0em !important;
	position: relative;
	height: 100vh;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.category_container_tint {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.33);
	padding-top: 55vh;
}

.category_name {
	text-align: center;
	color: white;
	font-weight: 600;
	padding: 2em 0em;
	backgrosund-color: rgba(0,0,0,0.46);
}

.category_name > h1 {
	font-size: 3.75em;
}

.category_container:hover .category_container_tint {
	background-color: rgba(0,0,0,0.11);
}

#projects {
	padding: 0em 3em;
}

#projects .project_container {
	padding: 0em 2em;
	margin-top: 4em;
	font-family: "Lato", "Source Sans Pro", sans-serif;
}

#projects .project_container a img {
	border: 0;
	opacity: .8;
}

#projects .project_container a img:hover {
	border: 0;
	opacity: 1;
}

#project {
	padding: 0em 0em 3em 0em;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cv {
 text-align: center;
}

#project .text_container {
	padding: 0em 1em 0em 2em;
	margin: 2.5em 0em 0em 0em;
	font-family: "Lato", "Source Sans Pro", sans-serif;
}

#project .project_image {
	margin-top: 3em;
}

#project img.soundOn,
#project img.soundOff {
	width: 10%;
	cursor: pointer;
}

#project img.soundOn_small,
#project img.soundOff_small {
	width: 9%;
	cursor: pointer;
	float: right;
}

#project img.tag {
	height: 29px;
	float: right;
	cursor: pointer;
	display: inline-block;
	margin-top: -5px;
}



#project_backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}


.project_img {
	width: 100%;
	max-width: 100%;
}

.project_title {
	font-family: "Futura", "Ubuntu", "Source Sans Pro", sans-serif;
	margin-bottom: 1em;
	font-weight: 400;
}

.project_description {
	color: #333;
	font-weight: 400;
}

#project_nav_container {
	height: 100vh;
}

#category_nav {
	padding: 2.5em 0 0em 2em;
	list-style-type:none;
}

#category_nav > li {
	margin-bottom: 1em;
}

#category_nav > li {
	margin: 0em 0em 1em 0em;
}

#category_nav .category_nav_link {
	color: #333;
	text-decoration: none;
	line-height: 22px;
	font-size: 1.15em;
	font-weight: 400;
}

#category_nav .category_nav_link:hover {
	color: #555;
}

#project_nav {
	padding: 1em 0 0.25em 1em;
	list-style-type:none;
}

#project_nav > li {
	margin: 0em 0em .75em 0em;
}

#project_nav .project_nav_link {
	margin: 0em;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	line-height: 22px;
	font-weight: 400;
}

#project_nav .project_nav_current {
	margin: 0em;
	color: #777;
	font-size: .9em;
	line-height: 22px;
	font-weight: 400;
}

#project_nav .project_nav_link:hover {
	color: #555;
}

.project_nav_current {
	display: inline-block;
	margin: 0em .6em;
	color: #333;
	text-decoration: none;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: bottom;
}

.project_nav_link {
	display: inline-block;
	margin: 0em 1em;
	color: #CCC;
	text-decoration: none;
	line-height: 33px;
	font-size: 12px;
	vertical-align: bottom;
}

.project_nav_link:hover {
	color: #999;
}

.video-wrapper, #player {
	background-color: #FFF !important;
}

.galleria-thumbnails .galleria-image img {
	opacity: .85 !important;
}

.galleria-thumbnails .galleria-image img:hover {
	opacity: 1 !important;
}

.galleria-thumbnails .galleria-image.active img {
	opacity: 1 !important;
}

.galleria {
	 width: 100%;
	 height: 470px;
	 margin: 2em 0em 0em 0em;
}