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

@font-face{
  font-family: SCE;
  src: url(../fonts/SCE3.7W1.TTF);
}

.fill-back{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  z-index: -1;
  background: url("../img/tocs3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.hover-shine{
  -webkit-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75) !important;
  -moz-box-shadow:    6px 6px 0px 0px rgba(50, 50, 50, 0.75) !important;
  box-shadow:         6px 6px 0px 0px rgba(50, 50, 50, 0.75) !important;
}

#banner_4, #banner_3, #banner_crossbell, #banner_reverie{
  transition: .6s;
}

#banner_4:hover, #banner_3:hover, #banner_crossbell:hover, #banner_reverie:hover{
  -webkit-box-shadow: 6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    6px 6px 0px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         6px 6px 0px 0px rgba(50, 50, 50, 0.75);
}

.fill-back2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  z-index: -1;
  background: url("../img/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

#header-nav{
  width: 100%; 
  height: 70px; 
  background-color: #000; 
  vertical-align: middle; 
  margin: auto; 
  text-align: right;
}

body{
    background-color: #000;
    font-family: 'Staatliches', cursive;
    text-align: center;
}



h1{
  color: #fff;
  font-size: 1.2rem;
  padding-top: 26px;
  padding-right: 20px;
  height: 100%;
}

.menus{
  z-index: 2;
}

.menus img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 800px;
}

#main{
  padding-bottom: 20px;
  position: relative;
}

#main img{
  margin: 2px;
}

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

#bottom-page{
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .ps_logo{
    margin: 10px;
  }

  .ps_logo_right{
    margin-right: 7px;
  }

  .ps_logo_left{
    margin-left: 0;
  }

  .k_sp{
    max-width: 600px;
  }



ul.kf-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
 ul.kf-slider li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity:0;
  
  animation: fade-out 48s infinite;
  background-image: url("../img/daybreak-bg.jpg");
  background-size: cover;
  background-position: top;
}
ul.kf-slider li:nth-child(2) {
  background-image: url("../img/tocs3-bg.jpg"); 
  animation-delay: 8s;
}
ul.kf-slider li:nth-child(3) {
  background-image: url("../img/tocs4-bg.jpg");
  animation-delay: 16s;
}
ul.kf-slider li:nth-child(4) {
  background-image: url("../img/reverie-bg.jpeg");
  animation-delay: 24s;
}
ul.kf-slider li:nth-child(5) {
  background-image: url("../img/azure-bg.jpeg"); 
  animation-delay: 32s;
}
ul.kf-slider li:nth-child(6) {
  background-image: url("../img/zero-bg.jpeg");
  animation-delay: 40s;
}

@keyframes fade-out {
  0% {opacity: 0;}
  8.333%{opacity:1}
  33.333%{opacity:1}
  41.666% {opacity: 0;}
}

.link-btn{
	font-size: 1.3rem;
  margin: 8px;
  width: 300px;
	background-color: rgba(0, 0, 0, 1);
	border: 3px solid #000;
  color: #fff;
  transition: 0.5s;
}

.link-btn:hover{
	color: #000;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.company-logo {
  max-width: 150px;
  max-height: 45px;
  margin: 10px !important;
}

p{
  font-size: .7rem;
}

h3{
  font-family: 'Staatliches', cursive;
}

#noi-button {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 350px;
  min-width: 200px;
  width: 20%;
  margin: 15px;
  animation: enterframe 1.5s both .25s, bob infinite 1.5s 2s;
}
#noi-button:hover {
  cursor: pointer;
  filter: brightness(120%);
}

@keyframes enterframe {
  from {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}