body {
    margin: 0;
    padding: 0; 
    background-color: rgb(75,75,75);
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Bowlby One SC', cursive;
    font-weight: 100;
}

h2 {
    font-size: 36px;
}

.a-main-wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.a-main-container {
    max-width: 1366px;
    min-width: 720px;
    margin: 0 auto;
    background-color: #1e2a33;
    border-left: solid 2px #1e2a33;
    border-right: solid 2px #1e2a33;
    box-shadow: 0px 20px 30px rgba(50,50,50,0.8);
}

.a-press-link a {
    color:#FFF;
    text-decoration: none;
}

.a-press-link a:hover {
    color: rgb(0, 163, 228);
}

footer {
    padding: 32px 16px;
}

footer .a-nav ul {
    text-align: center;
    padding: 16px;
}

/* Screenshots */
.a-screenshot-container {
    padding-top: 24px;
    padding-bottom: 40px;
    background: black;
    width: 100%;
}
.a-screenshot-label{
    text-align: right;
    padding-top: 16px;
    padding-right: 210px;
}
.a-screenshot-placeholder {
    display: inline-block;
}
.a-screenshot-placeholder img {
    width: 100%;
    height: auto;
}
/* Site Headder and Social Icons */
.a-nav {
    padding-top: 4px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1366px;
}
.a-nav span {
    float: left;
}
.a-nav span h1 {
    margin: 0 0 0 16px;
    font-size: 24px;
    color: rgb(100,100,100);
}
.a-nav ul {
    padding: 0;
    margin: 8px 0 0 0;
    text-align: right;
    text-decoration: none;
}
.a-nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 8px 8px 0;
}
.a-nav ul li img {
    width: 28px;
    height: 28px;
}

.a-header {
    background: no-repeat center url("../img/apocalyptic-adventure-hero.jpg");
    height: 1183px;
}

/* Promo Video */
.a-header h1 {
    margin-top: 740px;
}
.a-video-content {
    margin: 0 auto; 
    width: 560px; 
    height: 315px; 
    background-color: white;
}
.a-video {
    text-align: center;
    margin-top: -100px;
}
.a-link-steam {
    color: white;
}
.a-link-steam:hover {
    color: rgb(0, 163, 228);
}


/* Supported Platforms with Media Queries */
.a-game-download-container {
    text-align: left;
    margin-left: 350px;
}
.a-game-supported-platforms {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-start;
}
.a-game-supported-platforms {
    text-align: left;
    margin-left: 400px;
}
.a-game-supported-platforms h2 {
    margin-top: 12px;
}
.a-game-supported-platforms span img {
    margin-top:21px;
    margin-left: 30px;
    width: 78%;
    height: auto;
}
.a-game-supported-platforms .a-game-supported-oculus {
    padding-top: 32px;
    width: 100%;
    margin-left: 30px;
}

/* Blueprit Features with Wooden Planks */
.a-game-features {
    position: relative;
    top: -40px;
    margin-bottom: -70px;
    overflow: hidden;
    width: 100%;
    min-width: 800px;
    max-width: 1366px;
    background-image: linear-gradient(#1e2a33, black);
}

.a-blueprint-backdrop {
    display: flex;
    width: 100%;
    height: 1414px;
    margin-top: 100px;
}

.a-blueprint-back-left {
    height: 1138px;
    max-width: 410px;
    width: 100%;
    background: no-repeat url("../img/apocalyptic-adventure-sky-left.gif");
}
.a-blueprint-back-right {
    height: 1285px;
    max-width: 224px;
    width: 100%;
    background: no-repeat url("../img/apocalyptic-adventure-sky-right.gif");
}
.a-blueprint-image {
    width: 100%;
    text-align: center;
    padding: 8px 0 0 0;
}

.a-blueprint-image img {
    border: solid 1px #ffffff;
}

.a-blueprint {
    flex-shrink: 1;
    align-items: flex-start;
    width: 100%;
    background: url("../img/apocalyptic-adventure-blueprint.png");
    margin-top: 100px;
    margin-bottom: 200px;
    box-shadow: 0px 10px 10px rgba(10, 10, 10, 0.8);
}

.a-blueprint-inner {
    margin: 2%;
    border: solid 2px rgba(255, 255, 255, 0.7);
    height: auto;
    font-size: 16px;
    padding: 170px 16px 32px 16px;
    text-align: left;
}

.a-blueprint-inner h4 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 8px;
}

.a-blueprint-inner h5 {
    font-size: 18px;
    margin: 0;
}

.a-woodenplank {
    background:no-repeat url("../img/apocalyptic-adventure-wooden-plank.png");
    width: 1277px;
    height: 137px;
    position: absolute;
}
.a-woodenplank-container-top {
    position: absolute;
}
.a-woodenplank-container-bottom {
    position: absolute;
    top: 1095px;
    left: -100px;
    height: 300px;
}