@import url('//fonts.googleapis.com/css2?family=Syne&display=swap');
/* 
Buttons (400)
font-family:'Syne', sans-serif;
*/

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

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

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

#home_page_cover {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
}

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

.on-cover-content .section-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.on-cover-content .section-wrapper a:hover {
  opacity: 1;
  text-decoration: underline;
}

.on-cover-content .section-wrapper a:focus {
  text-decoration: none;
}

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

.on-cover-content .section-wrapper .container img {
  margin: 0 auto;
}

.on-cover-content .section-wrapper .container .logo-image {
  margin-bottom: 20px;
  width: 350px;
}

.on-cover-content .section-wrapper .container .locations-holder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-4 {
  background-color: #010c2a;
  background: -webkit-gradient( linear, left top, left bottom, from(#0d0e0f), color-stop(30%, #0a3c85), to(#000000));
  background: -o-linear-gradient( #0d0e0f 0%, #0a3c85 30%, #000000 100%);
  background: linear-gradient( #0d0e0f 0%, #0a3c85 30%, #000000 100%);
  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;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-4:nth-child(1) {
  background-image: url('https://static.spotapps.co/web/pennysrestaurants--com/css/../custom/11.jpg');
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-4:nth-child(2) {
  background-image: url('https://static.spotapps.co/web/pennysrestaurants--com/css/../custom/22.jpg');
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-4:nth-child(3) {
  background-image: url('https://static.spotapps.co/web/pennysrestaurants--com/css/../custom/33.jpg');
}

.col-md-4 .custom-temp-btn,
.on-cover-content .locations-holder .col-md-4 a.custom-temp-btn {
    padding: 5px 7px;
    text-transform: uppercase;
    background-color: transparent;
    background: transparent;
    border: 4px solid #fff;
    color: #fff;
    font-family:'Syne', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    -webkit-box-shadow: none;
     box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    min-width:230px;
    text-align: center;
    margin:0;
}

.col-md-4 .custom-temp-btn:hover,
.on-cover-content .locations-holder .col-md-4 a.custom-temp-btn:hover,
.on-cover-content .locations-holder .col-md-4 a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 4px solid #fff;
    color: #000;
    opacity: 1;
}


@media (max-width:1400px) {
  .on-cover-content .section-wrapper .container .col-lg-4 img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .col-lg-4 img {
    width: 200px;
  }
  .on-cover-content .section-wrapper .container .locations-holder {
    display: block;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-4 {
      padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-4 {
    min-height: 50vh;
  }
}