@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600|Roboto+Mono:300,400");
* {
  box-sizing: border-box;
}

html {
  background: linear-gradient(rgba(34, 41, 65, 0.15), rgba(46, 55, 86, 0.70)), url("/bg1.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 101%;
  overflow: hidden;
}

.hero-head header {
  height: 75px;
}
.hero-head header .navbar-item img {
  max-height: none;
  width: 90px;
  margin-top: 12px;
}
.hero-head header .navbar-item .is-primary {
  border-color: white !important;
  color: white !important;
}
.hero-head header .navbar-item .is-primary:hover {
  background: rgba(0, 0, 0, 0) !important;
  border-color: white !important;
  color: white !important;
  transition: all 0.2s ease-in-out;
}

.hero-body .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 4rem !important;
  letter-spacing: 15px;
  color: #ffffff !important;
}
.hero-body .subtitle .countdown {
  color: #ffffff;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 15px;
  letter-spacing: 2px;
  font-size: 2.5rem;
}

.hero-foot {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-foot ul li {
  display: inline;
  padding: 25px;
}
.hero-foot a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7rem;
}

/* -------------------- */
/* -- Animations CSS -- */
/* -------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9 ;
  }
  to {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
}

.fade.fadeOne {
  animation-delay: 1.0s;
}

.fade.fadeTwo {
  animation-delay: 1.7s;
}

.fade.fadeThree {
  animation-delay: 2.6s;
}
.fade.fadeThree span {
  font-size: 0.8rem;
}










a.navbar-item.is-active, a.navbar-item:hover, a.navbar-link.is-active, a.navbar-link:hover {
    background-color: inherit;
}

.web-dsc {
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 32px;
}









@media only screen and (max-width: 768px) {
.hero-head header .navbar-item img {
    width: 60px;
    margin-top: 7px;
}

.hero-body .title {
    font-size: 2.1rem !important;
    letter-spacing: 3px;
}

.hero-body .subtitle .countdown {
    letter-spacing: 0px;
    font-size: 1.2rem;
}

.web-dsc {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 22px;
}

.hero-foot {
    margin-bottom: 40px;
}

.hero-foot ul li {
    padding: 0px 10px;
}
}