@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Albert+Sans&display=swap');

/*
font-family: 'Albert Sans', sans-serif;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
*/

body {
  font-family: 'Montserrat', sans-serif;
}
/* put under the comment if it's NOT sinle page website */
.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
  display: none !important;
}
.on-cover-content .section-wrapper {
  width: 1500px;
  max-width: 100%;
  vertical-align: top;
}
.on-cover-content .section-wrapper .container {
  width: 100%;
  padding-top: 40px;
}
.on-cover-content .section-wrapper .container img {
  margin: auto;
}
.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 50px;
}
.on-cover-content .section-wrapper h2 {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.8em;
  color: #000;
}
.on-cover-content .section-wrapper p {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
}

#home_page_cover {
  background-image: url(../web/gallerypastry--com/custom/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.on-cover-content .section-wrapper .locations-holder a {
  background-color: transparent;
}
#accessibility-footer {
    display: none;
}
.on-cover-content .locations-holder p a:hover, 
.on-cover-content .locations-holder p a:focus {
  text-decoration: underline;
}
@media (max-width: 2100px) {
  .home-page .header {
    height: auto;
    overflow-y: auto;
  }
  #home_page_cover,
  .on-cover-content {
    min-height: 100vh;
  }
}
@media (max-width: 1400px) {
  .on-cover-content .section-wrapper p {
    font-size: 1.2em;
  }
}
@media (max-width: 1023px) {
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 30px;
  }
  .on-cover-content .section-wrapper p {
    font-size: 1em;
  }
}

@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 .locations-holder div {
    border-bottom: 2px solid #000;
  }
  .on-cover-content .locations-holder a {
    text-transform: uppercase;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 1.7em;
    padding: 0;
    color: #000;
  }
  .on-cover-content .locations-holder a:focus {
    color: #000;
  }
  .on-cover-content .section-wrapper .container img {
    width: 70%;
  }
  .on-cover-content .section-wrapper h2 {
    font-size: 1.5em;
  }
  .on-cover-content .locations-holder p {
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .on-cover-content .locations-holder a {
    margin-top: 10px;
  }
}