@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:600");
@import url("https://use.typekit.net/czw7xfk.css");
 */
@import url("https://fonts.googleapis.com/css?family=Hammersmith+One");
@import url("https://fonts.googleapis.com/css?family=Viga");
html * {
  font-family: "Titillium Web", sans-serif;
}
a {
  font-family: "Viga", sans-serif !important;
}
body {
  background-color: #062f4f;
  width: 100vw;
  overflow-x: hidden;
}
.footer {
  width: 100vw !important;
  height: 5vh !important;
}
.icon-mb {
  margin-bottom: 2em;
}

h1 {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 600;
}

section {
  width: 100%;
  height: 100%;
  padding: 0;
}
.interlace {
  background-color: rgb(32, 99, 155, 0.65);
  height: 100%;
  padding: 0 0 10em 0;
}
/*#close {
   display: none;
 }*/
/* .head {
   background: url("./assets/css/Garuda-Wisnu-statue_1.jpg") no-repeat center
     center fixed;
   background-size: cover;
   height: 100%;
   overflow: hidden;
 } */
nav {
  padding-left: 3em;
}

#countdown-1 {
  padding: 20vh 0 20vh 0;
}
.berita {
  padding: 30vh 5vw 30vh 5vw;
  background: #062f4f;
}
.petani-d3 {
  background-color: #20bb89;
  padding: 30vh 0 30vh 0;
}
.petani {
  background-color: #f78743;
  padding: 30vh 0 30vh 0;
}
.ksa {
  background-color: #4abdac;
  padding: 30vh 0 30vh 0;
}
.ubinan {
  background-color: #f7d433;
  padding: 30vh 0 30vh 0;
}
.sambutan {
  padding: 0 0 30vh 0;
  background: url("images/raffi.jpg") center center / cover no-repeat fixed;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
#text-sambutan {
  height: 100%;
  width: 100%;
  padding: 30vh 5vw 5vh 5vw;
  margin-left: 30vh;
  background-color: #6d79938e;
}
.ksa div {
  opacity: 0;
}
.ubinan div {
  opacity: 0;
}
.petani div {
  opacity: 0;
}
.petani-d3 div {
  opacity: 0;
}
.sambutan div {
  opacity: 0;
}
.berita * {
  opacity: 0;
}

#landing {
  width: 100vw;
  height: 100vh;
}
#mainPage {
  display: none;
  opacity: 0;
}
#logo {
  opacity: 0;
}
.landing-countdown {
  margin-top: 5em;
}
.logo {
  height: 100%;
  width: 100%;
}
.countdown-text {
  margin-top: 1vmax;
  font-size: 2em;
}

#welcome {
  opacity: 1;
  margin-top: 3vmax;
  display: none;
}

/* css for landing */
#landing {
  display: relative;
}
#mainPage {
  opacity: 1;
}
#logo {
  opacity: 1;
}
.landing-countdown {
  margin-top: 5em;
}
.logo {
  height: 100%;
  width: 100%;
}
.countdown-text {
  margin-top: 1vmax;
  font-size: 2em;
}
#welcome {
  opacity: 0;
  margin-top: 3vmax;
  display: none;
}

#berita-icon {
  width: 5vw;
}
#photo-raffi {
  /* visibility: hidden;
  display: none; */
}

a.nav-link.text-white.text-uppercase:hover {
  color: rgb(248, 103, 10) !important;
}

a.nav-link.text-white.text-uppercase:active {
  color: rgb(248, 103, 10) !important;
}

@media only screen and (max-width: 750px) {
  .text-small {
    font-size: 8pt;
  }

  #berita-icon {
    width: 25vw !important;
    margin-bottom: 7vh !important;
  }
  .head {
    background-color: rgba(6, 47, 79, 0.267) !important;
    height: 100% !important;
  }

  #text-sambutan {
    height: 100% !important;
    width: 100% !important;
    padding: 1em 1em 1em 1em !important;
    margin-left: 0 !important;
    background-color: #6d799385;
  }
  #photo-break {
    width: 100vh;
    height: 100vh;
  }
  /* #photo-raffi {
    visibility: visible !important;
    display: block;
  } */
  .sambutan {
    padding: 0 0 0 0;
    background: url("images/raffi9x16.jpg") center center / cover no-repeat
      fixed;
    height: 100%;
    overflow: hidden;
    opacity: 1;
  }
}
@media only screen and (max-width: 500px) {
  /* .sambutan {
    background: url("/images/raffi9x16.jpg") center center / cover no-repeat
      fixed;
    height: 100%;
    overflow: hidden;
    opacity: 1;
  } */
}
@media only screen and (width: 1024) and (height: 1366) {
  .berita {
    padding: 30vh 0 30vh 0;
  }
}
@media only screen and (width: 768) and (height: 1024) {
  .berita {
    padding: 30vh 0 30vh 0;
  }
}
