html, body {
  height: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.4rem;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

#status {
  width: 178px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  margin: -125px 0 0 -89px;
  text-align: center;
}

#call2Action {
  position: relative;
  top: 100%;
}

.btn-dark {
  color: #ccc;
  background-color: transparent;
  border: none;
  font-family: balboa-plus-fill, sans-serif;
}

.btn-dark:hover {
  background-color: transparent;
}

.vid-fluid {
  width: 100%;
  height: auto;
}

a {
  color: #9f9b9b !important;
  font-weight: 600;
  font-style: normal;
}

/*************************************
 *         Video BG                  *
 *************************************/
.jumbotron {
  background-color: #000 !important;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
  height: 100%;
}

.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
}

.jumbotron .container {
  z-index: 2;
  position: relative;
}

.logos_zone img {
  padding-bottom: 8px;
  cursor: pointer !important;
}

.img_indicator {
  padding-bottom: 8px;
  border-bottom: 1px solid #aaaaaa;
}

.info_society {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  min-height: 200px;
}
.info_society p {
  display: none;
}

/*# sourceMappingURL=site.css.map */
