/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */


#myVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 75%;
  min-height: 75%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  
}
.logotext{
  font-family: 'Abel', sans-serif !important;
  color: #fff;
}
.footertext{
  color: darkgrey;
  font-size: 12px;
}