.m-0 {
  margin: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pt-2, .py-2 {
  padding-top: .5rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

@media (min-width: 768px) {
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
}

.text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

.text-white, .text-white * {
  color: #fff;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-muted {
  /*color: #8898aa !important;*/
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.fs-14, .fs-14 * {
  font-size: 14px!important;
}

.list-none {
  margin: 0px!important;
  padding: 0px!important;
}

.list-none li {
  list-style: none!important;
  padding-left: 0px;
  font-size: 15px;
  line-height: 30px;
}

.bg-dark-transparent {
  background: rgba(0,0,0,0.3);
}

footer {
  background-color: #15212a;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px inherit;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  bottom: 0px;
}

.radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.c-title {
  font-weight: 600;
  margin-bottom: 0.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

.text-overflow {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

iframe, video, img {
  max-width: 100%;
}

.chef img {
  width: 100px;
  margin-bottom: 1em;
  border-radius: 100%;
}

.contact iframe {
  height: 350px!important;
  padding: 1em;
  background: #f9f9f9;
  border-radius: 10px;
}

footer iframe {
  border-radius: 5px;
}

.border-top-3 {
  border-top: 3px solid red;
}

.btn-primary {
  background: #db1e19!important;
  border-color: #db1e19!important;
}

.btn-primary:hover, .btn-primary:focus {
  background: var(--danger)!important;
  border-color: var(--danger)!important;
}

.navbar-light .navbar-toggler {
  border-radius: 3px;
  border-width: 2px;
  border-color: rgb(125,125,125);
}

@media (max-width: 576px) {
  .radius-menu h5 {
    font-size: 16px!important;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .container.container-card .row {
    margin: 0px!important;
  }
}

@media (max-width: 768px) {
  .container.container-card .col {
    padding: 5px!important;
  }
}

@media (max-width: 768px) {
  .container.container-card .radius-menu {
    margin-bottom: 5px!important;
  }
}

