.custom_fill {
  fill: #F8F1E5;
}

.mainBGColor {
  background-color: #2F3131;
}

.secondBGColor {
  background-color: #F8F1E5;
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-secondary {
  background-color: #2F3131;
}

#menuBtn {
  color: #2F3131;
  border-radius: 50px;
}

#menuBtn:hover {
  color: white;
  background-color: #F8F1E5;
}

/*# sourceMappingURL=custom_buttons.css.map */
