#nav_vert {
height: 35em;
}

body {
    font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}

h2 {
    font-family: Times New Roman, Times, serif;
    color: red;    
}

h3 {
    font-family: Times New Roman, Times, serif;
    color: black;  
}
#dna_link {
    font-family: sans-serif;
    color: black;
    font: 100%;
    text-align: center;
    font-size: 90%;
}
p {
    font-family: Times New Roman, Times, serif;
    color: black;     
}

 
#scientist img {
    height: 10%;
    width: 10%;
}
#dnaimg img {
    height: 4%;
    width: 4%;
}
#dblhlx img {
    height: 10%;
    width: 10%;
}
#chroprs img {
    height: 15%;
    width: 15%;
}

#block {
    margin-right: 2em;
}

#expl {
    display: block;
    float: none;
    margin: 0 3em 0 3em;
}

table {
    margin-left: 30px;
}

#expl ul {
    margin-left: 40px;
}


.name {
    width: 35%;
    height: auto;
    float: none;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 760px) {
	.js #nav_horiz {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
        
.name {
    width: 70%;
    height: auto;
    margin: 0 0;
}

}
