h1 {
  font-family: 'Dancing Script', cursive;
  color: #f08c2b;
  font-size: 5rem;
  margin-top: 60px;
  text-align: center;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

::-moz-selection {
  background-color: #f08c2b;
  color: white;
}

::selection {
  background-color: #f08c2b;
  color: white;
}

header {
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  background-color: #2b2b2b;
}

header .logo {
  width: 240px;
  height: auto;
  margin: 20px 70px 15px 0;
}

header .navbar {
  padding: 0 100px;
}

header .navbar .navbar-brand {
  margin-right: 80px;
}

header .nav-item {
  margin: 25px 20px;
}

header .nav-item a {
  color: white;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

header .nav-item a:hover {
  color: #f08c2b;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

header .active {
  background-color: #f08c2b !important;
}

/* General style */
[class^="col"] {
  text-align: center;
}

/* Making the map responsive */
.map-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  max-height: 200px !important;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Harmonizing strong items */
strong {
  font-weight: 600;
  color: #7f3e1a;
}

/* Applying personal styles to components: cards */
.border-card {
  border: 0.1rem solid #7f3e1a;
  border-radius: 0.4rem;
}

.bg-dropdown {
  background-color: #ecc782;
}

/* Applying personal styles to components: buttons */
.btn:focus, .btn-warning:focus, .btn-warning:active, .btn-success:focus, .btn-success:active, .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-warning:hover {
  background-color: #ffa700;
}

.button-success:hover {
  background-color: #07673a;
}

/* Title */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: white;
  background-color: #2b2b2b;
  position: relative;
}

footer ul, footer ol {
  list-style: none;
}

footer dl, footer ol, footer ul {
  margin-top: 0;
  margin-bottom: 0;
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul li {
  margin: 25px 30px;
}

footer a {
  color: white !important;
  list-style: inherit;
  text-decoration: inherit !important;
  padding: 0px 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

footer a:hover {
  color: #f08c2b !important;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.visible-xs {
  display: none !important;
}

@media (max-width: 1335px) {
  footer ul li {
    margin: 25px 20px;
  }
}

@media (max-width: 1300px) {
  header .navbar {
    padding: 0 50px;
  }
  header .navbar .navbar-brand {
    margin-right: 35px;
  }
  header .nav-item {
    margin: 20px 10px;
  }
}

@media (max-width: 1220px) {
  footer ul li {
    margin: 25px 10px;
  }
}

@media (max-width: 1100px) {
  header .logo {
    width: 200px;
    margin: 20px 50px 15px 0;
  }
  header .navbar {
    padding: 0 50px;
  }
  header .navbar .navbar-brand {
    margin-right: 25px;
  }
  header .nav-item {
    margin: 20px 8px;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer ul {
    margin: 15px;
  }
  footer ul li {
    margin: 8px 10px;
  }
}

@media (max-width: 767px) {
  header .logo {
    width: 180px;
    margin: 0 10px;
  }
}

@media (max-width: 375px) {
  header .logo {
    width: 150px;
    margin: 0 5px;
  }
}
/*# sourceMappingURL=style-our-restaurants.css.map */