body {
  font-family: Verdana, sans-serif;
}
.masterhead {
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  background-image: url("images/AvondaleHotel.png");
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

.logo {
  right: 10%;
  top: 10%;
  position: fixed;
}

.call {
  right: -20%;
  top: 20%;
  position: relative;
}

.email {
  right: -30%;
  top: 20%;
  position: relative;
}

/* Index footer*/
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: whitesmoke;
  color: black;
  text-align: center;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  cursor: pointer;
}

p {
  font-size: x-small;
  text-decoration: none;
}

/* Disclaimer */
.disclaimer p,
.terms_and_conditions p,
.privacypolicy p {
  font-size: 15px;
}