@import url(all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Signika:wght@500;600&family=Source+Sans+Pro&display=swap');

@font-face {font-family: "Font Awesome 5 Free"; src: url(webfonts/fa-solid-900.eot)};

#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1;
}

body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}

.signika {
  font-family: 'Signika', medium;
}

.source-sans {
  font-family: 'Source Sans Pro', sans-serif;
}

.open-sans {
  font-family: 'Open Sans', semi-bold;
}

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

.zone-service {
  height:375px;
  background-color:rgba(255, 255, 255, 0.50);
  color:black;
}

.zone-service-grand {
  height:fit-content;
  background-color:rgba(255, 255, 255, 0.50);
  color:black;
}

.parallax-mirror {
  filter: contrast(0.55);
  -webkit-filter: contrast(0.55);
}
