body{
	background: #161B16;
	font-family: arial;
	font-weight: bold;
	font-size: 1rem;
	color: #E2E8E2;
	}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

a{
    text-decoration: none;
	color: #E2E8E2;
}

a:hover{
	color: #8FBC8F;
	}

.resize img{
	max-width: 100%;
	height: auto;
	}
	
#container{
	max-width: 800px;
	width: 100%;
	}
	
.nav{
	font-family: arial;
	font-weight: bold;
	font-size: 2rem;
	text-transform: lowercase;
	}
	
.title{
	font-family: arial;
	font-weight: bold;
	font-size: 4rem;
	text-transform: lowercase;
	}
	
.episodetitle{
	font-family: arial;
	font-weight: bold;
	font-size: 2rem;
	text-transform: uppercase;
	}

.genheader{
	font-family: arial;
	font-weight: bold;
	font-size: 3rem;
	text-transform: Capitalize;
	}
	
.archivelist{
	text-transform: Capitalize;
	}
	
audio { 
            width: 100%; 
            margin: 25px 0; 
            border-radius: 4px; 
        }