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

html {
  scroll-behavior: smooth;
}

body {
  background: url(../img/bodybg.jpg);
  background-color: #000;
  text-align: center;
	width: 100wh;
  height: 90vh;
  color: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

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

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.top-row{
  padding-top: 50px;
  padding-bottom: 40px;
}

.mid-row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.alpha{
    background: url(../img/psikyo_bg2.jpg);

    background-size: cover;
    height: 950px;
    background-position: right !important;
    
}

.center-info{
	color: #fff;
	background: linear-gradient(-90deg, #e60012, #d33441,  #6091df, #166bf3);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
    padding-top: 300px;
}

.games{
    width: 85%;
    margin: auto;
    color: #fff;
}

.bravo{
    background: url(../img/psikyo_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 950px;
    background-position: left !important;

}

footer{
    padding: 20px;
    background-color: #000;
    color: #fff;
}

.arrow-left{
    position: relative;
    transition: transform 0.5s ease;
    transform: translateX(-200px);
}

.arrow-left:hover{
    transform: translateX(-50px);
}

.arrow-right{
    position: relative;
    transition: transform 0.5s ease;
    transform: translateX(200px);
}

.arrow-right:hover{
    transform: translateX(50px);
}

.scrolling{
    background-size: cover !important;

    width: 70%;

    -webkit-animation:120s scroll infinite linear;
    -moz-animation:120s scroll infinite linear;
    -o-animation:120s scroll infinite linear;
    -ms-animation:120s scroll infinite linear;
     animation:120s scroll infinite linear;

}
    
    @-webkit-keyframes fade {
    0% {opacity: 0} 
    50% {opacity: 1}
    }
    
    @-moz-keyframes fade{
      0% {opacity: 0} 
      50% {opacity: 1}
    }
    
    @keyframes fade {
      0% {opacity: 0} 
      50% {opacity: 1}
        }
    @-o-keyframes fade {
      0% {opacity: 0} 
      50% {opacity: 1}
    
    }


@-webkit-keyframes scroll{
    100%{
      background-position:0px -3000px;
    }
  }
  
  @-moz-keyframes scroll{
    100%{
      background-position:0px -3000px;
    }
  }
  
  @-o-keyframes scroll{
    100%{
      background-position:0px -3000px;
    }
  }
  
  @-ms-keyframes scroll{
    100%{
      background-position:0px -3000px;
    }
  }
  
  @keyframes scroll{
    100%{
      background-position:0px -3000px;
    }
  }
  
  .stretch{
    -moz-animation: enlarge 2s forwards;
    -ms-animation: enlarge 2s forwards;
    -o-animation: enlarge 2s forwards;
    animation: enlarge 2s forwards;
  }

  @-webkit-keyframes enlarge{
    100% {-webkit-transform: scale(1.01, 1.01)}
}
@-ms-keyframes enlarge{
    100% {-ms-transform: scale(1.01, 1.01)}
}
@-o-keyframes enlarge{
    100% {-o-transform: scale(1.01, 1.01)}
}
@-moz-keyframes enlarge{
    100% {-moz-transform: scale(1.01, 1.01)}
}
@keyframes enlarge{
    100% {transform: scale(1.01, 1.01)}
}

.logos img{
  margin: 10px;
}

.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
}

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


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

hr{
  border-top: #fff 2px solid;
}

.preorder{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .4rem;
  font-size: 1.3rem;
  background: #000;
  border: #fff 1.5px solid;
  padding: 2px;
  padding-bottom: 3px;
  padding-left: 16px;
  padding-right: 10px;
  border-radius: .4rem;
}

.preorder-red:hover{
  background: #e60012;
}

.preorder-blue:hover{
  background: #166bf3;
}

.buttons img{
  margin: 10px;
}

.pc-main{
  margin-top: 40px;
  margin-bottom: 40px;
}

.sp-buttons{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttons img:hover{
  cursor: pointer;
}

.trailer-img:hover{
  box-shadow:
  0 0 1px 1px #fff,  /* inner white */
  5px 5px 0 0 #e60012, /* outer cyan */
  0 0 5px 5px #166bf3; /* outer cyan */

  cursor: pointer;

  -moz-animation: enlarge 2s forwards;
  -ms-animation: enlarge 2s forwards;
  -o-animation: enlarge 2s forwards;
  animation: enlarge 2s forwards;

}

#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;
}

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

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

.right{
  text-align: center;
}

.left{
  text-align: center;
}

.trailer-center{
  margin: auto;
}



.at{
  padding: 0;
  height: 34px;
  margin-right: 2px;
}

.alpha-tab{
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background-color: #166bf3;
  padding: 3px;
  padding-bottom: 9px;
  z-index: -1;
}

.game-tab{
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background-color: #166bf3;
  padding: 3px;
  padding-bottom: 9px;
  z-index: -1;
}

.trailer-tab{
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background-color: #e60012;
  padding: 3px;
  padding-bottom: 9px;
  z-index: -1;
}

.alpha-tab:hover{
  background-color: #fff;
  color: #166bf3;
  cursor: pointer;
}

.bravo-tab{
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  background-color: #e60012;
  padding: 3px;
  padding-bottom: 9px;
  margin: 0;
  z-index: -1;
}

.bravo-tab:hover{
  background-color: #fff;
  color: #e60012;
  cursor: pointer;
}

.alpha-tab h3{
  font-size: 1.2rem;
}

.new-alpha{
  border-top: 14px #166bf3 solid;
  border-right: 4px #166bf3 solid;
  border-left: 4px #166bf3 solid;
  border-bottom: 14px #166bf3 solid;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.new-bravo{
  border-top: 14px #e60012 solid;
  border-right: 4px #e60012 solid;
  border-left: 4px #e60012 solid;
  border-bottom: 14px #e60012 solid;
  margin-left: 0 !important;
  margin-right: 0 !important;

}

.slideshow{
  margin: auto;
}

.games-info{
  padding: 20px;
  border-top: 14px #166bf3 solid;
  border-right: 4px #166bf3 solid;
  border-left: 4px #166bf3 solid;
  border-bottom: 14px #166bf3 solid;
}

.trailers-info{
  padding: 20px;
  border-top: 14px #e60012 solid;
  border-right: 4px #e60012 solid;
  border-left: 4px #e60012 solid;
  border-bottom: 14px #e60012 solid;
}

.current-logo{
  padding-bottom: 8px;
  max-width: 200px;
}

#current-desc{
  text-align: left;
}

.games-list{
  background-color: #000;
  padding: 20px;
}

.target-logo{
  position: relative;
}

.target-logo:hover{ 
  animation: pulse 1s infinite;
  cursor: pointer;
  animation-timing-function: linear;   
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1)}
  100% { transform: scale(1); }
  }

.no-target{
  display:none;
}

.target{
  width:50%;
  position: absolute; 
  left: 24%;
  top: 10%;
  -webkit-animation:spin 7s linear infinite;
  -moz-animation:spin 7s linear infinite;
  animation:spin 7s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.title-alpha{
  background-color: #166bf3;
  padding: 2px;
}

.title-bravo{
  background-color: #e60012;
  padding: 2px;
} 

.about-games-title{
  background-color: #166bf3;
  text-align: left;
  margin: 0;
  padding: 6px;
  padding-left: 14px;
}

@media (min-width: 991px){

  .slideshow{
    padding-top: 80px;
    padding-bottom: 80px;
  }

}

@media (max-width: 991px){
  .title-alpha{
    font-size: .9rem !important;
  }
  .title-bravo{
    font-size: .9rem !important;
  }
}

.my-carousel{
  margin: 2px;
}

.esrbs{
  max-width: 440px;
  margin: auto;
}

.esrbs p{
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
}

h1{
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .3rem;

}

.blue{
  background-color: #166bf3;
}

.red{
  background-color: #e60012;
}

.buy-list > a > button {
  margin: 10px;
  width: 300px;
  font-size: 1rem;
}

.buy-list{
  margin-bottom: 30px;
}