html,
body {
  height: 100%;
  font-family: 'Times New Roman', sans-serif;
  font-weight: bold;
}
body {
  background-image: url("../img/450ParkAngle.jpg");
  background-position: center -150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-container {
  border-top: 6px solid #103154;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -13px 15px 5px #ffffff;
  -moz-box-shadow: 0px -13px 15px 5px #ffffff;
  box-shadow: 0px -13px 15px 5px #ffffff;
}
.logo {
  margin-top: -20px;
  margin-right: 20px;
}
.address-container {
  color: #333;
}
.address-container h1 {
  color: #111;
  font-size: 36px;
  font-variant: small-caps;
}
.address-container h3 {
  font-size: 24px;
}
.address-container h3:first-of-type {
  margin-top: 0;
}
.address {
  margin-top: 2rem;
  text-align: center;
}
.disclaimer {
  font-weight: normal;
  color: #000;
}
@media screen and (max-device-width: 799px) {
  .address-container h1 {
    font-size: 30px;
  }
  .contact-container {
    background-color: #fff;
  }
}
.smaller {
  font-size: 80%;
}
