
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

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

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

@font-face {
  font-family: Playlist Script;
  src: url('../fonts/Playlist/Playlist Script.otf'); 
}

/*---------------------------------------------*/
.container {max-width: 1200px; }

p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  text-align: left;
}
.uppr-text {
  width: 800px;
  text-align: center;
  margin-bottom: 40px;
  color: #101010
}
.simpleslide100 {
  display: block;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}
.cl1 {color: #999;}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: Montserrat-Regular;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}

.l1-txt2 {
  font-family: Playlist Script;
  font-size: 180px;
  color: #fff;
  line-height: 1.1;
}

/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

.bg-img1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.overlay1 {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
  flex-grow: 1;
  text-align:center;
}

.wrappic1 img {
  max-width: 180px;
}
@media only screen and (max-width: 768px) {
  .l1-txt2 {
    font-size: 100px;
  }
  .p-r-75 {
    padding-right: 15px;
  }
  .p-l-75 {
    padding-left: 15px;
  }
  .uppr-text {
    width: auto;
  }
  p {
    text-align: center;
    font-size:14px;
  }
  .overlay1 {
      height: auto;
  }
}