body {
	background-color: #ffffff;
}
body {
 	font-family: 'Oxygen', sans-serif;
 	text-align: center;
  
}

.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 200px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 

h2 {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
}

h3 {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
}
 

div#sidebar {
	padding-left: 1%;
	padding-right: 1%;
	width: 20%;
	background-color: #e6f2ff; 
	float: left; 
	height: 680vh; 
}

div#header {
	/*background-color: #3366ff;
	/*padding: 10px;
	border: 2px solid; 
	border-color: #000;*/

}

div#nav: {
	/*background-color: #b3b3b3*/ 
}

div#content {
	padding-left: 1%;
	width: 70%;
	background-color: #ffffff; 
	float: left; 
}

div#footer {
	/*background-color: #ddddbb;*/
		font-size: small;
			position: fixed;
			bottom: 0;
			left: 0;
			padding: 1%;
			color:#0056b3;
			width: 19%;

}

/* This code makes images resize when the div's are measured in % */
img{
	max-width: 100%;
	max-height: 200px:;
}
	/*height: auto;
}*/ 

/* unvisited link */

a:link {
    color: #0056b3;
    text-decoration: none;

}

/* visited link */

a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000;
background-color: #a3a375;
}

.nobackground a:hover {
    color: #000;
background-color: #e6f2ff;
}  

.bio {
	padding-right: 30%;
	width: 80%;
}

div#index {
height: 100px;
overflow-y: scroll;

}

/* this is for smart phones, can also hide and show 
different versons phone head and computer head if you search the codes */

@media screen and (max-width: 640px) and (min-width: 300px){

	h1{font-size: 80%;}
	h2{font-size: 65%;}
	h3{font-size: 45%;}
}





