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

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

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

li {
    color: white;
    text-align: left;
}

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

p {
	font-family: "Courier New";
}

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

.orks-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.nav-links {
    display: inline-block;
    margin: 0;
    padding: 0;
}

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

.nav-links a:hover {
    background-color: #6e7f81;
    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;
}

.construction-container {
    background-color: #227628;
    color: #ba4141;
    margin-left: auto;
    margin-right: auto;
}


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

    .construction-container {
	width: 100%;
    }

    .orks-img {
	width: 100%;
    }

/*    .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%;
    }

}
