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

/* 
Headings (700)
Titles - font-family: 'Nunito', sans-serif; bold
Subtitles - font-family: 'Nunito', sans-serif; regular
Button - font-family: 'Nunito', sans-serif; regular
*/

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

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

.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 100px;
  max-width: 600px;
}

.on-cover-content {
  width: 75%;
}

.on-cover-content .section-wrapper {
  display: flex;
  justify-content: center;
}

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

.home-page .header {
  height: auto;
  overflow-y: auto;
}

#home_page_cover {
  background-color: #251a14;
  background-image: url('https://static.spotapps.co/web/metrocityrestaurants--com/css/../custom/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
  padding: 15px 50px;
  text-transform: uppercase;
  background-color: #AC3227;
  background: #AC3227;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 19px;
  box-shadow: none;
  -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;
  min-width: 200px;
}
.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: #000;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  opacity: 1;
}

.on-cover-content .locations-holder h2 {
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif; 
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  margin-top: 25px;
}

.on-cover-content .section-wrapper .locations-holder h3 a {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  text-transform: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0;
  font-size: 0.9em;
  margin-top:0;
}

.on-cover-content .section-wrapper .locations-holder h3 a:hover,
.on-cover-content .section-wrapper .locations-holder h3 a:focus {
    text-decoration: none;
    opacity: 0.9;
}

.image-holder {
  margin: 0 auto 10px;
}

.on-cover-content .section-wrapper .image-holder > a {
  padding: 0;
}

@media (max-width: 1200px) {
  .on-cover-content {
    width: 100%;
  }
  .on-cover-content .container h1 {
    font-size: 3.3em;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v8.navbar-fixed-top{
    height: 70px;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 240px;
  }
  .on-cover-content .section-wrapper {
    padding: 0 0 2em;
  }
  .on-cover-content .locations-holder h2 {
    margin-top: 5px;
  }
  .on-cover-content .section-wrapper .locations-holder h3 {
    margin-top: 0;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    margin: 25px auto ;
  }
}