@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&display=swap');

/* 
Buttons (400)
font-family:'Bebas Neue', sans-serif;

Body (400)
font-family:'Lato', sans-serif;
*/

body {
  font-family:'Lato', 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 .location-logo {
  width: 350px;
  margin-bottom:50px;
}

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

#home_page_cover {
  background: -webkit-gradient(linear, left top, left bottom, from(#140f0c), color-stop(42%, #3f3d3c), color-stop(91%, #191614));
  background: -o-linear-gradient(#140f0c 0%, #3f3d3c 42%, #191614 91%);
  background: linear-gradient(#140f0c 0%, #3f3d3c 42%, #191614 91%);
  background-image: url('https://static.spotapps.co/web/monkskettle--com/css/../custom/background.jpg');
  background-color: #000;
  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;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

.on-cover-content .section-wrapper a {
  text-transform: none;
  background-color: transparent;
  color: #fff;
  margin-top: 10px;
  font-family:'Lato', sans-serif;
  font-size: 1em;
}

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

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

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

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

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 20px 3px 20px ;
    text-transform: uppercase;
    background-color: #000;
    background: #000;
    border: 2px solid #fff;
    color: #E7DEBD;
    font-family:'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    -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:190px;
    text-align: center;
}

.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: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    opacity: 1;
}

.on-cover-content .locations-holder .address-row {
  display: block;
}


@media (max-width: 991px) {
  .on-cover-content .section-wrapper .container .location-logo {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .location-logo { 
    width: 200px;
    margin-bottom:20px;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(2) {
    margin: 60px 0 0 0;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 20px 6px 20px;
  }
}