/** Shopify CDN: Minification failed

Line 15:10 Unexpected "{"
Line 15:19 Expected ":"
Line 20:12 Unexpected "{"
Line 20:21 Expected ":"
Line 25:8 Unexpected "{"
Line 25:17 Expected ":"
Line 25:43 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.color-{{ section.settings.color_scheme }} {
  background-color: #0a0a0a;
  color: #eaeaea;
}
.contact__subtitle {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #00e0d6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field__label {
  color: #ccc;
}
.field__input,
.text-area {
  background-color: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
.contact__button {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.contact__button .button {
  background-color: #00e0d6;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  display: inline-block;
  margin: 0 auto;
}.centered-title {
  text-align: center;
}
.contact__button .button:hover {
  background-color: #00bfb6;
}