body{
  font-family: 'Assistant', sans-serif;
  font-weight: lighter;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler{
  border-color: rgba(0, 0, 0, 1);
  margin-top: -69px;
}

.navbar-brand {
    padding-top: 0;
    z-index: 9999;
}

.navbar {
    padding-top: 0;
}

.navbar-collapse {
    margin-top: -60px;
    text-transform: uppercase;
    text-align: right;
    background: #FFF !important;
    padding: 0 20px 20px 20px;
    margin-right: -20px;
    z-index: 999;
}

h3 {
    font-size: 6.75rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    line-height: 6rem;
}

.hero-image {
  background-image: url("../img/pizza.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.text-red{
  color:#e6001b !important;
}

a.action {
    background: #e6001c;
    color: #fff;
    padding: 10px 15px;
    font-weight: initial;
}

.bg-dark {
    background-color: #1c1c1c !important;
}

@media screen and (max-width: 350px) {
  h3 {
    font-size: 3.75rem;
    line-height: 3rem;
  }
}


/*ORDINA*/

.pjFdContainer{
  font-weight: normal !important;
}

[id^="pjWrapper"] p {
    margin: 0 0 10px;
    font-weight: normal !important;
}

/* #pjWrapperFoodDelivery_theme1 .pjFdPanelRight .pjFdPanelHead,
#pjWrapperFoodDelivery_theme1 .pjFdProductName,
#pjWrapperFoodDelivery_theme1 .pjFdPanelLeft .panel-group .panel-heading a[aria-expanded="false"],
#pjWrapperFoodDelivery_theme1 .pjFdBtnActive,
#pjWrapperFoodDelivery_theme1 .pjFdNav .pjFdBtnActive,
#pjWrapperFoodDelivery_theme1 .pjFdLanguage .pjFdBtnActive,
#pjWrapperFoodDelivery_theme1 .pjFdBtnLink:hover,
#pjWrapperFoodDelivery_theme1 .pjFdBtnLink {
    color: #e6001c !important;
}

#pjWrapperFoodDelivery_theme1 .btn-default {
    border-bottom: 2px solid #e6001c !important;
    background: #e6001c !important;
}


#pjWrapperFoodDelivery_theme1 .pjFdBtnHome, #pjWrapperFoodDelivery_theme1 .pjFdBtnAcc, #pjWrapperFoodDelivery_theme1 .pjFdBtnTotal, #pjWrapperFoodDelivery_theme1 .pjFdBtnNav,
#pjWrapperFoodDelivery_theme1 .pjFdCounter .btn {
    color: #fff !important;
}

#pjWrapperFoodDelivery_theme1 .pjFdBtnActive, #pjWrapperFoodDelivery_theme1 .pjFdNav .pjFdBtnActive, #pjWrapperFoodDelivery_theme1 .pjFdLanguage .pjFdBtnActive {
    background: #e3e3e1 !important;
} */
