/*This is the navbar at the top*/
#navbar {
	width: 100%;
	height: 60px;
	background-color: black;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
}

/*This is the logo within the navbar*/
.logo {
	height: 60px;
	width: auto;
	float: left;
}

/*This is for the buttons in the navbar*/
.navbar-button {
	width: 100px;
	height: 50px;
	background-color: black;
	color: white;
	text-align: center;
	font-family: sans-serif;
	font-size: 30px;
	margin-top: 10px;
}

/*This is the container the content will go into*/
#container {
	bottom: 0;
	width: 80%;
	margin-left: 10%;
	border-width: 2px;
	border-color: black;
	border-left: solid;
	border-right: solid;
	height: 100%;
}

/*This is the main image on each page*/
.img-main {
	width: 100%;
	border-bottom: solid;
	border-width:2px;
	margin-top: 50px;
}

/*This is for the images in the table on the media page*/
.img-media {
	width: 100%;
}

/*This is for links within the body of the page*/
.body-link {
	color: black;
	text-decoration: underline;
}

.scratch-game {
	width: 485px;
	height: 402px;
	margin-left: 30%;
	margin-top: 60px;
}

p {
	font-family: sans-serif;
	font-size: 30px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a {
	text-decoration: none;
	color: white;
}

li {
	font-family: sans-serif;
	font-size: 30px;
}