/*
Theme Name: Waldrast onepage
Theme URI: http://www.trend-media.com
Author: trend media
Author URI: http://www.trend-media.com
Version: 2.0.0
Template: trend-media
*/
@import url("../trend-media/style.css");


#content.frontpage {width: 100%;}
#content.frontpage.tmplFullWidth #content-main {float: none; width: 100%; margin: 0 auto; }
#content.frontpage .wrapper {max-width: 100%;width:100%;margin: 0px auto;padding: 0 ;}
.tm-page-content {max-width: 920px;width:96%;margin: 0px auto;padding: 40px 0 ;}

div.parallax {height: 550px;width: 100%;background-repeat: no-repeat;}
div.parallax.noparallax {height: auto;}
#top {position: absolute;top: 0;}

@media only screen and ( max-width: 1210px ){
                #content.frontpage {width: 100%;}
                div.parallax {height: 450px;}
}
@media only screen and ( max-width: 980px ){

         #mobile-nav {margin: 20px auto;}
         div.parallax {height: 350px;background-size: 200% auto !important;}
}
@media only screen and ( max-width: 768px ){

         div.parallax {height: 300px;background-size: 300% auto !important;}

}
@media only screen and ( max-width: 600px ){
         div.parallax {height: 250px;}

}
@media only screen and ( max-width: 450px ){
         div.parallax {height: 200px;background-size: 500% auto !important;}

}
@media only screen and ( max-width: 300px ){
         div.parallax {height: 150px;background-size: 600% auto !important;}

}