/* common */
body{
    background: #000; /*#0f0f16;*/
    color: #b8afa1;
    letter-spacing: 0.05rem;
    font-family: 'Lato', serif;
}

h1{
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
}

h2{
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h4{
    font-size: 1.3rem;
}

a{
    color:#d81805;
}

a:hover{
    color:#d81805;
}

#page .container{
    min-width: 320px;
}

/* page navigation */
#navigation{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 100;
    box-shadow: 0 0 7px rgba(0, 0, 0, 8);
}

#navigation .navbar-nav{
    margin-left: 1rem;
}

#navigation .nav-link{
    font-size: 1.2rem;
    color: #cdc9c3;
    padding: 0.7rem 1.4rem 0.4rem;
}

#navigation .nav-link:hover{
    color: #e21a08;
}

.navbar-brand{
    width: 303px;
    height: 28px;
    background: url("../img/menu-logo.png") 0 0 no-repeat;
}

#subnavigation{
    background-color: #2c2c2c;
    box-shadow: 0 0 7px rgba(0, 0, 0, 8);
    text-align: center;
}

#subnavigation ul{
    margin-bottom: 0;
}

#subnavigation ul li{
    line-height: 1.8rem;
    margin-right: 2rem;
}

#subnavigation ul li a{
    color: #cdc9c3;
}

#subnavigation ul li a:hover{
    text-decoration: none;
    color: #e21a08;
}

/* social links - navigation & contact section */

.social-links a, a.img-but{
    display: inline-block;
    background-position: top;
    overflow: hidden;
}

.social-links a:hover, a.img-but:hover{
    background-position: bottom;
}

#navigation .social-links{
    width: 148px;
    float: right;
    margin-left: 8px;
    margin-top: 10px;
}

#navigation .social-links a{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.social-links a:last-of-type{
    margin-right: 0 !important;
}

#navigation .social-links a.facebook{background-image: url(../img/facebook_btn.png);}
#navigation .social-links a.insta{background-image: url(../img/insta_btn.png);}
#navigation .social-links a.twit{background-image: url(../img/twitter_btn.png);}
#navigation .social-links a.discord{background-image: url(../img/discord_btn.png);}

#contact .social-links a{
    width: 70px;
    height: 70px;
    margin-right: 18px;
    margin-top: 0;
}
#contact .social-links a.facebook{background-image: url(../img/fb_bigbtn.jpg);}
#contact .social-links a.insta{background-image: url(../img/insta_bigbtn.jpg);}
#contact .social-links a.twit{background-image: url(../img/twitter_bigbtn.jpg);}
#contact .social-links a.discord{background-image: url(../img/discord_bigbtn.jpg);}


/* page sections - common */
#page > section{
    position: relative;
    min-height: 300px;
    z-index: 50;
    padding: 2.5rem 0 2.5rem;
    line-height: 2rem;
    font-size: 1rem;
    border: none;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

section{
    background: linear-gradient(to right, #08080c, #081319, #08080c);
}

#page > section:first-of-type{
    margin-top: 63px;
}

#page > section h2.overlay {
    position: relative;
    left: -36px;
    font-size: 30px;
    padding: 25px 0 20px 30px;
}

#page > section h2.overlay.two-rows{
    height: 130px;
    padding: 40px 0 20px 40px;
    left: -52px;
}

#page > section h2.overlay img {
    position: absolute;
    top: 0;
    left: 0;
}

#page > section img.padded {
    margin-top: 8rem;
}

/* paralax */
#page > section.parallax{
    background: none;
    height: 480px;
}

/*********** sections */

/* section - about */
section#about #player{
    margin-top: 33px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#about .col-A{
    padding-right: 79px;
}

section#about .col-A p{
    text-align: right;
    font-size: 1.25rem;
    color: #f5ebdc;
}

section#about p.last{
    color: #b31313;
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: bold;
}

section#about .img-but.wishlist{
    background-image: url(../img/wishlistbtn.jpg);
    background-repeat: no-repeat;
    width: 329px;
    height: 66px;
}

/* section - media (photos, videos) */
.gallery a{
    margin: 0 35px 35px 0;
    text-align: center;
}

.centered-gallery{
    text-align: center;
}

.centered-gallery > *{
    display: inline-block;
}

.photos.centered-gallery a {
  margin-left: 18px;
  margin-right: 18px;
}

/*.gallery.photos a:nth-child(even){
    margin-right: 0;
}*/

.gallery img{
    border: 1px solid #0b343c;
}

.gallery.photos a img{
    width: 13.75em; /* responsive */
}

.gallery.videos a img{
    width: 20.0em; /* responsive */
}

/* section - faq */
dd{
    margin-bottom: 1.8rem;
}

/* section - contact */

section#contact{
    min-height: 300px;
    padding-bottom: 2.5rem;
}

#mc_embed_signup form{
    margin-top: 28px;
    padding: 0;
}

.question-box{
    font-size: 1.2rem;
}

/* section press */
section#press{
    padding-top: 5rem;
}

section#press section{
    margin-top: 4rem;
    background: none;
}

/* page footer */
#page > footer{
    margin: 0;
    padding: 2rem 0 1rem;
    background-color: #000;
}

#page > footer{
    text-align: center;
}

#page > footer .bottom-text{
    margin-top: 2rem;
    font-size: 0.9rem;
}

/* parallax */

#page>.parallax-custom,
#page>.parallax-custom .parallax-custom{
    min-height: 350px;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}

#page>.parallax-custom{
    position: relative;
    height: 600px;
}

.parallax-custom .parallax-custom{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#page .parallax-section-1-overlay{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 300px;
    z-index: 500;
}

#page .parallax-section-1-overlay img{
    display: none;
}

/*** responsive specific styles */

@media(max-width: 1200px){
    #navigation .nav-link{
        font-size: .85rem;
    }
}

@media(min-width: 992px) and (max-width: 1200px){
    .gallery.photos a img{
        width: 12.75rem;
    }
}

@media(max-width: 768px){
    #page > footer img{
        height: 50px;
    }

    #navigation .nav-link{
        font-size: 1.5rem;
    }

    section#about .img-but.wishlist{
        /*width: 164px;*/
        /*height: 33px;*/
    }
}

@media (max-width: 576px) {
    .navbar{
        padding: 0.5rem 0.5rem;
    }

    .navbar-brand{
        margin-right: 0;
    }

    .navbar-toggler{
        position: static;
        margin: 0 auto;
    }

    section#about h2{
        margin-left: 10px;
    }

    section#about .col-A{
        padding-right: 10px;
    }


    #page > section#press{
        padding-top: 9rem;
    }

    .gallery a{
        width: 100%;
        margin: 0 0 35px;
    }

    #page > footer img{
        height: 40px;
    }
}

@media (max-width: 380px) {
    .navbar-brand{
        width: 245px;
        margin: 4px 0 0 10px;
        background-image: url(../img/menulogosmall.png);
    }

    section#about h2{
        margin-bottom: 0;
    }
}

/* static responsive parallax */
#page .parallax-section-md{
    height: 307px;
    min-height: 100px;
    padding: 0;
    background-position: center;
}

#page .parallax-section-lg{
    height: 460px;
    min-height: 200px;
    padding: 0;
    background-position: center;
}

#page .parallax-section-xl{
    min-height: 480px;
}


@media (max-width: 768px){
    .parallax-section-md{
        display: block;
    }

    #parallax-section-1-md{
        margin-top: 60px;
        background-image: url(../img/parallax_bgr/staticbacksmall01.jpg);
    }

    #parallax-section-2-md{
        background-image: url(../img/parallax_bgr/staticbacksmall02.jpg);
    }

    #parallax-section-3-md{
        background-image: url(../img/parallax_bgr/staticbacksmall03.jpg);
    }

    #parallax-section-4-md{
        background-image: url(../img/parallax_bgr/staticbacksmall04.jpg);
    }

    .parallax-section-lg{
        display: none;
    }

    .parallax-section-xl{
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1200px){
    .parallax-section-md{
        display: none;
    }

    .parallax-section-lg{
        display: block;
    }

    #parallax-section-1-lg{
        margin-top: 60px;
        background-image: url(../img/parallax_bgr/staticback01.jpg);
    }

    #parallax-section-2-lg{
        background-image: url(../img/parallax_bgr/staticback02.jpg);
    }

    #parallax-section-3-lg{
        background-image: url(../img/parallax_bgr/staticback03.jpg);
    }

    #parallax-section-4-lg{
        background-image: url(../img/parallax_bgr/staticback04.jpg);
    }

    .parallax-section-xl{
        display: none;
    }
}

@media (min-width: 1201px){
    .parallax-section-md{
        display: none;
    }

    .parallax-section-lg{
        display: none;
    }

    .parallax-section-xl{
        display: block;
    }

    #parallax-section-1{
        z-index: 1;
        background-image: url(../img/parallax_bgr/topbackground.jpg);
    }

    #parallax-section-1-1{
        z-index: 100;
        background-image: url(../img/parallax_bgr/topfront.png);
    }

    #parallax-section-2,
    #parallax-section-3,
    #parallax-section-4{
        background-image: url(../img/parallax_bgr/bottombackground.jpg);
    }
}

/* animation test */
#homepage-animation-1{
    position: absolute;
    z-index: 50;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #474747;
    animation: animationFrames linear 40s;
    animation-iteration-count: 1;
    /*transform-origin: 50% 50%;*/

}

@keyframes animationFrames{
    0% {
        transform:  translate(0, 22vh) scale(1.5);
        opacity: 1;
    }
    40% {
        transform:  translate(40vw, 24vh) scale(0.8);

    }
    70% {
        transform:  translate(60vw, 26vh) scale(0.5);

    }
    100% {
        transform:  translate(72vw, 28vh) scale(0.1);
        opacity: 0;
    }
}