@font-face {
    font-family: "Senturygothic";
    src: url("../Fonts/centurygothic.ttf") format('truetype');
  }

body {
    background-color: #f1e5cb;
    font-family: "Senturygothic"; 
}

.blocker {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 16;
}

/* HEADER */
.animated {
    background-color: #3b010f;
  }
/* BUTTONS */
.button {
    color: #f1e5cb; 
    background-color: #3b010f;
}
.button:hover {
    color: #f1e5cb; 
    background-color: #841b34;
}
/* CONTENT */
.content h3 {
  font-size: 1.875rem; 
  font-weight: 600; 
  margin-bottom: 1rem;
}
.content p {
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 10px;
}
.content li {
    margin-bottom: 10px;
}
.menu li {
  margin-bottom: 0px;
}