@font-face {
  font-family: "MyWebFont";
  src: url("./fonts/Cabin-Regular.ttf") format("truetype");
}

body {
  font-family: "MyWebFont";
  color: #c2a157;
  font-size: 17px;
}

h1 {
  font-family: "MyWebFont";
  color: #aec704;
  font-size: 30px !important;
  text-transform: uppercase;
  margin-bottom: 12pt !important;
}

.menu-item{
  padding: 2pt;
}
.current-menu-item,
.current_page_item {
  background-color: #aec704;
  color: white;
}

.btn-signup {
  background-color: #c97f2a;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.swiper-button-prev {
  color: #cccccc !important;
}

.swiper-button-next {
  color: #cccccc !important;
}

.swiper-pagination-bullet-active {
  --swiper-theme-color: #cccccc !important;
}

/* fixes bootsrap collapse tailwind conflict */
.navbar-collapse.collapse {
  visibility: unset !important;
}

img.img-responsive {
  margin: auto;
  width: 100%;
}
