body {
  background: transparent
    url("../../../images/hotels/greenwood_beach/background_greenwoodbeach_1.jpg")
    repeat;
  color: #000066;
  background-size: 100% 80%;
  background-attachment: scroll;
  background-position: center 30%;
  background-repeat: no-repeat;
  min-height: 100%;
  height: 100%;
}

body a {
  display: inline-block;
  color: #000066 !important;
}

header {
  margin-top: 25px;
  margin-bottom: 50px;
  background: none;
  height: 150px !important;
}

header p {
  font-size: 32px;
}

header img {
  margin-bottom: 200px !important;
}

.subpage header {
  height: 180px;
  box-shadow: none;
  width: 100%;
}

.main {
  min-height: 400px;
  border: none;
}

.hotel-data .staying span {
  color: #b2b2b2;
}

hgroup.deal {
  background: #eaf7f8;
  border-top: 1px solid #d1eaed;
  border-bottom: 1px solid #d1eaed;
  display: block;
  float: left;
  margin: 20px 0 20px 0;
  padding: 10px;
  width: 100%;
}

hgroup.deal h3 {
  padding-top: 4px;
}

hr {
  margin-top: -10px;
  max-width: 55px;
  width: 100%;
}

.contact-footer {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 25px;
  vertical-align: baseline;
  background: rgba(255, 255, 255, 0.75);
}
.footer-contact-text {
  font-family: "niconne";
  font-size: 1.4em;
  text-decoration: underline;
  text-align: center;
  margin-top: 15px;
}
.header-label-text {
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 14px;
  margin-left: 10px;
  font-size: 1.3em;
  color: black;
}

#header-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 1rem 0;
  margin-top: -15px;
}

.footer-container {
  text-align: center;
  width: 100%;
  height: 100px;
}
.footer-contacts {
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px 0px 30px;
}
.footer-contacts span {
  display: block;
}

.deal h3 {
  color: #5aafaf;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
}

.deal h4 {
  color: #676767;
  font-size: 15px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.hotel-data p {
  color: red !important;
}

.hotel-data {
  color: whitesmoke;
}

.hotel-selection {
  border-radius: 10px;
  background-color: white;
}

.time_color {
  color: black;
}

.footer__find-text {
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 1.721;
}

@media (max-width: 675px) {
  header p {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  header p {
    font-size: 22px;
  }
}

@font-face {
  font-family: "niconne";
  src: url("/fonts/niconne/niconne.ttf");
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: green;
    border-radius: 100%;
  }

  50% {
    background-color: orange;
  }

  100% {
    transform: scale(2);
    background-color: red;
  }
}
