/* Landing page top block */
* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
body {
    margin: 0;
    background-color:#042C49;
}
article {
  min-height:20%;
  padding-top:25px;
  color:#fff;
}
article {
    min-height: 20%;
    padding-top: 25px;
}
.video-container i {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    color: rgba(255,255,255, 0.5);
    font-size: 70px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.video-background {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  position: absolute;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.home-text {
  color:#f7f7f7;
  position: absolute;
  width:100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align:center;
}
.bg-op {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  min-height:100%;
  background-color:rgba(0,0,0,0.4);
  z-index:-98;
}
.footer {
  color:#f7f7f7;
  position: fixed;
  bottom:5px;
  text-align: center;
  right: 15px;
  padding-bottom: 15px;
}
.footer span {
  font-size: 12px;
}

/* Services */
.services {
  text-align:center;
  display: block;
}
.services-block {
  display: inline-table;
  margin-left: 20px;
  width: 100px;
}
div.services-block:first-of-type {
  margin-left: 0px;
}
.services p {
    margin-top: 5px;
}
.services i {
    font-size: 60px;
}
.services h1 {
    margin-bottom: 15px;
}
@media (max-width:521px) {
  div.services-block:last-of-type {
    margin-left: 0px;
  }
}
