nav {
  padding-left: 3em;
  background: #062f4f;
}
.footer {
  width: 100vw !important;
  height: 5vh !important;
}
body {
  background-color: #062f4f;
  width: 100vw;
  overflow-x: hidden;
}
.flex-wrap *:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
