body
{
  /*background: linear-gradient(45deg, #000066 0%, #007777 100%);*/
  /* background: linear-gradient(to top, #000066 0%, #007777 100%); */
  background-size: 100%;
  background-attachment: fixed;
}

.topmenu
{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.casestudy-section
{
  top: 34.5%;
}



.casestudy-container
{
  box-shadow: none;
}

.casestudy-articlecontainer
{
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.services-container
{
  margin-top: 10vh;
}

.services-hazardstripecontainer
{
  width: 100%;
  text-align: center;
  position: relative;
  /*top: -0.5em;*/
}

.services-hazardstripe
{
  width: 20%;
  height: 6px;
  display: inline-block;
}


.services-splashvideooverlay
{
  background: linear-gradient(to bottom, rgba(32, 64, 128, 0.35) 75%, rgba(32, 64, 128, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -25;
}

.services-splashvideo
{
  position: absolute;
  top: 0;
  z-index: -50;
  width: 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  /* height: 75%;  */
  overflow: hidden;
  pointer-events: none;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -100;
}