* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

li {
  line-height: 1.6em;
}

del {
  text-decoration: line-through;
}

body {
  font-family: 'loraregular';
  font-size: 17px;
  color: #000;
  overflow-x: hidden;
  min-width: 320px;
  font-weight: 500;
}

input,
textarea,
select {
  font-family: 'loraregular';
  font-weight: 500;
}

a {
  color: #000;
}

.thumb {
  display: block;
}

.thumb img {
  display: block;
  width: 100%;
}

p {
  line-height: 1.6em;
  font-size: 16px;
  font-family: 'loraregular';
  font-weight: 500;
  color: #000;
}

.hidden {
  display: none;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9b9b9b;
}

::-ms-input-placeholder {
  color: #9b9b9b;
}



@font-face {
  font-family: 'Conv_Malina-Regular';
  src: url('../fonts/Malina1.eot');
  src: local('☺'), url('../fonts/Malina1.woff') format('woff'), url('../fonts/Malina1.ttf') format('truetype'), url('../fonts/Malina1.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'playlistscript';
  src: url('../fonts/playlist_script-webfont.woff2') format('woff2'), url('../fonts/playlist_script-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 


#coming-soon { 
  height: 100vh;
  padding-bottom: 15px;
  overflow: hidden;
}

#coming-soon div.wrapper { 
position: relative;
}

/* #coming-soon div.top { 
  height: 75vh;
  width: 100%;
  display: block;
} */
/* #coming-soon div.top img{
  width: 100%;
  display: block;
} */

#coming-soon div.wrapper div.middle { 
  display: flex;
  justify-content: center;
  flex-direction: column;
    align-items: center;
    margin-top: 20px;
  height: 25vh;
    /* position: absolute;
    right: 0;
    left: 0;
    top: -150px;
    height: 50vh; */
}

#coming-soon div.wrapper div.middle img { 
  width: 40%;
  display: block;
}

#coming-soon div.wrapper div.bottom { 
  font-size: 70px;
  font-family: 'Conv_Malina-Regular';
  /* margin-top: 80px; */
}

/* edited */
#coming-soon div.top {
  height: 87vh;
  width: 100%;
  display: block;
}
#coming-soon div.top img {
  width: 100%;
  display: block;
  height: 100%;
}
#coming-soon div.wrapper div.middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top:0;
  height: auto;
}

@media all and (max-width: 1580px) {
  #coming-soon div.top img{
    height: 84vh;
    object-fit: cover;
  }
  #coming-soon div.top {
    height: 84vh;
  }
}
@media all and (max-width: 1467px) {
  #coming-soon div.top img{
    height: 83vh;
    object-fit: cover;
  }
  #coming-soon div.top {
    height: 83vh;
  }
}
@media all and (max-width: 1388px) {
  #coming-soon div.top img{
    height: 82vh;
    object-fit: cover;
  }
  #coming-soon div.top {
    height: 82vh;
  }
  /* #coming-soon div.top {
    margin-bottom: 30px;
  } */
}
@media all and (max-width: 1280px) {
  #coming-soon div.top img {
    height: 80vh;
    object-fit: cover;
  }
  #coming-soon div.top {
    height: 80vh;
  }
}
@media all and (max-width: 700px) {
  
  #coming-soon div.wrapper div.bottom { 
    font-size: 50px;
  }
}
@media all and (max-width: 500px) {
  
  #coming-soon div.wrapper div.bottom {
    font-size: 40px;
  }
  #coming-soon div.wrapper div.middle {
    margin-top: 25px;
}
}
@media all and (max-width: 400px) {
  #coming-soon div.wrapper div.bottom {
    font-size: 30px;
  }
}
/* edited  */

/* #logo {
 height: 100vh;
}

#logo .back {
    background-image: url(../images/csback.png);
    background-size: cover;
    height: 50%;
    position: relative;
}
#logo .back .logo {
position: absolute;
  top: 16%;
  bottom: 0;
  right: 0;
  left: 0;
}
#logo .back .logo img {
  display: block;
  margin: 0 auto;
  width: 37%;
}
#logo .back img {
  display: block;
  width: 100%;
}


#logo .wrapper .head {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;

}

#logo .wrapper .head h1 {
  font-family: "Conv_Malina-Regular";
  font-size: 60px;
  display: flex;
  margin: auto 0 0 0;
}


#logo .wrapper .head img {
  display: block;
  width: 6%;
  margin: 0 auto;
  padding-top: 50px;
}
#logo .wrapper {
  height: 50%;
}



header .head-main .logo a img:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
header .head-main .head-icons a img:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  background: none;
  background-color: #fff;
  border-radius: 50%;
}

#logo .logo:hover img:hover {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@media (max-width: 1400px){
  #logo .wrapper .head h1 {
      font-size: 50px;
  }
}
@media all and (max-width: 1120px) {
  #logo .wrapper .head h1 {
    font-size: 38px;
  }
  #logo .wrapper .head img {
    width: 5%;
  }
  #logo .back .logo img {
    width: 35%;
  }
    #logo .wrapper .head {
      padding-top: 9pc;
  }

}
@media all and (max-width: 980px) {
  #logo .back .logo img {
      width: 35%;
  }
  #logo .back .logo {
      top: 34%;
  }
}
@media (max-width: 840px) {
  #logo .back .logo img {
      width: 38%;
  }
  #logo .back {
    height: 38vh;
  }
}
@media all and (max-width: 768px) { 
  #logo .wrapper .head {
      padding-top: 7pc;
  }
   #logo .back {
    height: 35vh;
  }
}
@media all and (max-width: 690px) {
  #logo .back .logo img {
    width: 35%;
  }
  #logo .wrapper .head h1 {
    font-size: 35px;
  }
     #logo .back {
    height: 30vh;
  }
}
@media all and (max-width: 640px) {
    #logo .back .logo img {
      width: 40%;
  }
}
@media all and (max-width: 480px) {
  #logo .wrapper .head img {
      width: 8%;
  }
  #logo .back {
        height: 27vh;
    }
     #logo .wrapper .head {
        padding-top: 2pc;
    }
}
@media all and (max-width: 420px) {
     #logo .wrapper .head {
        padding-top: 5pc;
    }
    #logo .back {
        height: 17vh;
    }
}

@media all and (max-width: 360px) {
  #logo .wrapper .head h1 {
      font-size: 28px;
  }
  #logo {
      height: 10vh;
  }
} */