@charset "UTF-8"; 
@import url("webfonts/Aurebesh_Italic/stylesheet.css");
@import url("webfonts/Distant_Galaxy/stylesheet.css");


*, *:before, *:after {
	box-sizing: border-box;
}

body {
	background-image: url("Assets/Graphics/SkyBkgd.png");
    background-repeat: repeat;
}

#container {
	background-color: #000000;
	width: 960px;
	margin: auto;
	padding: 30px;
	color: #D89B00;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

a:link, a:visited   {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
}

a:hover, a:active   {
	color: #FFD700;
	text-decoration: none;
	font-size: 1.1em;
}

img {
	margin: 10px;
}

header {
	margin-top: 75px;
	height: 235px;
	width: 900px;
	padding: 15px;
	text-align: center;
	background-image: url(Assets/Images/Droids.jpg); /* Sourced from Pixabay */
}

nav {
	overflow: hidden;
    position: fixed;
    top: 22px; 
	background-color: #131862;
	height: 75px;
	width: 870px;
}

nav ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav li {
	margin-left: 15px;
	margin-right: 15px;
	flex-basis: 15%; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 0.75em;
	display: flex; 
	justify-content: center; 
	align-items: center;
	text-align: center;
}

nav em {
	font-family: "Aurebesh Italic", serif;
	margin: 5px;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

main {
	margin-top: 10px;
}

h1, h2, p {
	margin: 15px;
}

section {
	background-color: #131862;
	width: 665px;
	margin: 15px;
	padding: 5px;
} 

section h1 {
	font-size: 1.6em;		
}

section h2 {
	font-size: 1.25em;	
}

section em, nav em {
	color: #FFD700;	
}

#AboutDarkAndLight {
	display: flex; 
	justify-content: center; 
	width: 695px;
}

#AboutDarkAndLight h1, #AboutDarkAndLight h2, #AboutAlliance h1 {
	text-align: center;	
}

#AboutAlliance img, #AboutDarkAndLight img {
	height: 100px;
}

.AboutContent {
	display: flex;
	justify-content: space-around;
}

AboutCody img {
	order: 1;
}

#AboutCody p {
	order: 2;
}

aside {
	float: right;
	width: 150px;
	margin: 15px;
}

audio {
	width: 150px;
}

h1 em {
	font-family: "Distant Galaxy", serif;
	color: #D89B00;	
	margin: 5px;
	font-style: normal;
}

.PotluckList em {
	color: #D89B00;
}
