@charset "utf-8";

/*



*/


@font-face {
	font-family: arcade;
	src: url('pressStart.ttf') format('truetype');
}



/* HTML and Body Styles */

html {
	background: url(spacebackground.jpeg) center center / cover no-repeat fixed;
	height: 100%;
	font-family: Verdana, sans-serif;
}


body {
   background: black;   
   box-shadow: rgb(51, 51, 51) 5px 0px 15px,
               rgb(51, 51, 51) -5px 0px 15px;
   margin: 10px auto;
   height: 100%;
   min-width: 500px;
   max-width: 1024px;
   color: white;
}

/* Body and Header Styles */

body header img {
	display: block;
	width: 100%;
}


h3 {
	width: 33%;
	align-items: center;
	padding-left: 10px;
	padding-top: 10px;
}

header {
	background-color: rgb(16, 16, 16);
}
	
	
/* Navigation Styles */	
	
nav.horizontal {
	background-color: rgb(16, 16, 16);
	width: 100%;
	height: 35px;
}

nav.horizontal ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 90%;
	list-style-type: none;
}

nav.horizontal a {
	color: green;
	text-decoration: none;
}

nav.horizontal li{
	display: block;
	flex: 0 1 auto;
}

nav.horizontal a:hover, nav.horizontal a:active {
   color: white;
}

/* Audio and Video Styles */

video {
	display: block;
	width: 85%;
	margin: 40px auto 40px auto;

}

aside {
	display: block;
	width: 85%;
	margin: 40px auto 40px auto;
}

audio {
	display: block;
	margin: 80px auto 40px auto;
}