@font-face {
  font-family: "Garaje Monospace";
  src: url("/fonts/GarajeMonospace0504-Black.woff2"), url("/fonts/GarajeMonospace0504-Medium.woff2"), url("/fonts/GarajeMonospace0506-Black.woff2");
}

body {
	background-color: black;
}

a:link {
	color: white;
	text-decoration: none !important;

}

a:visited {
  color: white;
}

a:hover {
  color: #d7d7d7;	
}

a:active {
  color: white;
}


#top {
	position: fixed;
	width: 99%;
	padding-top: 2.2%;
	padding-bottom: 3%;
	margin-top: -10px;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,255) 15%);
}

#top img {
	width: 28%;
	text-align: center;
    margin:auto;
    display:flex;
}

#prez {
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size: 2vw;
	font-weight: 900;
	text-align: left;
	width: 80%;	
	padding-top: 15%;
	margin-left: 10%;
	line-height: 2.3vw;
	color: white;	
}

#collab {
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size: 2vw;
	font-weight: 900;
	text-align: center;	
	margin-left:auto;
	margin-right:auto;
	padding-top: 3%;
	line-height: 2.3vw;
	color: white;	
}

.bios {
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size: 1vw;
	font-weight: 800;
	text-align: left;	
	padding-top: 3%;
	margin-left: 10%;
	width: 80%;
	line-height: 1.2vw;
	color: white;	

}

.bios p {
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size:1vw;
	font-weight:500;
	text-align: left;
	margin-top: 0px;
	line-height: 1.2vw;
	color: white;	

}

#weblink-1 {
	border: solid .2vw white;
	padding: 1%;
	width: 35.2%;	
	color: white;	
}

#weblink-2 {
	border: solid .2vw white;
	padding: 1%;
	width: 33.5%;
	color: white;	
}

#more_info {
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size:2vw;
	font-weight: 900;
	text-align: left;	
	margin-top: 18%;
	line-height: 2.1vw;
	margin-left: 10%;
	border: solid .2vw white;
	padding: 1%;
	width: 34.9%;
	color: white;	
}

#credits {
	text-align: left;	
	margin-top: 4.5%;
	margin-left: 10%;
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size:1vw;
	font-weight: 500;
	text-align: left;
	line-height: 1.2vw;
	color: white;	
}

#credits_title {
	text-align: left;	
	font-family:"Garaje Monospace 0506", sans-serif;
	font-size:1vw;
	font-weight: 900;
	text-align: left;
	margin-bottom: -1vw;
	line-height: 1.2vw;	
	color: white;	
}

#credits_bold {
	text-align: left;	
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size:1vw;
	font-weight: 900;
	text-align: left;
	margin-bottom: -1.2vw;
	line-height: 1.2vw;	
	color: white;	
}

#icon {
	margin-top: -4.5%;
	margin-left: 51%;
}

#icon img {
	width: 9%;
}

#icon p {
	font-family:"Garaje Monospace 0504", sans-serif;
	font-size:2vw;
	font-weight: 900;
	text-align: left;	
	margin-top: -10.1%;
	line-height: 2.1vw;
	margin-left: 13%;
	border: solid .2vw white;
	padding: 2.1%;
	width: 50.4%;
	color: white;	
}



footer {
	height: 100px;
}

