/** Shopify CDN: Minification failed

Line 53:16 Comments in CSS use "/* ... */" instead of "//"
Line 55:1 Expected identifier but found "%"
Line 56:0 Unexpected "<"
Line 65:0 Unexpected "<"
Line 66:1 Expected identifier but found "%"
Line 67:0 Unexpected "<"
Line 88:0 Unexpected "<"
Line 90:16 Comments in CSS use "/* ... */" instead of "//"

**/
.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

/*ADAM CHANGES*//////////////////////////////

{% if template == 'index' %}
<style>
#MainContent { margin-top: -133px; }
@media (max-width: 767px) {
#MainContent { margin-top: -107px !important; }
}
/* WHEN SCROLLED - HEADER - CHANGE COLOR TO */
.scrolled-past-header * { 
background: #ffffff  !important; /* PLACE DESIRED COLOR HERE */
}
</style>
{% endif %}
<style>
/* BACKGROUND COLOR - TRANSPARENT (UNTIL SCROLLED) */
sticky-header { background: transparent !important; }
.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header__icons {
  margin-left: -20px;
  display: flex;
  align-items: flex-end;
}
.header__heading-logo-wrapper {
  position: -100px important!;
  display: flex;
  align-items: center;
}
</style>

/*ADAM CHANGES*/////////////////////////////// 
