
body {

  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  font-size: 16px;
}





.videoheader {
  position: relative;
  background-color: black;
  height: 80vh;
  min-height: 35rem;
  width: 100%;
  overflow: hidden;
}
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
  }




  @media only screen and (min-width: 576px) and (min-height: 576px) {
    .headerimage{
      height: 80vh;
    }
  }


  


  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }



.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.list-group-item {
background-color: transparent;

}



footer{
  background-color: #222;
}











.image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.infobox:hover .image {
  opacity: 0.2;
}

.infobox:hover .middle {
  opacity: 1;
}
