/*
	Author: Boris Nemtsov
	Site: www.nemtsovsaxiom.ru
*/



body {
    padding:0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
	overflow-x: hidden;
	
}

.overlay h1 {
    text-align: center;
    color: rgba(230, 235, 235, 0.9);
    font-size: 5vh;
    margin-top:0.7%;
	margin-left:35%;
	position: fixed;
	
}
.overlay p {
	 text-align: center;
    color: rgba(210, 250, 250, 0.9);
    font-size: 2.5vh;
    margin-top:5%;
	margin-left:38%;
	position: fixed;
	
	
	
}
 /*.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 */
 # myVideo {
    
	
	
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0%;
    width: 100%;
	
	z-index: -100;
	
	
}
::-webkit-scrollbar {
  width: 0;
}
 .overlay {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 30;
	position: fixed;
}

.content {
    width: 100%;
	text-align: center;
    max-width: 1200px;
    margin-top: 13%;
	margin-left: 15%;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 1%;
	
}

.content h2 {
	text-align: center;
	font-size: 3vw;
}

.content p {
	text-align: center;
	font-size: 2vw;
}
 /*
@media (max-width: 767px) {
	.fullscreen-bg {
		background: url('../images/plane.jpg') center center / cover no-repeat;
	}

	.fullscreen-bg__video {
		display: none;
	}

	.overlay h1 {
	    font-size: 40px;
	}
}
*/
/**/
.backToSitehereBtn{
	display: block;
	width: 150px;
	height: 150px;
	background: #01BC78;
	text-align: center;
	line-height: 170px;
	font-size: 20px;
	border-radius: 50%;
	color:#fff;
	position: absolute;
	text-decoration: none;
	top:-40px;
	left:-40px;
	transform:rotate(-45deg) scale(1);
	transition:all 0.25s linear;
}

.backToSitehereBtn:hover {
	text-decoration: none;
	top:-10px;
	left:-10px;
	transform:rotate(-45deg) scale(1.3);
}