@import url('//fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');

/* 
Buttons (600)
font-family: 'Raleway', sans-serif;
*/

body {
  font-family: 'Raleway', sans-serif;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
}

.on-cover-content .section-wrapper .container img {
  margin: 0 auto 70px;
  max-width: 480px;
}
.on-cover-content .open-table-mobile-holder {
  display: none;
}
.on-cover-content .open-table-desktop-holder {
  margin-top: 100px;
}

#home_page_cover {
  background-color: #170602;
  background-image: url("https://static.spotapps.co/web/pizzaioloprimo--com/css/../custom/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
  padding: 9px 30px;
  text-transform: uppercase;
  background-color: #FDBF11;
  background: #FDBF11;
  border: 2px solid #FDBF11;
  color: #030303;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 19px;
  box-shadow: none;
  border-radius: 25px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  margin-inline: 30px;
  min-width: 227px;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #EFEFEF;
    background: #EFEFEF;
    border: 2px solid #EFEFEF;
    color: #030303;
    opacity: 1;
}

@media (max-width: 1023px) {
  .home-page .header {
      height: auto;
      overflow-y: auto;
  }
  #home_page_cover {
      min-height: 100vh;
  }
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 360px;
  }
}

@media (max-width: 991px) {
  .on-cover-content .open-table-desktop-holder {
    display: none;
  }
  .on-cover-content .open-table-mobile-holder {
    display: block;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper {
    padding-top: 5px;
  }
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 240px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      margin: 15px auto;
      width: auto;
  }
}