@media (min-width: 1200px) {
    html>body {
        font-size: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html > body{font-size: 13px;}
    #slogan{padding: 0 10%;}
}

@media (max-width: 767px) {
	
	#logo img{height: 100px;}
	section{height: 100vh !important;overflow-x: hidden;}
	#home{background: url('../video/comingsoon.jpg') no-repeat center center;background-size: cover !important;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
	#newsletter_form{margin-top: 14%;}
	.subscribe-form{width: 100%;}
	.subscribe-input, .subscribe-submit{font-size: 13px;}
	#about{padding-right: 15px;}
	video + .overlay{display: none;}
	#home > .overlay{background: rgba(0,0,0,0.35);}
	
    html > body{font-size: 13px;background: none;}
    
    #home_content {
    text-align:center;
    position:fixed;
    top: 2em;
    left: 0;
    margin: 0;
    height:auto;
    width:auto;
    }
    
    #contact {
    text-align:center;
    }
    
    #about {
    margin-bottom:4.568em;
    }


}

@media (max-width: 480px) {
    p, a {
        font-size: 1.3em;
    }
    #logo_header {margin-bottom:2em }

    #counter_box {
        margin-bottom:2em;
    }

}

@media (max-width: 991px) {
	#arrow-down a{bottom: -25%;}
}	

@media (min-width: 1200px) and (max-width: 1439px) {
	#logo img{height: 120px;}
	#home_content{top: 62%;}
	#slogan h3{font-size: 145%;}
	#arrow-down a{top: 84%;}
}	