body  {
	margin: 0;
	padding: 0;
	background-color: #3fa9f5;
	background-image: url("images/backImg-02.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position : center;
}

.head { display:none; }

.topBlock{ margin-top: 20px; }

h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 50px;
	text-align: left;
}

.txtBlock{
margin-top: 20%;
}


.txtBlock1{
	text-align: right;
}


.txtBlock2{
text-align:left;
margin-left: -10px;
}


.middleBlock{
	/*width:323px;*/
	width:183px;
	margin-left: 20px;
	margin-top: 16px;
	
}


.oneDay-image {
  /*background-image: url("images/oneDaySmaterBackImg.jpg");
   background-repeat: repeat;*/
 /* height: 780px;*/
  background-position: center;
  background-size: cover;
  /*position: relative;*/
}

.oneDay-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.copyright {
	margin-top: 180px;
	font-size: 12px;
	letter-spacing: 0.3px;	
}

.launch{
	/*font-size: 14px;*/
	letter-spacing: 0.5px;
	font-size: 84px;
	margin-top: 100px;

}

.subscription {
	  /*margin-top: 60px;*/
	  margin-top: 20px;
  }
  
.form-flex {
  /*width: 292px;*/
}

.mailBox {
	width: 306px;
	margin-left: 339px;
	
}
 
 /* 
.topBlock {
	margin-left: 44px;
} 
*/

@media screen and (max-width: 1200px) {
	h1 { font-size: 46px; }
	input { font-size: 10px; }
	.mailBox { width: 100%; margin-left: 0;}
}

@media screen and (max-width: 996px) {
	h1 { font-size: 36px; }
	
	.topBlock{ margin-top: 380px; }
	
	.copyright {
		margin-bottom: 40px;
	  }
}


@media screen and (max-width: 810px) {
	h1 { font-size: 36px; }
	
	.topBlock{ margin-top: 60px; }
}

@media screen and (max-width: 800px) {
	
	.topBlock{ margin-top: 420px; }
}

@media screen and (max-width: 799px) {
	
	.topBlock{ margin-top: 420px; }
}


@media screen and (max-width: 767px) {
  body {
    color: white;
	margin: 0;
	padding: 0;
  }
  
  .head { display:none; }
  
  .container{
	width: 600px;  
	margin: 0;
	padding: 0;
  }
  
  h1 { font-size: 66px; text-align:center; }
  
  .txtBlock1 { margin-top: 300px; text-align: center; }
  .middleBlock { margin-top:30px; }
  .txtBlock2 { margin-top: 20px; text-align: center;}
  
    .copyright {
	margin-top: 60px;
	margin-bottom: 10px;
}
/*
 .middleBlock{
	 margin-left: 78px;
 }
*/
 
 input { font-size: 14px; }
 
 .topBlock{ margin-top: 280px; }
 
 
}

@media screen and (max-width: 580px) {
  body {
    color: white;
	margin: 0;
	padding: 0;
	background-image: url("images/backImg-02.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position : center
  } 
  
  .head { display:none; }
  
  .container{
	width: 360px;  
	margin-top: 60px;
	padding: 0;
  }
  
  h1 { font-size: 46px; text-align:center; }
  
  
 .txtBlock1 { margin-top: 60px;} 
  
.middleBlock {
  margin-top: 10px;
  margin-left:0px;
  width: 70%;
}



.copyright {
	margin-top: 60px;
}	
	
.txtBlock2 {
  margin-left: 0px;
}

.launch {
  margin-top: 14px;	
  margin-bottom: 26px;
}	

}



@media screen and (max-width: 440px) {

.launch {
  margin-left: 0px;
}	

.middleBlock {
  margin-left:0px;
  width: 70%;
	width:140px;
}

.launch{
	font-size: 46px;
	margin-top: 80px;
	margin-bottom: 180px;
}

}

