div.mobile_tab_top   {
    display: none;
}

div.mobile_tab_bottom   {
    display: none;
}

/* Switching to Landscape Backdrops */

div#fire   {background-color: #933921; background-image: url("../img/bg_fire_landscape.jpg");}
div#earth   {background-color: #18643e; background-image: url("../img/bg_earth_landscape.jpg");}
div#air   {background-color: #736535; background-image: url("../img/bg_air_landscape.jpg");}
div#water   {background-color: #275577; background-image: url("../img/bg_water_landscape.jpg");}

div.bottom   {
    width: 70vw;
}

div.bottom img   {
    max-height: 140px;
}

/* Type Info Page Header */

.content   {
    margin-top: 160px;
}

div.header   {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(75,75,75,1.00);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-image: url("../img/bg_header.jpg");
    z-index: 999;
    padding: 30px 14px 14px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.87);
    box-shadow: 0 0 7px 7px rgb(0,0,0,0.3);
}

.header a.take_quiz   {
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo_normal.png");
    transition-duration: 0.4s;
}

.header a.take_quiz:hover   {
    background-image: url("../img/logo_hover.png");
    transform: scale(1.2);
    transition-duration: 0.4s;
}

.header a.take_quiz img   {
    height: 10vw;
    max-height: 90px;
    width: auto;
}

.header h1   {
    display: none;
}

.header nav   {
    float: right;
    padding-right: 14px;
}

.header nav a   {
    float: right;
    height: 10vw;
    max-height: 90px;
    margin-left: 5vw;
    
}

.header nav a img   {
    width: auto;
    height: 100%;
    filter: opacity(0.3);
    transition-duration: 0.3s;
}

.header nav a:hover img   {
    filter: opacity(1);
    transform: scale(1.15);
    transition-duration: 0.3s;
}

.header nav a img.fire_on   {
    filter: opacity(1) sepia(100) saturate(100) hue-rotate(-60deg);
}

.header nav a img.water_on   {
    filter: opacity(1) sepia(100) saturate(100) hue-rotate(-185deg);
}

.header nav a img.air_on   {
    filter: opacity(1) sepia(100) saturate(7) hue-rotate(-30deg);
}

.header nav a img.earth_on   {
    filter: opacity(1) sepia(100) saturate(7) hue-rotate(40deg);
}

.header .barndoor   {
    clear: both;
}


/* Main Quiz */


.quiz_prep img   {
    width: 15vw;
}

.quiz_prep p   {
    font-size: 30px;
    padding: 21px 14px 14px;
    width: 70vw;
}

h2 {
	font-size: 30px;
}

.quiz_prep p span {
	font-size: 18px;
}

.quiz-container   {
    width: 70vw;
    height: 500px;
}

#results   {
    display: none;
    width: 70vw;
}

#results p   {
    width: 70vw;
    margin: 0 auto;
    clear: both;
}

#scores   {
    width: 432px;
}

#scores div   {
    width: 125px;
    height: 172px;
    margin: 7px;
    background-size: contain;
    padding-top: 110px;
    font-size: 50px;
}



nav.nsot   {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

nav.nsot div   {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}

nav.nsot a   {
    display: block;
    margin: 5vw;
}

nav.nsot a img   {
    height: 14vh;
    max-height: 150px;
}

.intro ol   {
	margin-left: 5%;
	margin-right: 5%;
	display: block;
}

.intro ol li   {
	margin-left: 5%;
	margin-bottom: 1em;
	font-size: 20px;
	color: white;
}



