


header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.logo {
  width: 320px;
  height:auto;
  margin-bottom: 20px;
}
.icon {
  width: 42px;
  height:auto;
  margin: 10px 10px;
}
/*.icon:hover {
  margin: 7px 10px;
  width: 45px;
  transition-property: width;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
*/
.fancy-text-1 {
  font-family: 'Georgia', serif;
  font-size: 4.2vw;
  letter-spacing: 2px;
  line-height: 1;

}
.fancy-text-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.2;
}

p.lead{
	font-size: 3vw!;
	margin-top: 40px;
	}

a {
	color: #e2e2e2;
	text-decoration: none;
	background-color: transparent;
	transition-property: color;
	transition-duration: 0.5s;
}

a:hover, a:visited {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
	transition-property: color;
	transition-duration: 0.5s;
}

/*
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
*/


.mc_embed_signup {
	width:100%;
	background: transparent;
	clear:left; 
	font-family: 'Open Sans', sans-serif;
}

.mc-field-group {
	display: inline-block;
	margin-bottom: 25px;
}

#mce-responses {
	margin-bottom: 25px;
}

input[type=email] {
	display: inline-block;
	width:240px;
	height: 42px;
	background: rgba(0,0,0, 0.35);
	border: 1px solid #ffffff;
	color: #e2e2e2;
	padding: 5px 10px;
}

input[type=email]:focus {
	outline: none;
	background: rgba(0,0,0, 0.5);
}

.button {
	display: inline-block;
	background: #000000;
	color: #e2e2e2;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px;
	outline: none;
	border: none;
	margin-left: 10px;
}

.lang {
	display:block;
	position: absolute;
	right: 60px;
	top: 40px;
	color: #ffffff;
	z-index: 999;
	font-size: 0.9vw;
}

.lang a{
	color: #ffffff;
	text-decoration: none;
}

.lang a:hover{
	color: #cccccc;
	text-decoration: none;
}

.lang a:active{
	color: #ffffff;
	text-decoration: none;
}

.mobile {
	display: none;
	}
	.desktop {
	display: block;
	}


@media (max-width: 600px) {
	.logo {
	  width: 240px!important;
	  height:auto!important;
	  margin-bottom: 10px!important;
	}
	a {
	font-size: 3vw!important;
	padding-top: 40px!important;
	}
	.fancy-text-1 {
	  font-size: 9vw!important;
	}
	.fancy-text-2 {
	  font-size: 4vw!important;
	}
	p.lead{
	font-size: 2vm!important;
	margin-top: 10px!important;
	}
	
	
	
	.mc_embed_signup {
	width:50%!important;
	}
	
	input[type=email] {
	display: block;
	margin-bottom: 15px;
	width:220px!important;
	height: 48px!important;
	}
	
	.button {
	display: block;
	padding: 15px 25px;
	margin-left: 0px;
	margin: auto auto;
	}
	.lang {
	right: 30px;
	top: 20px;
	font-size: 3vw;
	}
	
	header video.mobile {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}
	
	.mobile {
	display: block;
	}
	.desktop {
	display: none;
	}
	
}