@font-face {
	font-family: 'Lifehack Basic';
	src: url('../fonts/subset-LifehackBasic-Regular.eot');
	src: url('../fonts/subset-LifehackBasic-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-LifehackBasic-Regular.woff') format('woff'),
		url('../fonts/subset-LifehackBasic-Regular.ttf') format('truetype'),
		url('../fonts/subset-LifehackBasic-Regular.svg#LifehackBasic-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Phenomena';
	src: url('../fonts/subset-Phenomena-Regular.eot');
	src: url('../fonts/subset-Phenomena-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Phenomena-Regular.woff') format('woff'),
		url('../fonts/subset-Phenomena-Regular.ttf') format('truetype'),
		url('../fonts/subset-Phenomena-Regular.svg#Phenomena-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	min-height: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  color: #fff;
  font-family: 'Phenomena';
  font-size: 100%;
	line-height: 1.6875;
	background: url('../img/bg.png') no-repeat;
  background-size: cover;
}
h1 {
  font-family: 'Lifehack Basic';
  font-size: 4.5rem;
  text-decoration: underline;
}
a {
  font-family: 'Phenomena';
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
a:hover,
a:active {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
p {
  font-size: 3.25rem;
	line-height: 4rem;
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.container-fluid {
  padding-top: 30px;
	padding-bottom: 30px;
  width: 100%;
  height: 100%;
}
.phones {
  background: url('../img/phone_ico.png') no-repeat left center;
  background-size: 5rem;
  padding-left: 80px;
  margin: 0 auto;
	font-family: 'Phenomena';
  display: inline-block;
	line-height: 3rem;
}
.phones a {
  display: block;
	font-size: 2.4rem;
	white-space: nowrap;
}
.email {
  margin: 0 auto;
  padding-left: 75px;
  background: url('../img/mail_ico.png') no-repeat left center;
	background-size: 15%;
	font-size: 3.25rem;
	font-family: 'Phenomena';
	display: inline-block;
	margin-top: 5%;
}
.video {
  width: 90%;
  position: relative;
	margin-bottom: 25%;
	display: inline-block;
}
.video img {
	width: 100%;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	/*overflow: hidden;*/
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video .arrow {
	position: absolute;
	background: url('../img/arrow.png') no-repeat top;
	background-size: contain;
	width: 50%;
	height: 30%;
  bottom: -35%;
	left: 20px;
}
