﻿body {
	padding: 10px 10% 25px 10%;
	text-align: center;
}

h1 {
    width: 100%;
    font-size: 12vw;
    color: gold;
    margin-bottom: 0;
}

p {
	width: 100%;
	text-align: left;
}

#difficultMission {
	color: #8B0000;
	font-style: italic;
}

#center p {
	background: #0b0b0b;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: forestgreen;
}

.centerImages {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gold {
	color: gold!important;
}

.imgProp {
    width: auto;
    max-width: 100%;
    padding: 20px;
}

.centerImages:first-child {
	margin-top: 60px;
}

#spaceship {
	bottom: -15px;
	z-index: 1;
	position: fixed;
	display: block;
}

#sfcml5bz93uce7kw5wnyde6suzcy63ds6fn {
	display: block;
	margin-bottom:20px;
}
#DarkConquest {
	-webkit-animation: boss 10s infinite alternate;
	animation: boss 10s infinite alternate;
	top: -500px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	animation-iteration-count: 2;
}

@-webkit-keyframes boss {
    100% { 
		transform: translateY(1500px);
	}
}

@keyframes boss {
	100% { 
		transform: translateY(1500px);
	}
}

@media (max-width: 1024px) {
	h1 {
		margin-bottom: 70px;
	}

	.centerImages {
		text-align: left;
			}

    .imgProp {
        width: auto;
        max-width: 100%;
        padding: 0 0 100px 0;
    }

    .imgProp:first-child {
        margin-top: 120px;
    }
}