body {
    /*background: #ccc url(../images/background.jpg) no-repeat center fixed;*/
    background: #181818;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
}

a {
    color: #d3cef7;
}

a:hover {
    text-decoration: underline;
}

#MainSection {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    z-index: 50;
    position: relative;
}

@media screen and (max-width: 1400px) {
    #MainSection {
        width: 95%;
    }
}

#topBar {
    background-color: #070707;
    text-align: center;
    margin-bottom: 30px;
    padding: 5em 0;
    letter-spacing: 23px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#header {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

#header img {
    max-width: 470px;
}

#topNav {
    text-transform: uppercase;
    font-size: 14px;
}

#topNav a {
    background: #162f2b;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 2px;
    padding: 10px 18px;
    border-radius: 5px;
    display: inline-block;
}

#topNav a:hover {
    background: #303037;
    color: #fff;
    text-decoration: none;
}

#section {
    clear: both;
    margin: 0;
    padding: 10px 0 0;
}

#footer {
    background: #162f2b;
    font-size: 10px;
    text-transform: uppercase;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 0.4em;
    justify-content: space-around;
    box-shadow: 0 10px 35px #060606;
}

#BottomBarContent {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

#Credits {
    float: left;
    padding: 10px;
    display: flex;
}

#BackToTop {
    float: right;
    padding-right: 10px;
}

#BackToTop a {
    background: #212121;
    color: #bbb;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

#BackToTop a:hover {
    background: #303037;
    color: #bbb;
    text-decoration: none;
}

#ContactPage {
    width: 450px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -120px;
}

#ContactPage #blocker {
    margin-top: 10px;
    background: #1e1e1e;
    padding: 20px;
    font-size: 14px;
}

#ContactPage h2 {
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #da2a2a;;
}

#EmailLogo {
    background: url(../images/email.png);
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}