@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

/* 
Headings
font-family: 'Rubik', sans-serif;

Buttons (400)
font-family: 'Bebas Neue', cursive;

Text (400)
font-family: 'Roboto Condensed', sans-serif;
*/

body {
  font-family: 'Roboto Condensed', sans-serif;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
}

.on-cover-content .section-wrapper .container img {
  margin: auto;
}

.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 30px;
  max-width: 450px;
}

#home_page_cover {
  background-color: #e5d8b6;
  background-image: url('https://static.spotapps.co/web/brickworksde--com/css/../custom/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 8px 40px;
    text-transform: uppercase;
    background-color: #f29f51;
    background: #f29f51;
    border: 2px solid #f29f51;
    color: #000;
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    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;
    border-radius: 0;
    margin: 5px auto 20px;
}
.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: #817b68;
    background: #817b68;
    border: 2px solid #817b68;
    color: #000;
    opacity: 1;
}

.on-cover-content h2 {
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-size: 2.5em;
  color: #8f220a;
  margin-bottom: 25px;
}

.on-cover-content .locations-holder a.custom-temp-btn {
  width: 160px;
  max-width: 100%;
}

.on-cover-content .section-wrapper .locations-holder h3 {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
}

.on-cover-content .section-wrapper .locations-holder h3 a {
  text-transform: none;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.on-cover-content .section-wrapper .locations-holder h3 a:hover,
.on-cover-content .section-wrapper .locations-holder h3 a:focus {
    text-decoration: none;
    color: rgb(54, 54, 54);
    opacity: 1;
}

@media (max-width: 1200px) {
  .on-cover-content h2 {
      font-size: 2.3em;
  }
}

@media (max-width: 1023px) {
  .on-cover-content h2 {
      font-size: 2em;
  }
}

@media (max-width: 767px) {
  .home-page .header {
        height: auto;
        overflow-y: auto;
  }
  #home_page_cover {
        min-height: 100vh;
  }
  .on-cover-content .section-wrapper {
        padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 200px;
        margin-bottom: 10px;
  }
  .on-cover-content h2 {
      font-size: 1.6em;
      margin: 30px auto;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
    font-size: 18px;
  }
  .location {
    margin-bottom: 30px;
  }
  .button-container {
      margin-top: 10px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      margin: 5px auto 10px;
      width: auto;
      min-width: 190px;
  }
}