body{
	/*color: #29d07e;*/
	color: #fadcca;
	background-image: url('../Images and GIF/Backgrounds/black-stars.png');
	max-width: 60%;
  	margin: 0 auto;
}

h1{
	text-align: center;
	color: #fadcca;
}

h2, h3 {
	color: #5688e7;
	font-family: "Courier New";
	text-align: center;
}


a {
	color: #ec5757;
	text-decoration: none;
}

p {
	font-family: "Courier New";
	text-align: center;
}

.mainSection {
    display: block;
    padding: 1%;
    align-items: center;
    margin: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: black;
    border: 1px solid #fadcca;
    box-shadow: 5px 5px #29d07e;
}

#games-button {
    text-align: center;
}

#games-button {
    padding-left: 0;
}

#games-button li {
    display: inline-block;
    height: 150px;
    width: 150px;
    position: relative;
}

p img, li img, h1 img, h2 img, h3 img, h4 img, dt img, .inline {
	vertical-align: middle ;
	max-width: 1em;
	max-height: 1em;
	border: none ;
	display: inline ;
}

img {
	max-width: 90% ;
	margin: auto ;
	display: block ;
	border: solid 5px beige ;
}

#games-button img {
    height: 80%;
    width: 80%;
    max-height: none;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#games-button .title, #games-button li:hover .desc {
	display: block ;
	position: absolute ;
	color: white ;
	width: 100% ;
	text-align: center ;
	top: 50%;
  	transform: translateY(-50%);
	border-radius: 1em ;
	font-size: large ;

}

#games-button .title {
	font-size: xx-large ;
	background-color: rgba(3,3,3,0.6) ;
}

#games-button li:hover .desc {
	background-color: rgba(3,3,3,0.9) ;
}

#games-button li:hover .title, .desc, .tags {
	display: none ;
}

footer {
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.nav-links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav-links a {
    color: #08d1a5;
    transition: background-color 0.3s;
}

.nav-links a:hover {
    background-color: #6f1e37;
    color: #ff4b66;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-image: url('../Images and GIF/Backgrounds/space-stars.png');
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Arial';
}

nav ul li {
    display: block;
    padding: 5px;
    margin: 5px;
    font-size: 20px;
    float: left;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

#marine {
    background-image: url('../Images and GIF/Backgrounds/space-marine-pixel1.png');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: left bottom;
    float: left;
    position: fixed;
    min-width: 100%;
    top: 0;
    bottom: -20px;
    right: 5px;
    opacity: 1.0;
    z-index: -1;
}


/* Mobile screen */
@media screen and (max-width: 768px){
    #marine {
        display: none;
    }

/*    .nav-links {
	width: 100%;
	flex-direction: column;
	position: absolute;
	top: 60px;
	left: 0;
	background-image: url('Images and GIF/Backgrounds/black-stars.png');
	background-color: white;
    }*/

    .navbar {
        width: 100%;
    }

}
