




/* ---------- FOOTER LINKS STYLES ---------- */

.footer-links a,
.footer-links a:visited {
  display: inline-block;
  background-color: maroon;
  color: white;
  text-decoration: underline;
  padding: 2px 3px;
  border-radius: 1px;
  font-size: 100%;
}



.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus {
  background-color: rgb(65, 104, 170);
  text-decoration: none;
  outline: none;

}



/* ---------- FOOTER CONTAINER ---------- */
#footer {
  margin-top: 30px;
  margin-bottom:0px;
  padding: 0;
  background-color: maroon;
  color: white;
  font: 100%/1.0 Helvetica Neue, Helvetica, Arial, sans-serif;
}


/* ---------- NAVIGATION LINKS FORTMATTING ---------- */
.footer-links-container {
  padding: 10px 0;
}

.footer-links {
  text-align: center;
}

.footer-links li {
  display: inline-block;
  margin-right: 5px;
}

.footer-links li::after {
  content: "|";
  margin-left: 5px;
  color: white;
}

.footer-links li:last-child::after {
  content: "";
}



/* ---------- BOTTOM LINKS ---------- */

.copyright {
  font-size: 14px;
  padding-bottom: 12px;
font: 92%/1.0 Helvetica Neue, Helvetica, Arial, sans-serif;
}

.photo-credit {
  font-size: 12px;
  padding-bottom: 40px;
    font: 85%/1.0 Helvetica Neue, Helvetica, Arial, sans-serif;
}



/* ---------- RESPONSIVE ADJUSTMENTS ---------- */

@media (max-width: 600px) {
  .footer-links li::after {
    content: none;
    display: block;
    margin-bottom:10px;
    text-align: center
  }
}
