
body {
	background-color: #000000;
	background-image: none;
	/* background-size: 100% 100%; */
	font-family: 'Khula', 'Sarala', 'Lato', 'Arimo', sans-serif;
	font-size: 100%;
    
}



/* LAYOUT */

#main-bio {
	position:relative;
	top: 20px;
	left: 15%;
	right: 60px;
    width: 75%; 
    /* height: 300px; */
    /* border: 1px solid white; */
    clear: both;
}

ul.bullet-list	{
	list-style-position: inside;
	text-indent: -1.2em;
	color:#FFFFFF;
	font-family: 'Khula', 'Sarala', 'Lato', 'Arimo', sans-serif;
    font-size: 1.2em;
	word-spacing: 0.6em;
	margin-left: 30px;
	overflow:hidden;	/* prevent bottom list elements from clearing image float */
}

@media only screen and (max-width: 1500px) {
body { font-size:75%;}

p	{ 
	font-size: 1.8em;
	}
	
ul.bullet-list	{
    font-size: 1.8em;
	}
}


@media only screen and (max-width: 1000px) {
body { font-size:55%;}
}
