/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
	
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {	
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.Counter, .footerLeft {width:360px;}
	.email {margin:5px 0;}
	#socials li {float: left;padding-left: 5px;}
	#followUs {margin-top:30px;}
.logo {max-width:70%}
	#Subscribe {height:70px;margin-bottom:10px;
}
ul#countdown li {width:60px}
ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
	
	
	font-size : 0.9em;

}
ul#countdown li span {
	font-size : 2.0em;
	
}
#Subscribe, .form-group {width:100%;}
#email {margin-left:0px}
.form-group:nth-child(3) {margin-left:0px}
.submit {margin-left:0px}
#myVideo {
  
  
  height: 100vh;
width:auto;
}
h2{font-size:16px;line-height:18px}
h1{font-size:30px;line-height:35px}
h3 {font-size:14px;line-height:18px}

}