@import url("../css2");
/* line 3, app/assets/stylesheets/public.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Markazi Text', serif !important;
  font-weight: 400 !important;
}

/* line 8, app/assets/stylesheets/public.scss */
.home_header_hero {
  background-color: #FFDE00 !important;
  background: no-repeat center bottom 40px/707px 120px url(public/hero_banner_2-d018cb6b7b55a9fb0dc9ea6d4e4b73ff4a238aeba73c1acd03a437972e2f3236.png) #ffde00;
  background-size: auto 180px;
  padding: 4rem 0;
  padding-bottom: 12.5rem;
  height: 600px !important;
  min-height: 600px !important;
  border-bottom: 3px solid #E5C700 !important;
  border-top: 3px solid #E5C700 !important;
  font-family: 'Markazi Text', serif;
  font-weight: 400;
}

/* line 22, app/assets/stylesheets/public.scss */
.btn-primary {
  background: #FFDE00;
  border-color: #FFDE00;
  box-shadow: 0px 0px 8px 0px rgba(229, 199, 0, 0.95);
}

/* line 30, app/assets/stylesheets/public.scss */
.btn-primary:hover {
  background: #FFDE00;
  border-color: #FFDE00;
  box-shadow: 0px 0px 8px 0px rgba(229, 199, 0, 0.95);
}

/* line 38, app/assets/stylesheets/public.scss */
.btn-black {
  background: #191919;
  border-color: #191919;
  color: #FFDE00;
  border-radius: 12px !important;
  box-shadow: 0px 0px 8px 0px rgba(229, 199, 0, 0.95);
}

/* line 48, app/assets/stylesheets/public.scss */
.btn-black:hover {
  background: #191919;
  border-color: #191919;
  color: #FFFFFF;
}

/* line 54, app/assets/stylesheets/public.scss */
.text-yellow-dark {
  color: #B79F00 !important;
}

/* line 58, app/assets/stylesheets/public.scss */
.tracking_input {
  border: 0px !important;
  border-radius: 12px !important;
  box-shadow: 0px 0px 8px 0px rgba(229, 199, 0, 0.95);
}

/* line 66, app/assets/stylesheets/public.scss */
.fdb-block {
  border-bottom: 3px solid #FAFAFA;
}

/* line 70, app/assets/stylesheets/public.scss */
.bg-dark {
  background: #191919 !important;
}

@media screen and (max-width: 600px) {
  /* line 76, app/assets/stylesheets/public.scss */
  .home_header_hero {
    background-color: #FFDE00 !important;
    background: no-repeat center bottom 40px/707px 120px url(public/hero_banner_2-d018cb6b7b55a9fb0dc9ea6d4e4b73ff4a238aeba73c1acd03a437972e2f3236.png) #ffde00;
    background-size: auto 180px;
    padding: 4rem 0;
    padding-bottom: 12.5rem;
    height: 800px !important;
    min-height: 600px !important;
    border-bottom: 3px solid #E5C700 !important;
    border-top: 3px solid #E5C700 !important;
  }
}
