/* Museum Footer */

.museum-footer {
  margin-top: 120px;
  padding: 80px 30px;
  border-top: 1px solid #30251d;
  background: #0b0907;
  color: #ece7df;
}

.footer-title h2{

font-size:42px;

margin: 30px;

}

.footer-title p{

color:#7ecae8;

letter-spacing:2px;

text-transform:uppercase;

}

.footer-quote{

margin:40px auto;

max-width:700px;

font-size:22px;

font-style:italic;

color:#c9c2b6;

line-height:1.8;

}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 50px auto;
}

.footer-navigation a {
  padding: 12px 20px;
  border: 1px solid #3a2a20;
  color: #ece7df;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-navigation a:hover {
  border-color: #7ecae8;
  color: #7ecae8;
}

.footer-bottom{

margin-top:60px;

color:#8f8780;

line-height:1.8;

font-size:14px;

}

.museum-footer {

    margin-top:140px;

    padding:80px 30px;

    border-top:1px solid #30251d;

    background:#0b0907;

}

