@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald&display=swap');

@font-face{
  font-family: Brausepulver;
  src: url(../fonts/Brausepulver.ttf);
}

@font-face{
  font-family: Chenier;
  src: url(../fonts/Chenier-Regular.ttf);
}

html {
  scroll-behavior: smooth;
}

nav{
  background-color: rgba(36, 23, 12, 0.95) !important
}

body {
  background-color: #000;
  background: url(../img/bg_tree_black.jpg);
  background-size: contain;
  background-position: center;
  text-align: center;
  margin: auto;
  color: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

section{
  height: 100%;
  margin: auto;
}

p{
  font-size: .8rem;
  color: #fff;
}

h3{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .3rem;
  font-size: 1.3rem;
}

h4{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  
  letter-spacing: .2rem;
  font-size: 1.2rem;
}

.coloring{
  background-color: #d7d29a;
}

.coloring h1{
  color: #000;
}

.coloring p{
  color: #000;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.coloring small{
  color: #000;
}

.col{
  padding : 0;
}

.col-md{
  margin: auto;
  padding: 16px;
}

/*NAV */

.nav-item a{
  font-size: 1.8rem;
  font-family: 'Chenier', serif;
}

.navbar-nav{
  margin: auto;
}

/*TOP SECTION */

#top {
  z-index: 1;
  background-color: #000;
  background: url(../img/top/bg.jpg);
  background-attachment: fixed;
  background-size: auto;
  max-width: 1920px;
  background-repeat: no-repeat;
  background-position: top;
}

.top-btns{
  position: absolute;
  top: 875px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1200px)  {

#top  .container{
  padding-left: 0;
  padding-right: 0;
}

#top{
  background: none;
}

.top-btns{
  position: relative;
  top: auto;
}

}

#top-1{
  position: relative;
}

#top-2{
  display: table;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  max-width: 80%;
}

#top-3{
  display: table;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  max-width: 80%;
}


/*INTRO*/

#intro{
  padding-top: 60px;
  background: url("../img/intro/intro_bg.jpg");
  background-size: cover;
  background-position: top;
  padding-bottom: 20px;
}

.intro-text{
  padding-top: 100px;
  padding-bottom: 15px;
}

.intro-box{
 /* background: url(../img/intro/intro-box-bg.png);
  background-size: cover; 
  border: #4d221f 2px solid; */
  position: relative;
}

.intro-desc{
  background-color: rgba(0,0,0, .8);
}

.intro-desc p{
  margin: 40px;
  margin-left: 90px;
  margin-right: 90px;
}

.intro-desc img{
  border: #000 10px solid;
}

.hider{
  opacity: .6;
}

.hide-block{
  display: none;
}

.keyart:hover{
  cursor: pointer;
}

#title-2{
  animation-delay: .9s;
}

#title-3{
  animation-delay: 1.8s;
}

/*FEATURES*/

#features{
  padding-top: 80px;
  padding-bottom: 80px;
}

#features .col{
  margin: auto;
  padding: 3px;
}

.system-img:hover{
  cursor: pointer;
}

.gifs{
  border: #4f3a1b 1.9px solid;
}

/*CHARACTERS*/
#characters{
  padding-bottom: 60px;
}

.char-icon{
  color: #fff;
  margin:auto;
  font-size: .7rem;
  padding: 3px;
  border-radius: 3px;
  white-space: nowrap;
}

.char-icon:hover{
  background-color: #d7d29a;
  color: #4f3a1b;
}

.highlight{
  background-color: #d7d29a;
  color: #4f3a1b;
}

/*DOWNLOADS*/

.dls:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(255,222,85,0.77); 
  box-shadow: 0px 0px 8px 3px rgba(255,222,85,0.77);
}

#downloads{
  padding: 40px;
}


/*TRAILERS*/
.trailer-img:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(255,222,85,0.77); 
  box-shadow: 0px 0px 8px 3px rgba(255,222,85,0.77);
}

/*PRODUCT*/

#product{
  padding-top: 100px;
}

#product h1{
  font-size: 1.5rem;
}

/*FOOTER*/

@media only screen and (max-width: 992px)  {

  
  .intro-desc p{
    margin-left: 0;
    margin-right: 0;
    margin: 20px;
  }

  #mc_embed_signup_scroll{
    padding-left: 40px;
    padding-right: 40px;
  }
  
}

footer{
    padding-top: 20px;
    padding-bottom: 60px;
    /*
    background: url(../img/bg_ss.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    */
    background-color: #000;
    color: #fff;
}

footer p{
  font-size: .6rem;
}

.follow{
  padding-top: 40px;
}

.logos img{
  margin: 6px;
}

.social .btn {
  width: 25%;
  max-width: 75px;
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  font-size: 1.5rem;
}

.social .btn:hover{
  color:#fff;
  border-color: #fff;
  background-color:#000
}

/*MODALS*/

#trailer_iframe{
  border: 0px;
}

@media (min-width: 1000px){

#trailer_iframe{
  margin: auto;
  width: 970px;
  height: 550px;
}

.modal-content{
  margin:auto;
  width: 1000px;
}

.modal-dialog{
  max-width: 1000px;
} 

}

.content_edit{
  border-radius: 0px;
  background-color: rgba(0,0,0, .8);
}

.modal-body{
  padding-top: 1px;
}

.right{
  text-align: center;
}

.left{
  text-align: center;
}

.trailer-center{
  margin: auto;
}

h1{
  color: #fff;
  font-family: 'Chenier', serif;
  font-size: 2.0rem;
  padding-top: 5px;
}

button{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1rem;
  font-size: .8rem;
  background: #000;
  border: #fff 1.2px solid;
  padding: 2px;
  padding-bottom: 3px;
  padding-left: 16px;
  padding-right: 10px;
  border-radius: .1rem;
  width: 200px;
}

button:hover{
  background-color: #e2c879;
  color: #000;
}

.close{
  float: none;
  width: 100%;
  text-align: right;
  font-size: 24px;
  color: #fff;
  opacity: 1;
}

.close:hover{
  font-size: 24px;
  background-color: #000;
  color: #fff;
  opacity: .5;
}

@media (max-width: 768px) {

    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium - display 4  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

/* large - display 6 */
@media (min-width: 992px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

