.landing{
	background:url("images/landingpage.jpeg") no-repeat left center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	Z-index:-100;
	font-family:Trajan Pro 3;color:#000000;font-size:24px;
}
.code-box{
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	font-family: monospace;
	overflow-x: auto;
}
.games{
	background:url("images/gamespage.jpg") no-repeat left center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	Z-index:-100;
	font-family:Trajan Pro 3;color:#000000;font-size:24px;
}
.about{
	background:url("images/aboutpage.jpeg") no-repeat left center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	Z-index:-100;
	font-family:Trajan Pro 3;color:#000000;font-size:24px;
}
.news{
	background:url("images/newspage.jpg") no-repeat left center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	Z-index:-100;
	font-family:Trajan Pro 3;color:#000000;font-size:24px;
}
.media{
	background:url("images/mediapage.jpeg") no-repeat left center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	Z-index:-100;
	font-family:Trajan Pro 3;color:#000000;font-size:24px;
}
.bridget{
	Z-index:-100;
	font-family:Trajan Pro 3;color:#000000;font-size:24px;
}
.current{
	color:gold
}
a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: gold;
	background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
h1{
    font-family: "Trajan Pro 3 Semibold";
	font-size: 45px;
	color: #FFFFFF
    }
h2{
    font-family: "Trajan Pro 3 Semibold", serif;
	font-size: 64px;
	color: #000000
    }

h3{
    font-family: "Trajan Pro 3 Semibold", serif;
	font-size: 36px;
	color: #000000
    }

#content {
    position: relative;
}
#content img {
    position: absolute;
    top: 0px;
    right: 0px;
}
footer {
	font-family: 'Trajan Pro 3';
	font-size: 16px
}