html {
}

body {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 1.4vw;
	background-color: #121c24;
}

a {
	text-decoration: none;
	color: white;
}

.header {
	font-family: 'Permanent Marker', cursive;
	color: white;
	font-size: 4vw;
	position: fixed;
	left: 8vw;
	top: 4vh;
}

.season-list {
	position: fixed;
	left: 4vw;
	margin-top: 15vh;
	font-size: 2.5vw;
	line-height: 180%;
}

.numbers li:hover {
	color: #fbe700;
}

.eptitles li:hover {
	color: white;
}

ul {
	list-style-type: none;
}

.eptitles {
	font-size: 1.5vw;
	line-height: 160%;
	display: none;
	margin-left: 15vw;
	position: fixed;
	top: 20vh;
}

.descrip {
	top: 11vw;
	left: 62vw;
	display: none;
	overflow: auto;
	position: fixed;
	line-height: 160%;
}

.circle {
	width: 1.25vw;
	height: 1.25vw;
	margin: 0.5vw;
	border-radius: 50px;
	background-color: #fbe700;
	display: inline-block;
}