
@charset "utf-8";

/* CSS Document */

html {
	display: block;
	height: 100%;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
img {
	max-width: 100%;
}
body {
	background-size: cover;
	background-image: url(../images/final-background.jpg);
	background-attachment: fixed;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	
}

content {
	transition: 1s;
	max-width: 800px;
	display: hidden;
	height: 100%;
	margin: 0 auto;
	z-index:300000;
}

header {
	text-align: center;
	margin-bottom: 5%;
	padding-top: 5%;
}

h1 {
	margin: 0 0 20px;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 15px;
	font-weight: normal;
}

.eth-text {
	padding: 20px 0% 0px 0%;
	color: #fff;
	font-size: 24px;
	max-width: 700px;
	margin: 0 auto;
}

midsection {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	top: 40%;
}

bottom {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-bottom: 2%;
}

.app-store img {
	width: 200px;
}

.app-text {
	font-size: 24px;
	color: #fff;
	margin-bottom: 2%;
}

footnote {
	max-width: 700px;
	display: block;
	margin: 0 auto;
	margin-top: 5%x;
	position: relative;

}

.app-store {
	margin-bottom: 4%;
}

.bottom-text {
	font-size: 16px;
	color: #fff;
	width: 440px;
	text-align: left;
	text-align: center;
	margin: 0 auto;
}

.eth-bottom-logo{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.eth-bottom-logo2{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

footnote img {
	margin: auto 0;
	vertical-align: middle;
}

.video-section video {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
.video-section {
	position: fixed;
	z-index: -100;
	text-align: center;
	background: url(../images/ETH-video-Loading.gif) no-repeat;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {

	.eth-logo {
		width: 300px;
		margin: 0 auto;
	}

	.eth-text {
	padding: 20px 0px 0px 0px;
}

	midsection,  header {
		margin-bottom: 3%;
	}

	midsection {
	top: 35%;
}

midsection img{
	width: 180px;
}

}

@media screen and (max-height: 800px) {

.app-store {
	margin-bottom: 1%;
}

header {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 20px;
	padding: 10px 0px;
}

	.eth-logo {
		width: 300px;
		margin: 0 auto;
	}

	.eth-text {
	padding: 20px 0px 0px 0px;
}

	midsection,  header {
		margin-bottom: 3%;
	}

	midsection {
	top: 35%;
}

midsection img{
	width: 180px;
}

}

@media screen and (max-height: 612px) {

midsection img{
	width: 120px;
}

h1 {
	font-size: 16px;
	padding: 5px 0px;
}

	.eth-logo {
		width: 200px;
	}

	.eth-text {
	padding: 5px 10px 0px 10px;
	font-size: 18px;
}

.app-text {
	font-size: 16px;
}

.bottom-text {
	font-size: 14px;
}

}


@media screen and (max-width: 760px) {

h1 {
	font-size: 18px;
	padding: 10px 0px;
	margin: 0px;
	
}

header {
	padding: 0px;
	margin: 0px;
}

.app-text {
	display: none;
}
midsection {
	display: none;
}
.bottom-text {
	width: 60%;
	font-size: 14px;
}

.app-store img {
	width: 160px;
}


@media screen and (max-width: 550px) {

body {
		background: url(../images/mobile-background.jpg) no-repeat;
        background-position: center;
		background-size: cover;
	}

.eth-logo img {
	width: 80%;
}

h1 {
	font-size: 20px;
	padding: 10px 0px;
}

.eth-text {
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
}

midsection {
	display: none;
}

.video-section {
	display: none;
	}

.app-store img{
	display: block;
	margin: 0 auto;
	padding: 10px 0px;
}

.app-store {
	text-align: center;
}

.eth-bottom-logo{
left: 25%;
bottom: 10px;
}
.eth-bottom-logo2{
bottom: 10px;
right: 25%;
}


.bottom-text {
	padding-bottom: 30%;
	width: 90%;
	position: initial;
	font-size: 14px;
}

}