@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
 .banner-text {
 padding-top: 12%;
}
 .banner-text h1 {
 font-size: 42px;
}
 .banner-text p {
 font-size: 24px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
h1, .type-wrap {
    font-size: 24px;
    color: #fff;
}
#countdown {
	margin-bottom:0px;
}


.subscribe { 
    padding-bottom: 50px; 
}
}
@media screen and (max-width: 640px) {
 .banner-text {
 padding-top: 12%;
}
h1, .type-wrap {
    font-size: 18px;
    color: #fff;
}
}
@media screen and (max-width: 480px) {
.logo img{
	width:50% !important;
}
 .banner-text h1 {
 font-size: 32px;
}
}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
}
