/*
This file include custom dynamic styles for rotating header
*/


body.home {
    background-image: url('http://www.ritm-media.com/wordpress/wp-content/uploads/2014/11/header10.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 450px;
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
    body.home {
        background-size: auto 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    body.home {
        background-size: auto 400px;
    }
}

@media screen and (min-width: 639px) and (max-width: 767px) {
    body.home {
        background-size: auto 350px;
    }
}

@media (min-width: 1px) and (max-width: 638px) {
    body.home {
        background-size: auto 350px;
    }
}


body.home div#header-slogan {
    width: 100%;
    background: transparent;
}

body.home div#header.navbar {
    background: transparent !important;
}