/* CSS Document */

body{
	background-color: #00001f;
	background-image: linear-gradient(to bottom right, #00001f, #000030);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	display: flex;
	flex-direction: column;
	font-family: serif;
}


h1 {
    text-align: left;
	margin-left: 20px;
    font-family: serif;
    font-weight: normal;
    color:#000000;
    font-size: 60px;
    text-shadow: 0 0 5px #009485, 0 0 2px #89b3dd, 0 0 9px #2497f2;
	transition: text-shadow 0.7s;
}

	h1:hover {
		text-shadow: 0 0 5px #ff0000, 0 0 2px #89b3dd, 0 0 9px #2497f2;
	}

.topnav {
	overflow: hidden;
	background-color: #0c164f;
	background-image: linear-gradient(to bottom, #0c164f, #09103c);
	float:left;
	font-family: serif;
}

	.topnav a {
		float: left;
		display: block;
		color: #89b3dd;
		text-align: center;
		padding: 20px 18px;
		text-decoration: none;
		font-size: 17px;
		border-bottom: 5px solid transparent;
		transition: color 0.4s, background-color 0.4s, border-bottom 0.4s, background-image 0.4s;
	}

		.topnav a:hover {
			background-color: #182b9c;
			background-image: linear-gradient(to bottom right, #182b9c, #13227d);
			color: #009485;
			border-bottom: 5px solid #009485;
		}

		.topnav a.active {
			background-color: #89b3dd;
			background-image: linear-gradient(to bottom right, #89b3dd, #3476b7);
			color: #101f37;
			font-weight: bold;
			border-bottom: 5px solid #009485;
			transition: color 0.4s, background-color 0.4s;
		}

.header {
	display: block;
}

	.header h1 {
		text-align: center;
		margin-bottom: 10px;
		font-family: serif;
		font-weight: normal;
		color:#000000;
		font-size: 100px;
		text-shadow: 0 0 5px #009485, 0 0 2px #89b3dd, 0 0 9px #2497f2;
		transition: text-shadow 0.6s;
	}

		.header h1:hover {
			text-shadow: 0 0 5px #ff0000, 0 0 2px #FF4141, 0 0 9px #FF7070;
		}

	.header p {
		text-align: center;
		font-family: monospace;
		color: #89b3dd;
		font-size: 15px;
		padding-top: 0px;
		padding-bottom: 5px;
	}

	.header img {
		float: right;
		margin: 0vw 0vw 0vw 3vw;
		width: 20%;
	}


.about {
	display: block;
	background-image: linear-gradient(to bottom right, #101f37, #0e1c31);
	box-shadow: 2px 2px 5px #00001f;
	background-color: rgba(0,148,133,0.20);
	width: 40vw;
	margin-left: 2vw;
	margin-right: 2vw;
	border: 0.3vw groove #89B3DD;
}

	.about h2 {
		text-align: center;
		font-size: 40px;
		color: #89b3dd;
		text-shadow: 1px 1px 5px #00001f;
	}

	.about h3 {
		text-align: left;
		margin-left: .6vw;
		font-size: 30px;
		color: #009485;
		text-shadow: 1px 1px 5px #00001f;
	}

	.about p {
		text-align: left;
		margin-left: 0.5vw;
		font-size: 16px;
		color: #009485;
		text-shadow: 1px 1px 5px #00001f;
	}

	.about ol li {
		text-align: left;
		margin-left: 0.5vw;
		font-size: 18px;
		color: #009485;
		text-shadow: 1px 1px 5px #00001f;
	}

	.about a {
		text-decoration: none;
	}

		.about .spotify a {
			color: #1ed760;
			text-shadow: 1px 1px 5px #001f00;
			transition: color 0.2s, text-shadow 0.2s;
		}

			.about .spotify a:hover {
				color: #168d40;
				text-shadow: 1px 1px 5px #191414;
			}

			.about .spotify a:active {
				color: #8aeeae;
				text-shadow: 1px 1px 5px #168d40;
			}

		.about .amazon a {
			color: #0dbff5;
			text-shadow: 1px 1px 5px #002a45;
			transition: color 0.2s, text-shadow 0.2s;
		}

			.about .amazon a:hover {
				color: #0077c1;
				text-shadow: 1px 1px 5px #001d2f;
			}

			.about .amazon a:active {
				color: #ff9900;
				text-shadow: 1px 1px 5px #3e2500;
			}

		.about .iheartradio a {
			color: #c6002b;
			text-shadow: 1px 1px 5px #250008;
			transition: color 0.2s, text-shadow 0.2s;
		}

			.about .iheartradio a:hover {
				color: #90001f;
				text-shadow: 1px 1px 5px #180005;
			}

			.about .iheartradio a:active {
				color: #ff2f5c;
				text-shadow: 1px 1px 5px #a10023;
			}

.about .twitch a {
	color: #6441a5;
	text-shadow: 1px 1px 5px #1c122f;
	transition: color 0.2s, text-shadow 0.2s;
}

.about .twitch a:hover {
	color: #40296a;
	text-shadow: 1px 1px 5px #170f27;
}
.about .twitch a:active {
	color: #b9a3e3;
	text-shadow: 1px 1px 5px #6441a5;
}

	.about img {
		position: static;
		float: right;
		margin: 0px 0px 0px 20px;
		height: 100%;
		width: 35%;
		word-wrap: break-word;
		border: transparent;
		border-left: 2px solid #89b3dd;
		border-bottom: 2px solid #89b3dd;
		margin-right: 0px;
	}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #00001d;
	border-radius: 4px;
	background-color: #002521;
	background-image: linear-gradient(to bottom, #20476f, #183553);
}

::-webkit-scrollbar-thumb {
	background-color: #009485;
	background-image: linear-gradient(to bottom, #009485, #006056);
	border-radius: 4px;
	transition: background-color 0.4s, background-image 0.4s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #004a42;
	background-image: linear-gradient(to bottom, #006056, #004a42);
}

@media screen and (max-width: 600px) {
	
	.header h1 {
	float: none;
	font-size: 80px;
	margin: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
	}
	
	.header p {
	font-size: 15px;
	}
	
  .topnav a {
    float: none;
    display: block;
    text-align: left;
	}

	.about{
	float: none;
	text-align: left;
	width: 100%;
	margin: 0px;
	}
	
	.about h2 {
		font-size: 50px;
	}
	
	.about h3 {
		margin-left: 10px;
		font-size: 40px;
	}
	
	.about ol li {
		font-size: 20px;
	}
	
	.about img {
		display: none;
	}
	
	.about p {
		text-align: center;
		font-size: 20px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 600px) {
	
	.header h1 {
		font-size: 7vw;
	}
	
	.header p {
		font-size: 13px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.about {
		float: none;
		padding-bottom: 0px;
		width: 95%;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.about h2 {
		font-size: 3.5vw;
	}
	
	.about h3 {
		font-size: 3vw;
	}
	
	.about ol li {
		font-size: 2.5vw;
	}
	
	.about p {
		font-size: 2vw;
	}
	
	.about img {
		position: static;
		border-bottom: 5px solid #89b3dd;
		border-left: 2px solid #89b3dd;
		margin-right: 0px;
	}
}