.footer-container {
  background-color: #007700;
  background-image: linear-gradient(to left, #00BF63 , #38B6FF);
  margin: 0px 6px 0px 6px;
  border-radius: 10px;
}

.footer-item {
  float: left;
  padding: 15px;
  color: white;
}

/* Clearfix (clear floats) */
.footer-container::after {
  content: "";
  clear: both;
  display: table;
}

.huge {
font: bold 20px Arial, sans-serif;
padding-bottom:10px;
}

/* Responsive layout - makes the three footer-items stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .footer-item {width: 100%;}
  .huge {font: bold 16px Arial, sans-serif;}
}

.big {
font: bold 18px Arial, sans-serif;
padding-bottom:10px;
}

.hover-link {
color:white;
padding-bottom:30px;
}

.hover-link:hover {
color: blue;
}

.container {
  background-color: #007700;
  background-image: linear-gradient(to left, #00BF63 , #38B6FF);
  margin: 0px 6px 0px 6px;
  border-radius: 10px;
  padding:20px;
}
