body {
    margin: 0;
    padding: 0;
}
.loading {
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 200;
    background-color: #3a3a3a;
    display: flex;
    flex-direction:column;
    justify-content: center;
}
.loading-container {
    width: 100%;
}
.loader {
    border: 0px solid black;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 5s linear infinite; /* Safari */
    animation: spin 5s linear infinite;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.saving {
  font-size: 40px;
}
.saving span {
  font-size: 50px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.saving span:nth-child(2) {
  animation-delay: .2s;
}
.saving span:nth-child(3) {
  animation-delay: .4s;
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@-webkit-keyframes blink {
  0% {
    -webkit-opacity: .2;
  }
  20% {
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: .2;
  }
}
.coin-spinner {
    max-width: 100%;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
h2, h3, p {
    font-family: double-pica-sc, serif;
    font-weight: 400;
    font-style: normal;
}
h1, h4, h5 {
    font-family: dharma-gothic-e, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.container {
    overflow: hidden;
}
.section {
    height: 175vh;
    width: 100%;
    background-size: cover;
    background-color:  black;
}
.display {
    width: 100%;
    height: 160vh;
    position: absolute;
    list-style: none;
    overflow: auto;
}
.always-advance {
    background-image: url(GreyBackground.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}
.always-advance h1 {
    width: 50%;
    margin: auto;
    font-size: 3.5em;
}
.GoldenKnights {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 10px;
}
.AlwaysAdvance {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 0px;
}
.header-body {
    height: 80%;
    width: 100%;
    z-index: 3;
    background-image: url(header-background.jpg);
    background-size: cover;
    background-position: center;
/*                overflow: hidden;*/
    position: absolute;
    top: 0;
}
.keyhole {
    z-index: 4;
    width: 15%;
    height: 20%;
    margin: auto;
    margin-left: 42.5%;
    margin-right: 42.5%;
    padding-bottom: 30px;
    padding-top: 100px;
}
.keyhole img {
    max-width: 100%;
}
.paper-click {
    z-index: 4;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 50px;
}
.paper-click img {
    max-width: 100%;
}
.enter-click {
    z-index: 25;
    position: relative;
    top: 60;
    left: 20%;
}
.coins {
    display: block;
    width: 120%;
    position: relative;
    top: -100%;
    z-index: 2;
}
.coin-left {
    height: 100%;
    width: 50%;
    float: left;
    background-image: url(CoinPile_Left_082520.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
/*                overflow: hidden;*/
    position: relative;
    z-index: 3;
    left: 0;
}
.coin-right  {
    height: 100%;
    width: 50%;
    float: right;
    background-image: url(CoinPile_Right_082520.png);
    background-size: cover;
    background-position:left;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 2;
    right: 16%;
}
.paper-scroll {
    position: absolute;
    z-index: 4;
    width: 100%;
    padding-left: 35%;
    padding-top: 39%;
}

.unveil {
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.preorder-top {
    position: relative;
}
.reveal {
    position: relative;
    background-image: url(VGJ_8766.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.open-space {
    height: 50%; 
}
.video-slider {
    width: 100%;
}
.filigree-slider {
    position: relative;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    transform: translate3d(0,0,0);
}

.goldbar {
    height: 100px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -2;
}
.filigree {
    animation: moveSlideshow 90s linear infinite;
    opacity: .3;
    width: 300%;
    margin-top: 15px;
    height: 70px;
    position: absolute;
}
.rotation {
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(gordo-sprite.jpg);
    background-size: 600%, 100%;
    background-position: left;
    background-repeat: no-repeat;
}
.rotateMe {
    animation-name: rotate-jersey;
    animation-duration: 2s;
    animation-timing-function: steps(5);
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@-webkit-keyframes rotate-jersey {
    0% {
        -webkit-background-position: left;
    } 100% {
        -webkit-background-position: right;
    }
}
@keyframes rotate-jersey {
    from {
        background-position: left;
    } to {
        background-position: right;
    }
}

.info-area {
    overflow: hidden;
    height: 80vh;
    width: 100%;
    background-image: url(VideoBG.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.info-area2 {
    overflow: hidden;
    height: 80vh;
    width: 100%;
    background-image: url(VideoBG.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.info-area3 {
    height: 60vh;
    overflow: hidden;
    width: 100%;
    background-color: black;
    display: inline-block;
}
.close-up {
    position: relative;
    top: 50px;
    width: 50%;
}
.close-up img {
    margin-top: 0%;
    height: 80%;
}
.paper-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    margin: 5%;
    font-size: 1.2em;
}
.paper-text3 {
    position: absolute;
    top: 20;
    width: 70%;
    margin: 5%;
    font-size: 1.2em;
}
.info-paper1 {
    margin-top: 40px;
    position: relative;
    top: 10px;
    right: 5px;
    width: 50%;
    display: block;
    float: right;
    z-index: 25;
    overflow: hidden;
}
.info-paper2 {
    position: relative;
    bottom: 200px;
    left: 200px;
    width: 50%;
    display: block;
    float: right;
    z-index: 25;
    overflow: hidden;
}
.gold-text {
    font-size: 2.5em;
    color: white; /* Assume this will be white if webkit fails */
    text-decoration: none;
    background: url(goldbar.png) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-paper3 {
    position: relative;
    padding-left: 100px;
    margin-top: 50px;
    width: 400px;
    overflow: hidden;
    z-index: 25;
}
.info-video {
    max-width: 50%;
    height: auto;
    float: right;
    margin-bottom: 50px;
    padding-right: 150px;
    overflow: hidden;
}
.youtube {
    width: 675px;
    height: 390px;
}
.player-image {
    background-image: url(Marchy.jpg);
    background-size: cover;
    background-position: center top;
    height: 80vh;
}
.player-image-back {
    background-image: url(Tuch-Back.jpg);
    background-size: cover;
    background-position: center;
    height: 80vh;
}
.explanation {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-image: url(FullUni-BG.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.jersey-mocks {
    max-width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 50px;
    position: relative;
    font-size: 1.5em;
    display: inline-block;
}
.full-uni {
    max-width: 100%;
    z-index: 20;
}
.coin-banner {
    bottom: 0;
    height: 40%;
    width: 100%;
    z-index: -9999; 
}
.detail {
    cursor: pointer;
    max-width: 25px;
}
.detail-box {
    z-index: 25;
    background-color: black;
    color: white;
    padding: 5px;
    width: 80%;
}
#image1 {
    width: 100%;
}
.details1 {
    position: absolute;
    top: 5%;
    right: 30%;
}
.details1-image {
    position: absolute;
    right: 40%;
    top: 5%;
    display: none;
}
.details2 {
    position: absolute;
    top: 18%;
    left: 22%;
}
.details2-image {
    position: absolute;
    right: -9%;
    top: 5%;
    display: none;
}
.details3 {
    position: absolute;
    top: 20%;
    right: 85%
}
.details3-image {
    position: absolute;
    right: 2%;
    top: 5%;
    display: none;
}
.details4 {
    position: absolute;
    top: 24%;
    right: 31%;
}
.details4-image {
    position: absolute;
    right: 37%;
    top: 10%;
    display: none;
}
.details5 {
    position: absolute;
    top: 31%;
    left: 36%;
}
.details5-image {
    position: absolute;
    right: -25%;
    top: 10%;
    display: none;
}
.details6 {
    position: absolute;
    top: 34%;
    right: 9%;
}
.details6-image {
    position: absolute;
    right: 15%;
    top: 10%;
    display: none;
}
.details7 {
    position: absolute;
    top: 36%;
    right: 19%;
}
.details7-image {
    position: absolute;
    right: 25%;
    top: 10%;
    display: none;
}
.details8 {
    position: absolute;
    top: 42%;
    left: 30%;
}
.details8-image {
    position: absolute;
    right: -20%;
    top: 0%;
    display: none;
}
.details9 {
    position: absolute;
    top: 55%;
    left: 6%;
}
.details9-image {
    position: absolute;
    right: 0%;
    top: 5%;
    display: none;
}
.details10 {
    position: absolute;
    top: 70%;
    right: 22%;
}
.details10-image {
    position: absolute;
    right: 30%;
    top: 10%;
    display: none;
}
.preorder {
    height: 20vh;
    background-image: url(GreyBackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.special-offer {
    width: 100%;
    position: relative;
    background-image: url(woodBG.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    z-index: 25;
}
.shop-text {
    font-size: 1.5em;
}
.jersey-offer {
    max-width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-offer {
    max-width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.big-paper {
    position: relative;
    width: 100%;
    height: 100%
}
.jersey-purchase {
    position: absolute;
    top: 1%;
    margin: 10%;
}
#jerseyShop {
    max-width: 100%
}
#VTS {
    max-width: 90%;
    cursor: pointer;
}
#VTS:hover {
    transform: scale(1.1);     
    -webkit-box-shadow: 3px 3px 5px 6px rgb(58, 58, 58, 0.5);  
    -moz-box-shadow:    3px 3px 5px 6px rgb(58, 58, 58, 0.5);  
    box-shadow:         3px 3px 5px 6px rgb(58, 58, 58, 0.5); 
}
.box-purchase {
    position: absolute;
    top: 1%;
    margin: 10%;
}
#jerseyBox {
    max-width: 100%;
    
}
.gold-footer {
    height: 10vh;  
}
.gold-footer img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner {
    width: 100%;
    z-index: 100;
}
@media screen and (min-width: 1600px) {
    .paper-text {
        width: 30%;
        margin: 3%;
        font-size: 1.2em;
    }
}
@media screen and (min-width: 1350px) {
    .paper-scroll {
        position: absolute;
        z-index: 4;
        width: 100%;
        padding-left: 35%;
        padding-top: 25%;
    }
    .explanation {
        width: 100%;
        height: 150vh;
        background-image: url(FullUni-BG.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
}
@media screen and (max-width: 1200px) {
    .close-up {
        position: relative;
        top: 50px;
        left: 30px;
        width: 50%;
    }
    .info-paper1 {
        top: 10px;
        right: 50px;
    }
    .info-paper2 {
        position: relative;
        bottom: 200px;
        left: 10px;
    }
    #first-buy {
        padding-top: 1%;
    }
    .explanation {
        width: 100%;
        height: 100%;
        background-color: white;
    }
    .info-area2 {
        height: 80vh;
    }
    .youtube {
        width: 600px;
        height: 340px;
    }
    .paper-text {
        position: absolute;
        top: -10;
        width: 60%;
        margin-left: 5%;
        margin-right: 10%;
        margin-top: 10%;
        font-size: 1.1em;
    }
    .special-offer {
        height: 80%;
    }
}
@media screen and (max-width: 1000px) {
    .always-advance h1 {
        width: 75%;
        margin: auto;
        font-size: 2em;
    }
    .keyhole {
        padding-top: 70px;
        z-index: 4;
        width: 30%;
        height: 20%;
        margin: auto;
        padding-bottom: 30px;
    }
    .paper-click {
        padding-top: 100px;
        z-index: 4;
        width: 30%;
        margin:auto;
    }
    .coins {
        display: block;
        width: 200%;
        position: relative;
        top: -100%;
        z-index: 2;
    }
    .coin-left {
        height: 100%;
        width: 50%;
        float: left;
        background-image: url(CoinPile_Left_082520.png);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    /*                overflow: hidden;*/
        position: relative;
        z-index: 3;
        left: ;
    }
    .coin-right  {
        height: 100%;
        width: 50%;
        float: right;
        background-image: url(CoinPile_Right_082520.png);
        background-size: cover;
        background-position:left;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        z-index: 2;
        right: 40%;
    }
    .paper-scroll {
        position: absolute;
        z-index: 4;
        width: 100%;
        padding-top: 35%;
        padding-left: 20%;
    }
    .paper-text {
        position: absolute;
        top: -10;
        width: 70%;
        margin-left: 5%;
        margin-right: 10%;
        margin-top: 10%;
        font-size: 1.1em;
    }
    .info-area2 {
        overflow: hidden;
        height: 80vh;
        width: 100%;
        background-color: black;
        display: inline-block;
    }
    .info-area3 {
        height: 40vh;
    }
    .filigree-slider {
        height: 60px;
    }
    .youtube {
        width: 550px;
        height: 300px;
    }
    .explanation {
        width: 100%;
        height: 100vh;
        background-color: white;
    }
    .jersey-mocks {
        max-width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 5%;  
    }
    .full-uni {
        width: 100%;
    }
    .detail {
        padding-top: 10px;
    }
    .special-offer {
        height: 80%;
    }
}
@media screen and (max-width: 850px) {
    .special-offer {
        height: 40vh
    }
    .gold-footer {
        height: 10vh;  
    }
    .reveal {
        background-position: right;
    }
    .close-up {
        position: relative;
        top: 50px;
        left: 30px;
        width: 50%;
        max-width: 80%;
    }
    .close-up img {
        max-width: 170%;
    }
    .info-paper1 {
        top: 10px;
        right: 50px;
    }
    .info-paper1 img {
        width: 100%;
    }
    .info-paper2 {
        position: relative;
        bottom: 200px;
        left: -40px;
    }
    .info-paper2 img {
        width: 100%;
    }
    .info-video {
        max-width: 70%
    }
    .explanation {
        height: 90vh;
    }
    .special-offer {
        height: 180%;
        flex-direction: column;
    }
    .jersey-offer {
        max-width: 100%;
        height: 50%
    }
    .box-offer {
        max-width: 100%;
        height: 50%
    }
}
@media screen and (max-width: 700px) {
    .paper-scroll {
        position: absolute;
        z-index: 4;
        width: 100%;
        padding-left: 18%;
        padding-top: 45%;
    }
    .reveal {
        background-position: right;
    }
    .info-area3 {
        height: 35vh;
    }
    .gold-footer {
        height: 5vh;  
    }
    .gold-text {
        font-size: 1.5em;
    }
    .preorder {
        height: 120px
    }
    .paper-text {
        position: absolute;
        top: 0;
        width: 80%;
        margin: 5%;
        font-size: 1.1em;
    }
    .paper-text3 {
        position: absolute;
        top: 0;
        width: 70%;
        margin: 5%;
        font-size: 1.2em;
    }
    .explanation {
        height: 85vh;
    }
    .special-offer {
        height: 180%;
        flex-direction: column;
    }
    .jersey-offer {
        max-width: 100%;
        height: 50%
    }
    .box-offer {
        max-width: 100%;
        height: 50%
    }
}
@media screen and (max-width: 600px) {
    .paper-scroll {
        position: absolute;
        z-index: 4;
        width: 100%;
        padding-left: 18%;
        padding-top: 60%;
    }
    .gold-footer {
        height: 5vh;  
    }
    .paper-text {
        position: absolute;
        top: 0;
        width: 90%;
        margin: 5%;
        font-size: 1.0em;
    }
    .youtube {
        width: 500px;
        height: 275px;
    }
    .info-area3 {
        height: 30vh;
    }
    .info-paper3 {
        padding-left: 50px;
    }
    .explanation {
        height: 70vh;
    }
}

@media screen and (max-width: 500px) {
    p {
        font-size: .7em;
    }
    .always-advance h1 {
        width: 75%;
        margin: auto;
        font-size: 2em;
    }
    .always-advance h4 {
        width: 20%;
        margin: auto;
        font-size: 1em;
        color: white;
        padding-top: 10px;
    }
    .header-banner {
        width: 100%;
        overflow: none;
        margin: auto;
    }
    .display {
        height: 170vh;
    }
    .keyhole {
        padding-top: 100px;
        z-index: 4;
        width: 50%;
        height: 20%;
        margin: auto;
        padding-bottom: 30px;
    }
    .keyhole img {
        max-width: 100%;
    }
    .paper-click {
        z-index: 4;
        width: 50%;
        margin:auto;
    }
    .paper-click img {
        max-width: 100%;
    }
    .coins {
        display: block;
        width: 170%;
        position: relative;
        top: -100%;
        z-index: 2;
    }
    .coin-left {
        height: 100%;
        width: 50%;
        float: left;
        background-image: url(CoinPile_Left_082520.png);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    /*                overflow: hidden;*/
        position: relative;
        z-index: 3;
        left: ;
    }
    .coin-right  {
        height: 100%;
        width: 50%;
        float: right;
        background-image: url(CoinPile_Right_082520.png);
        background-size: cover;
        background-position:left;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        z-index: 2;
        right: 40%;
    }
    .reveal {
       background-position: center center;
       background-attachment: scroll; 
    }
    .paper-scroll {
        position: absolute;
        z-index: 4;
        width: 100%;
        padding-left: 15%;
        padding-top: 100%;
    }
    .info-area {
        height: 100vh;
        width: 100%;
        background-color: black;
        display: block;
        overflow: hidden;
        background-position: top center;
        background-attachment: scroll;
    }
    .info-area2 {
        height: 65vh !important;
        background-position: top center;
        background-attachment: scroll;
    }
    .info-area3 {
        height: 25vh;
        background-position: top center;
        background-attachment: scroll;
    }
    .close-up {
        width: 100%;
        padding-bottom: none;
    }
    .close-up img {
        max-width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        height: auto;
    }
    .paper-text {
        position: absolute;
        top: 0;
        width: 80%;
        margin: 5%;
        font-size: 1.2em;
    }
    .info-paper1 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        left: 0;
        bottom: 0;
    }
    .info-paper1 img {
        width: 100%;
    }
    .info-paper2 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 19%;
        left: 0;
        bottom: 0;
    }
    .info-paper2 img {
        width: 100%;
    }
    #first-buy {
        padding-top: 0%;
    }
    .gold-text {
        font-size: 1.4em;
        color: white; /* Assume this will be white if webkit fails */
        text-decoration: none;
        background: url(goldbar.png) no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .info-paper3 {
        padding-left: 0px;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 50px;
        overflow: hidden;
        z-index: 25;
    }
    .info-paper3 img {
        width: 100%;
    }
    .info-video {
        max-width: 90%;
        height: auto;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .youtube {
        width: 320px;
        height: 185px;
    }
    .goldbar {
        width: 100%;
        height: auto;
    }
    .filigree-slider {
        position: relative;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        transform: translate3d(0,0,0);
    }
    .player-image {
        background-image: url(Marchy.jpg);
        background-size: cover;
        background-position: center;
        height: 40vh;
    }
    .player-image-back {
        background-image: url(Tuch-Back.jpg);
        background-size: cover;
        background-position: center;
        height: 40vh;
    }
    .explanation {
        height: 62%;
        background-position: top center;
        background-attachment: scroll;
    }
    .jersey-mocks {
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;  
    }
    .full-uni {
        width: 100%;
    }
    .detail {
        padding-top: 10px;
        cursor: pointer;
        max-width: 25px;
    }
    .detail-box {
        z-index: 25;
        background-color: black;
        color: white;
        padding: 5px;
        width: 50%;
    }
    .details2-image,
    .details5-image,
    .details8-image {
        position: absolute;
        right: 2%;
        top: 5%;
        display: none;
    }
    .coin-banner {
        top: 70%;
        height: 30%
    }
    .preorder {
        height: 80px;
    }
    .special-offer {
        height: 220%;
        flex-direction: column;
    }
    .jersey-offer {
        max-width: 100%;
        height: 50%
    }
    .box-offer {
        max-width: 100%;
        height: 50%
    }
    .gold-footer {
        height: 5vh;  
    }
    .gold-footer img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .special-offer {
        background-position: top;
        background-repeat: repeat-y;
        background-attachment: scroll;
    }
}