html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: Georgia;
}

footer {
  height: 15vh;
  margin-top: auto;
  text-align: center;
  background-color:  #33cc33;
  color: #000000;
  width: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-around;
}  

#wtsky {
  position: relative;
  height: 40vh;
  background-color: cyan; /* For browsers that do not support gradients */
  background-image: linear-gradient(cyan, white);
  text-align: center;
  font-size: 10vh;
  color: #ffffff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  padding-top: 20px;
}

#wtbeach {
  position: relative;
  height: 45vh;
  background-color: yellow; /* For browsers that do not support gradients */
  background-image: linear-gradient(#33adff,#ffffff, #ffcc00);
}

#tempmessage {
  text-align: center;
  font-size: 2vh;
  color: #000000;
  padding-top: 20px;
}

a.icon:link, a.icon:visited {
  padding: 0px 0px 0px 0px; 
}

a.icon:hover, a.icon:active {
  
}

a.button:link, a:visited {
  background-color: #33adff;
  color: #000000;
  padding: 14px 25px;
  text-align: center;
  font-size: 3vh;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
}

a.button:hover, a:active {
  background-color: #ffff80;
  color: #0000ff;
}

#offerbutton {
  text-align: center;
}

div.offercards {
  display:flex;
  justify-content: space-around;
  position: absolute;
  width: 90%;
  left: 10vh;
  top: 16vh;
  height: 70vh;
}

div.polaroid {
  justify-content: space-around;
  padding: 10px;
  width: 500px;
  height: 65vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  background-color: #ffffcc; /* For browsers that do not support gradients */
  background-image: linear-gradient(#ffffcc, #ffffff);
  color: #000000;
  padding: 14px 25px;
  font-size: 3vh;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
}

div.container {
  
}