html {
  min-height: 800px;
  background-image: url("/images/NewAcropolisFIU.jpg");
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: sans-serif;
}

body {
  background-color: #fff;
  margin: 7px auto;
  width: 60%;
  height: 100%;
  min-height: 800px;
  padding: 20px 20px 0 20px;
  box-shadow: 0px 0px 5px 1px lightgrey;
}

.logo {
  width: 100%;
}

.Kwanzaa {
  width: 20px;
}
.palmtreeslice {
  width: 100%;
}

blockquote:hover {
  color: rebeccapurple;
/*  background-color: lavender;
  font-weight: bold; */
}

#month {
  text-align: right;
}

#month:hover {
  width: 100%;
  background-image: linear-gradient(90deg, lightblue, LightSteelBlue);
  color: white;
}

footer {
  box-sizing: border-box;
  text-align: left;
  width: 100%;
/*  height: 30px; */
  background-color: darkgreen;
  padding: 5px; 
  margin-bottom: 10px;
}

.footer-social {
  float: right;
}

.clearfix {
  overflow: auto;
}

.thanksgiving {
background-image: linear-gradient(90deg, darkred, orange);
text-align: right;
font-weight: bold;
color: darkred;
padding-top: 5px;
padding-bottom: 5px;
}

.thanksgiving:hover {
box-shadow: 5px 5px 10px tan;
color: brown;
}