body {
    font-family: sans-serif;
    background-color: #fff;
    align-content: center;
    text-align: left;
    margin: 0;
    padding: 0;
}
#pageHeader {
    height: 500px;
    max-width: 100%;
    background-color: #010101;
    margin: auto;
    position: relative;
}
#headerBackground {
    background-image: url("../img/the-pathless-2018127930484_4.jpg");
    background-position: center;    
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -25px 0 25px 5px black inset, 25px 0px 25px 5px black inset;
    max-width: 1500px;
    height: 500px;
    margin:auto;
}
.screen {
    position: relative;
    max-width: 100%;
    height: 100%;
    background-color: #00000088;
}
#headerText {
    color: #fff;
    text-align: center;
    padding: 350px 0px 0px 0px;
    max-width: 80%;
    margin: auto;
    font-weight: 900;
}
#spam-header-featureArticle {
    border-top: #1eb9c7 solid 4px;
    padding: 1px; 
}
article {
    margin:auto;
    max-width: 1000px;
    align-content: center;
}
.subtitle {
    font-weight: 200;
    text-align: center;
}
.credits {
    text-align: center;
}
aside {
    max-width:300px;
    height: 90px;
    margin: 30px;
    float:right;
    padding: 10px;
}
aside hr {
    border: 1px solid #eee;
}
aside a {
    color: black;
}
aside .littletext {
    font-size: 9pt;
    font-style: oblique;
}
#asideGameCard {
    margin: 10px;
}
#asideImg {
    width:75px;
}
.twitter {
    fill:#de004a;
}
.twitter:hover {
    fill: #fe005a;
}
#video {
    max-width: 700px;
    margin: 20px auto;
    padding:25px;
    height: auto;
    border-bottom: 1px solid #d90077;
    align-content: center;
}
#video p {
    text-align: center;
}
#video p em {
    font-weight: bold;
    font-style: normal;
}
#video video {
    width: 100%;
    height: auto;
    margin:auto;
}
article figure img {
    align-content: center;
    max-width: 100%;
    height: auto;
    margin:auto;
}
p {
    max-width:700px;
    margin: 20px auto;
}
a {
    color: #de004a;
    text-decoration: none;
}
a:hover {
    color:#fe005a;
}
figcaption {
    color: #888;
    text-align: center;
    font-weight: lighter;
    font-style: italic;
    border-bottom: 1px solid #d90077
}
footer {
    max-width:1000px;
    margin:auto;
    text-align: left;
}
footer h3 {
    text-align: center;
}
.hashtags {
    text-align: left;
    
}
.italic {
    font-style: italic;
}
.smallText {
    font-size: 11pt;
}
