html {font-size: 0.75em;
	
	background: url('img/3st.png') no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	
}

body {
/*   background-color: white; */
  font-family: lato;
  font-weight: 300;
  line-height: 1.45;
  color: #333;
  margin:0;
  padding: 0;
}

p, .p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
/*   margin: 1.414em 0 0.5em; */
  font-weight: inherit;
  line-height: 1.2;
  margin: 0;
}

h1 {
  margin-top: 0;
  font-size: 6.854em;
}

h2 {font-size: 4.236em;}

h3 {font-size: 2.618em;}

h4 {font-size: 1.618em;}

small, .font_small {font-size: 0.618em;}



body{
	height:100%;
	overflow: auto;
/*
	background-image: url('img/3st.png');
	
	color:#18181c;
	
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	margin: 0;
	padding: 0;
*/
}

@media(max-device-width: 667px){
	 body{
		background-position:  center !important;
		background-repeat:  no-repeat;
		background-attachment: fixed;
		background-size:  cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		margin: 0;
		padding: 0;
	} 
	 
}



.header{
	position: fixed;
/* 	border: 1px solid black; */
	margin: 0;
	top: 23px;
    left: 27px;
    font-weight: 900;
    z-index: 100;
    width:100%;
    text-align: left;
    z-index:1000;
    
}
.thin{
	font-weight: 300 !important;
}



.forminput {
  background: none;
  border: none;
  display: inline-flex;
  width: 600px;
  padding: 10px 20px;
  outline: none;
  border-bottom:1px solid black;
  margin: 0;
  z-index: 100;
  text-align: center;
  font-size: 2.618em;
  font-weight: 300 !important;

  
}
input[type='image'] {
/*   width: 100%; */
/*   background:url('img/success.svg'); */
  border: none !important;
  background-color: none !important;
  color: #e7e7e7;
  padding: 18px 0;
  cursor: pointer;
  outline: none !important;
      position: relative;
    top: -56px;
    left: 265px;


}
section {
  display: flex;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: none;
  z-index: 100;

}
.formField {
  background-color: none;
  text-align: center;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
span{
	position:relative;
	top:-40px;
}

.footer{
	position: fixed;
	bottom: 0;
	z-index: 10000;
	width:100%;
	text-align: center;
	padding: 5px;
	font-weight: 400;
	z-index: 100;
}
.footer1{
	z-index: 10000;
	width:100%;
	text-align: center;
	padding: 5px;
	font-weight: 400;
	z-index: 100;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}


.contentfield {
  background-color: none;
  text-align: center;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 80px;
}
.content{
	width:60%;
	text-align: left;
	display: inline-flex;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  .overlay-off & {
    z-index: 0;
  }
}

video, .ie8-poster {
  position: fixed;
  left: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  object-fit: fill;
  z-index: 1;
}

.block{
	display: block;
	text-decoration: none !important;
}
.block:hover{
	text-decoration: none !important;
}
.underline{
	text-decoration: underline;
}

form1 {
  display: flex;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: none;

}


.formInput::placeholder {
  color: #f0f0f0;
}

