/*
Name: emo
Version: 1.1
*/

/* @import url('https://reset5.googlecode.com/hg/reset.min.css'); */
@import url('./reset.css');
@import url('./type.css');
@import url('./bootstrap.css');

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic|Playfair+Display:400,700);

html {
	height: 100%;
}

body {
	margin: 0;
	background-color: #000;
	height: 100%;
}

#topnav {
	z-index: 400;
	color: white;
}

header {
    height: 100%;
    z-index: 100;
    position: relative;
}

#text {
	position: absolute;
	bottom: 4%;
	width: 100%;
}

.subtitle {
	color: white;
	float: left;
}

#menu {
	color: white !important;
	text-align: right;
	float: right;
}

#menu li {
	float: left;
}

@media (max-width: 640px) {
	#text {
		text-align: center !important;
		top: 16%;
	}
	.subtitle {
		float: none !important;
		clear: both;
	}
	#menu {
		float: none !important;
		margin: 0 auto;
		display: inline-block;
	}
	#menu li {
		clear: both;
		float: none;
		text-align: center;
	}
	.like {
		margin: 16px !important;
	}
	body {
		background-image: url(./bump_bg_dimmed.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#bump {
		display: none;
	}
	.download {
		padding: 4px 0px !important;
	}
}

header img {
	padding: 0;
}

header.img {
	color: black !important;
    background: none;
}

header.img h1 {
	color: black;
    background: none;
	padding: 128px 6% 0 6%;
}

header h1, header h3 {
	padding-top: 0;
	color: white;
	width: 100%;
}

#hamburger {
	position: fixed;
	top: 0;
	background: url('./hamburger.svg');
	width: 48px;
	height: 48px;
	z-index: 1000;
}

footer {
    padding: 120px;
    background-color: #ccc;
}

:target {
	background: #f5f5f5;
	box-shadow: 0px 16px 48px #ccc;
	padding: 48px;
	border: 3px solid yellow;
}

.shadow {
	box-shadow: 0px 4px 16px #eee;
}

#wrapper {
    height: 100%;
	padding: 0 4% 0 4%;
	background-color: rgba(0,0,0,0.2);
}

hr {
	margin: 1% 0 2% 0;
}

.hero {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    z-index: -100;
    background-size: 100% 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    overflow-x: hidden;
}

.download {
	color: white !important;
	padding: 32px 12px 32px 12px;
	display: inline-block;
	text-transform: uppercase;
	margin: 8px 4px;
	border: 2px transparent solid;
}

.primary {
	background: #33b5e5;
	color: white !important;
	text-decoration: none !important;
}

.download:hover {
	color: #33b5e5 !important;
}

.secondary {
	background: transparent;
	border: 2px white solid;
	color: white !important;
	padding: 14px 48px 10px 48px;
}

.strike::before {
	content:"";
	background: url('./strike.svg') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: -14px;
}

.gap {
    padding-left: 200px;
}

.container {
}
.section {
	padding-bottom: 6%;
}

.herotext {
    padding: 72px 0;
	text-align: center;
}

video {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    z-index: 0;
    background-size: 100% 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
}

.gallery {
	width: auto;
	max-width: 96px;
	display: inline-block;
	margin: 0 auto;
}

/* Nav */
#nav {
  position: fixed;
  width: 200px;
  height: auto;
  padding: 24px;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
  border-radius: 2px;
  line-height: 1.8em;
  text-transform: uppercase;
  z-index: 100;
  margin-left: -200px;
  transition: all .2s cubic-bezier(.4, 0, 0, 1);
}target

.animate {
	margin-left: 0px !important;
}

.nav .group {
	padding: 8px 0;
}

.nav .group ul {
  list-style: none;
  padding-left: 12px;
}

.nav {
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

/* Lists for taxonomies */
.taxonomy p {
	padding: 0 0 32px;
}

dl {
  counter-reset: taxonomy-counter;
}

dl dt:before {
  content: counter(taxonomy-counter, decimal-leading-zero);
  counter-increment: taxonomy-counter;
  font-size: 14px;
  padding-right: 8px;
}

dt {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}

dt p {
  font-size: 16px;
  margin-left: 24px;
  text-transform: none;	
  font-family: 'Source Sans Pro', sans-serif;
}

dd {
	clear: right;
}

li h4, li img {
  padding: 0;
  float: none !important;
}

.centerout {
	display: table;
	height: 100%;
	width: 100%;
	z-index: 100;	

}

.centerin {
	display: table-cell;
	vertical-align: middle;
	z-index: 100;	
}

.onbottom {
	margin-left: 48px;
	margin-top: -200px;
	z-index: 100;
}

.video-container {
	position: relative;
	width: 100%;
}