body {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.content {
  z-index: -1;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.background-image {
  position: relative;
  left: 100%;
  margin-left: -200%;
  margin-top: -20%;
}

.home-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

footer {
  color: white;
  background-color: #002B3B;
  width: 100%;
  padding: 15px;
  z-index: 1;
  font-size: 1.3vw;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

footer a {
  color: white !important;
}

@media (max-width: 699px){
  footer {
    font-size: 2.2vw !important;
  }
}

.address {
  float: left;
}

.disclosure {
  float: right;
  text-align: right;
  margin-top: -15px;
}

.disclosure a {
  text-decoration: none;
}

.disclosure a:hover {
  text-decoration: underline;
}
