/* RELNW MOBILE CSS */

@media (max-width: 770px) {
.home_carousel { display: none !important; }
}

@media screen and (max-width: 1020px), screen and (max-device-width: 1020px) {
.header .menuIcon { left: -.2em !important; height: 1.0em !important; }
.home_carousel .carousel_container { padding-top: 0em !important; }
.home_carousel .caption { top: 13em !important; left: 28em !important; }
}

@media screen and (max-device-width: 730px) {
.header .menuIcon { height: 1.2em !important; }
}




@media screen and (max-width: 1020px), screen and (max-device-width: 1020px) {
.home_carousel .bottom { display: block !important; } 
}

@media screen and (max-width: 900px), screen and (max-device-width: 900px) {
.home_carousel .bottom .slide_block strong.ctr { font-size: 1.6em !important; }
.social { margin-right: 10px; font-size: 1.5em; }
}




@media screen and (max-width: 770px), screen and (max-device-width: 770px) { 
#homemobile-copy img { margin: 10px 10px 10px 10px; width: 200px; float: right; padding-bottom: 20px; }
}

@media screen and (max-width: 440px), screen and (max-device-width: 440px) { 
#homemobile-copy img { display: none; } 
}

@media only screen and (min-width: 770px) { 
#homemobile-copy { display: none; } 
}

@media only screen and (min-width: 1020px) { 
#homemobile-menu { display: none; }
}




@media screen and (max-width: 768px), screen and (max-device-width: 768px) { 
#subdesktop-menu { display: none; } 
.container { margin-top: 4.5em; }
.questions { margin: 0 0 30px 0; }
.questions img.media-object { display: none; }
.questions h2 { margin-left: 0px; }
.questions p { margin: 0; }
}

@media only screen and (min-width: 768px) { 
#submobile-menu { display: none; }
}


/* CSS FOR Practicing Native Culture BLOG POST */
@media only screen and (max-width: 991px) {
.right-bluebox, .left-bluebox {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%; }
}








