.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  border-bottom: 10px solid #4c0000;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.content-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header_desktop {
  position: relative;
}

.div-block {
  position: static;
}

.col-3 {
  width: 30%;
  min-height: 125px;
}

.col-9 {
  width: 70%;
  height: 100%;
  position: relative;
}

.strip_back_1 {
  background-color: #8f3a05;
  width: 100%;
  height: 33.33%;
  position: absolute;
  top: 0%;
}

.strip_back_2 {
  background-color: #520000;
  width: 100%;
  height: 33.33%;
  position: absolute;
  top: 33.33%;
}

.strip_back_3 {
  background-color: #8f3a05;
  width: 100%;
  height: 33.33%;
  position: absolute;
  bottom: 0%;
}

.header-container {
  z-index: 99;
  border: 5px #000;
  height: 125px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.col-logo {
  width: 25%;
  height: 100%;
  position: relative;
}

.epaw_logo {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
}

.col-content-header {
  align-items: center;
  width: 75%;
  height: 100%;
  display: block;
  position: relative;
}

.main-menu-wrapper {
  width: 100%;
  height: 33.33%;
  display: flex;
  position: relative;
}

.menu_row_1 {
  width: 100%;
  height: 33.33%;
  position: absolute;
  top: 0%;
}

.menu_row_2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.33%;
  display: block;
  position: absolute;
  top: 33.33%;
}

.menu_row_3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.33%;
  padding-top: 5px;
  display: block;
  position: absolute;
  bottom: 0%;
}

.menu_item_link {
  color: #d57032;
  font-family: Sf Hollywood Hills, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.menu_item_link:hover {
  color: #ffa000;
}

.menu_item_link_dark {
  color: #400000;
  font-family: Sf Hollywood Hills, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.menu_item_link_dark:hover {
  color: #ffa000;
}

.feature_banner {
    flex-grow: 1;
    background-image: url('../images/gradient_back.webp');
    background-position: 0%;
    background-repeat: repeat-x;
    background-size: auto;
    width: 100%;
    height: 80vh;
    position: relative;
}

.epaw_banner_img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer {
  background-image: url('../images/footer_repeat.webp');
  background-position: 50% 0;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 150px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.footer_logo_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 150px;
  display: flex;
  position: relative;
}

.footer_logo_image {
  height: 100px;
}

.footer_menu_row {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  display: flex;
}

.footer_menu_text {
  color: #d57032;
  font-family: Sf Hollywood Hills, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.menu_desktop_wrappers {
  grid-column-gap: 15px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.mobile_content_section {
  background-color: #520000;
  display: none;
  position: relative;
}

.mobile_content_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}

.menu_desktop_wrappers_hidden {
  display: none;
}

.body {
  background-color: #000;
}

body.body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section.mobile_content_section {
  flex-grow: 1;
}

section.feature_banner {
  min-height: 30vh;
}

section.header {
  height: auto;
}

section.footer {
  height: auto;
}

img.epaw_banner_img {
}

@media screen and (max-width: 991px) {
  .menu_item_link, .menu_item_link_dark {
    font-size: 18px;
    line-height: 18px;
  }

  .feature_banner {
    flex-grow: 1;
    height: 500px;
  }

  .footer_logo_block {
    width: 50%;
  }

  .footer_menu_text {
    font-size: 18px;
    line-height: 18px;
  }

  .body {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .menu_row_2, .menu_row_3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu_item_link, .menu_item_link_dark {
    font-size: 16px;
    line-height: 16px;
  }

  .feature_banner {
      flex-grow: 1;
      height: 350px;
  }

  .epaw_banner_img {
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
  }

  .footer_logo_block {
    width: 70%;
  }

  .footer_menu_text {
    font-size: 16px;
    line-height: 16px;
  }

  .menu_desktop_wrappers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    border-bottom-style: none;
  }

  .col-logo {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .col-content-header {
    width: 50%;
    display: none;
  }

  .feature_banner {
      flex-grow: 1;
  }

  .epaw_banner_img {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer_logo_block {
    width: 100%;
  }

  .menu_desktop_wrappers {
    display: none;
    overflow: visible;
  }

  .mobile_content_section {
    display: block;
  }

  .mobile_content_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    position: relative;
  }
}


@font-face {
  font-family: 'Sf Hollywood Hills';
  src: url('../fonts/SF-Hollywood-Hills-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Hollywood Hills';
  src: url('../fonts/SF-Hollywood-Hills-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Hollywood Hills Condensed';
  src: url('../fonts/SF-Hollywood-Hills-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Hollywood Hills Extended';
  src: url('../fonts/SF-Hollywood-Hills-Extended-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}