h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #0A0A0A;
}

a {
  font-weight: normal;
}

body {
  background: #F9F9F9;
}

#content {
  min-height: 90vh;
}

.row {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.button {
  background: #D1661A;
  color: #FEFEFE;
  padding: 8px 12px;
  border-radius: 5px;
}

.button:hover {
  background: #a45014;
  color: #FEFEFE;
}

.button.secondary {
  background: #E91E63;
}

.button.secondary:hover {
  background: #c1134e;
}

.pad {
  padding: 50px 0;
}

.card {
  padding: 20px;
}

.header {
  background: #D1661A;
  margin-bottom: 0;
}
.header a {
  color: #FEFEFE;
}
.header .nav-btn span {
  background-color: #FEFEFE;
}

body, html {
  overflow-x: hidden;
}

body {
  background: #F9F9F9;
}

#slider {
  height: 665px;
}
#slider #logo {
  margin-top: 150px;
}
@media (max-width: 640px) {
  #slider {
    height: 340px;
  }
  #slider #logo {
    margin-top: 60px;
  }
}

#slider:before {
  content: "";
  background: rgba(114, 45, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 665px;
  z-index: 0;
}

#grid {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../../img/backgrounds/voices.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

#gallery .thumbnail img {
  height: 150px;
  width: 150px;
  padding: 10px;
  border: 1px #ccc solid;
}
@media (max-width: 640px) {
  #gallery .col-2 {
    width: 50%;
  }
  #gallery .thumbnail img {
    height: 165px;
    width: 165px;
  }
}

#artwork {
  background: url("../../img/backgrounds/art.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 25px;
}

footer {
  background: #222222;
}
footer h5, footer p, footer a {
  color: #FEFEFE;
}
footer p {
  margin-bottom: 0;
  font-size: 13px;
}

.masonry-css {
  column-count: 3;
  column-gap: 30px;
}
@media (max-width: 640px) {
  .masonry-css {
    column-count: 1;
  }
}

.masonry-css-item {
  break-inside: avoid;
  margin-bottom: 30px;
}
.masonry-css-item img {
  border: 10px solid #FEFEFE;
}
.masonry-css-item h6 {
  color: #0A0A0A;
  font-size: 1.1rem;
}
.masonry-css-item p {
  font-size: 1rem;
  color: #0A0A0A;
}

/*# sourceMappingURL=app.css.map */
