/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
 @font-face{
    font-family:agency fb;
    font-style:normal;
    font-weight:400;
    src:local('Agency FB'),local('AgencyFB-Regular'),url(../fonts/css-agency-fb.woff) format('woff'),url(../fonts/css-agency-fb.ttf) format('truetype')
}
html{
    color:#fff;
    background:#000;
    /* font-size:1.2em; */
    font-size: 22px;
    line-height:1.4;
    font-family:'Agency FB',arial
}
body{
    position: absolute;
    width: 100%;
    background-image:url(../images/img-bg.jpg);
    background-position:top center;
    background-position-x: center;
    background-position-y: top;
    background-size:auto;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
a{
    color:#fff;
    text-decoration:none;
}
a:hover{
    color:#f7f7f7;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
div.background{
    background-image:url(../images/img-background.jpg);
    background-repeat:repeat-y;
    background-size:cover;
    width:100%;
    min-height:100%;
    max-width:1280px;
    margin:0 auto;
    -webkit-box-shadow:0 0 29px 3px rgba(0,0,0,.75);
    -moz-box-shadow:0 0 29px 3px rgba(0,0,0,.75);
    box-shadow:0 0 29px 3px rgba(0,0,0,.75);
}
div.fancy_border{
    max-width:1100px;
    border-style:solid;
    border-width:100px 90px;
    -moz-border-image:url(../images/img-border.png) 140 90 140 90 repeat;
    -webkit-border-image:url(../images/img-border.png) 140 90 140 90 repeat;
    -o-border-image:url(../images/img-border.png) 140 90 140 90 repeat;
    border-image:url(../images/img-border.png) 140 90 140 90 fill repeat;
}
h1{
    font-size:2em;
    font-weight:700;
    margin-bottom:5px;
}

.header{
    text-align:center;
    margin:auto auto 150px auto;
    
}
.header img{
    max-width:1300px;
    width:100%;
}
.splitter{
    background:url(../images/img-splitter.png) no-repeat;
    background-size:contain;
    width:100%;
    height:1px;
    margin:35px 0
}
.splitter_header{
    margin-top:0!important;
    margin-bottom:20px
}

.buy_digital_buttons {
    text-align:center;
    width:100%;
    max-width:1100px;
    margin:0 auto;
    padding-bottom: 2em;
}

.countdown {
    text-align:center;
    width:50%;
    max-width:1100px;
    margin:0 auto;
    padding-bottom: 2em;
}

#about_text {
    text-align:left;
    width:50%;
    max-width:1100px;
    margin:0 auto;
    padding-bottom: 2em;
}

#about_text > p {
    padding-right: 80px;
}

#clock_about_text {
    display: flex;
    margin: auto;
    width:100%;
    height: auto;
    min-height: 380px;
    background-image: url(../images/bs_web_middle3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -50px;
}

#clock_about_text > article {
   padding: 20px 20px 0px 20px;
}

#sign_up {
    display: block;
    background-image: url(../images/signup.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    width: 25%;
    height: 70px;
    margin: -10px auto 30px auto;
    transition: 0.3s;
}

#sign_up:hover {
    display: block;
    background-image: url(../images/signup_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    width: 25%;
    height: 70px;
    margin: -10px auto 30px auto;
}

.merch_flexbox {
    display: flex;
    margin: auto;   

}

.merch_flexbox > article {
    width: 50%;
    max-width: 50%;
    height: auto;
    background-image: url(../images/merch_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 50px;
}

.merch_flexbox > article > h1 {
    margin-top: 20px;
    font-size: 30pt;
}

.merch_flexbox_solo {
    display: flex;
    margin: auto;   
}

.merch_flexbox_solo > article {
    width: 40%;
    height: auto;
    margin: auto;
    background-image: url(../images/merch_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 50px;
}

.merch_flexbox_solo > article > h1 {
    margin-top: 20px;
    font-size: 25pt;
}

.mobile_only_merch {
    display: none;
}

.merch_pic {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.merch_buy {
    display: block;
    width: 80%;
    height: 70px;
    margin: -10px auto 0px auto;
    background-image: url(../images/buynow_2023.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.2s;
}

.merch_buy:hover {
    display: block;
    width: 80%;
    height: 70px;
    margin: -10px auto 0px auto;
    background-image: url(../images/buynow_hover_2023.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.partners_logos {
    display: flex;
    width: 600px;
    margin: auto;
    flex-wrap: wrap;
}

.partners_logos > a {
    padding: 10px;
    margin: auto;
}

.partners_logos > a > img {
    width: 150px;
    height: 70px;
    object-fit: contain;
    transition: 0.3s;
}

.partners_logos > a > img:hover {
    transform-origin: center;
    transform: scale(105%);  
}

.some_icons {
    display: flex;
    height: 130px;
    margin: auto;
    justify-content: center;
}

.some_icon {
    display: flex;
    width: 100px;
    height: 100px;
    margin: 10px;
}

#contact_us {
    text-align: center;
    font-size: 30pt;
    margin-bottom: 50px;
    margin-top: -50px;
}

#contact_us > p > a {
    transition: 0.3s;
}

#contact_us > p > a:hover {
    color: #FCBD72; 
}

.content_wrapper{
    margin:30px
}
.logos,.reveal_trailer{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    text-align:center;
    padding-bottom: 2em;
}
.logos{
    margin:50px auto -100px;
}
.logos div{
    margin-top:40px;
}
.logos a{
    margin:0 10px;
}
.mobile-nav{
    display:none;
}
@media only screen and (max-width:900px){
    * {
    box-sizing: border-box;
    }
    .logos{
        position:relative;
    }
    body, html { 
        display: block;
        min-width: 600px;
        box-sizing: border-box;
        margin: auto;
    }
    .logos div{
        margin-top:0
    }
    .mobile-nav{
        display:block;
        position:absolute;
        top:0;
        right:0;
        margin-top:8px;
        margin-right:15px;
        margin-bottom:8px;
        background-color:transparent;
        background-image:none;
        border:1px solid transparent;
        border-radius:4px
    }
    .header {
        display: block;
        margin: auto;
        width: 100%;
    }
    .header img{
    max-width: 600;
    width: 100%;
}
    .logos a{
        margin:20px 0;
        display:block
    }
    div.background{
        background-image:url(../images/img-background.jpg);
        background-repeat:repeat-y;
        width:100%;
        min-height:100%;
    }
    div.fancy_border{
        max-width:none;
        border-style:none;
        /* width:100vw; */
    }
    
    #clock_about_text {
        display: block;
        width: 100%;
        margin: auto;
        background-image: none;
    }
    .countdown {
    text-align:center;
    width:100%;
    max-width:600px;
    margin:0 auto;
}

    #about_text {
    text-align:left;
    width:100%;
    margin-top: -50px;
}
    
    #about_text > p {
    padding: 50px;
    text-align: center;
    margin: -20px auto -30px auto;
}

    h4 {
        text-align: center;
    }
    
    #application {
    display: block;
    width: 100%;
    margin: 50px auto 0px auto;
    }
    
    #sign_up {
    display: block;
    width: 50%;
    margin: -10px auto 30px auto;
    transition: 0.3s;
}
    
    .merch_flexbox {
    display: flex;
    flex-basis: 100%;
    margin: auto;
    display: none;
}

    .merch_flexbox > article {
    box-sizing: border-box;
    height: auto;
    background-image: url(../images/merch_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 50px;
}

    .merch_flexbox_solo {
    display: flex;
    margin: auto;   
}

    .merch_flexbox_solo > article {
    width: 80%;
    height: auto;
    margin: 30px auto;
    background-image: url(../images/merch_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 50px;
}
    
    .mobile_only_merch {
    display: block;
}
    
    .merch_header {
        font-size: 25pt;
    }
    
    .merch_pic {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
    margin: auto;
}
    
    .partners_logos {
    display: flex;
    width: 500px;
    margin: auto;
    flex-wrap: wrap;
}

    .partners_logos > a {
    padding: 10px;
    margin: auto;
}

    .partners_logos > a > img {
    width: 150px;
    height: 70px;
    object-fit: contain;
    transition: 0.3s;
}

}
::-moz-selection{
    background:#b3d4fc;
    text-shadow:none;
}
::selection{
    background:#b3d4fc;
    text-shadow:none
}
iframe,img{
    vertical-align:middle
}
@media print{
    *,:after,:before{
        background:0 0!important;
        color:#000!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
        text-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
    }
    a[href^="javascript:"]:after{
        content:""
    }
    img{
        page-break-inside:avoid
    }
    h2,p{
        orphans:3;
        widows:3
    }
    h2{
        page-break-after:avoid
    }
}
.embed-responsive{
    position:relative;
    display:block;
    width:100%;
    padding:0;
    overflow:hidden
}
.embed-responsive::before{
    display:block;
    content:""
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.embed-responsive-16by9::before{
    padding-top:56.25%
}

#clockdiv {
    display: inline-block;
    text-align: center;
    font-size: 32px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
}

#upper_left {
	position: absolute;
	top: 0;
	left: -15px;
}
#upper_right {
	position: absolute;
	top: 0;
	right: -15px;
}
#lower_left {
	position: absolute;
	bottom: 0;
	left: -15px;
}
#lower_right {
	bottom: 0;
	right: -15px;
	position: absolute;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.vault-image
{
    width: 300px;
    height: 169px;
}

@media only screen and (max-width:600px)
{
    .vault-image
    {
        width: 150px;
        height: 85px;
    }
    .vault-clear
    {
        padding-top: 2em;
    }
}