/* Text Elements */

h2 {
  margin-bottom: 1.5rem;
  margin-left: 0;
  color: #404040;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Anton', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  line-height: 1.1;
}

h2.heading-section {
  color: #50b1a9;
  font-size: 70px;
  line-height: .9;
}

h2.turquoise {
  color: #50b1a9;
}

h2.article-title {
  margin-bottom: 0;
  color: #b5b5b5;
}

h2.gallery-h2 {
  width: 100%;
}

h2.component-name-h2 {
  float: none;
  color: #50b1a9;
  font-size: 50px;
  line-height: .9;

  justify-self: auto;
}

h4 {
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.25;
}

h4.sample-22-h4 {
  padding-right: 40px;
}

h4.article-body-h4 {
  width: 100%;
  color: #50b1a9;
}

p.paragraph {
  margin-bottom: 1rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.7;
}

p.paragraph.sample-42-large-p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.9;
}

p.paragraph.heading-section {
  margin-bottom: 3rem;
  color: #f2f2f2;
  text-align: center;
  font-size: 16px;

  justify-self: unset;
}

p.paragraph.light {
  color: #898989;
}

p.paragraph.article-body {
  width: 100%;
  color: #767676;
}

p.paragraph.article-author {
  color: #50b1a9;
}

p.paragraph.footer-copyright-text {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  color: #5d5d5d;
}

p.paragraph span.paragraph-text-1 {
  color: #f00f0f;
}

blockquote {
  border-left-width: 0;
  border-left-style: none;
  color: #404040;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

blockquote.contact-large-quote-text {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  color: #404040;
  text-indent: -15px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Anton', sans-serif;
  line-height: 1;
}

blockquote.contact-large-quote-text.light {
  color: #959595;
  text-indent: -14px;
  line-height: 1.2;
}

a.link-text {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.nav-item {
  position: static;
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5rem .636364rem 1.3rem .6363636363636364rem;
  min-width: 10vh;
  color: #50b1a9;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: .8rem;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  grid-area: auto / auto /auto/ auto;
}

/* Interaction Elements */

a.link-button.button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 1.7em;
  padding-left: 1.7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button {
  letter-spacing: 2px;
  font-size: 14px;
}

a.link-button.button.turquoise {
  border-color: rgba(80, 177, 169, .5);
  color: #50b1a9;
}

label.label {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Layout Elements */

.container.full-width-col {
  padding-right: 0;
  padding-left: 0;
}

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.six-hundred-centered-cont {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.surrounding-padding-col {
  -ms-flex-pack: center;
  padding: 10vw 40px;
  background-color: #f2f2f2;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.sample-4-content-cont {
  margin: 10vw 40px;
  max-width: none;
}

.container.sample-4-left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.one-thousand-centered-cont.sample-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.twelve-hundred-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.one-thousand-centered-cont.sample-41-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.sample-42-text-cont {
  margin-top: 0;
  margin-bottom: 0;
}

.container.sample-43-heading-texts {
  width: 100%;
}

.container.surrounding-padding-col-low {
  -ms-flex-pack: center;
  padding: 7vw 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.heading-section {
  margin: 10vw 40px;
  max-width: none;
}

.container.surrounding-padding-col.turquoise-breaker {
  background-color: #a0d9d5;
}

.container.footer-copyright.surrounding-padding-col-low {
  background-color: #111;
}

.container.heading-left-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: end;
  width: 100%;
  border-style: none;
  border-radius: 100px;
  background-color: #000;
  background-image: url('../IMG_3526.JPEG'), url('../IMG_3527.JPEG');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: cover, auto auto;
  background-repeat: no-repeat, repeat;
  vertical-align: text-bottom;
  opacity: .99;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  background-blend-mode: normal, normal;
}

.container.component-heading-right-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  width: 100%;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.component-heading.full-width-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.component-heading-left-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.component-name-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin: 10vw 40px 0vw;
  max-width: none;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  justify-self: auto;
  grid-area: auto / auto / auto / auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.container.contact-large-quote.surrounding-padding-col {
  width: 100%;
  background-color: #3e3e3e;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: fixed;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: multiply;
}

.container.team-lets-talk-cont {
  margin-bottom: 20px;
  width: 100%;
}

.container.article-body-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.article-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  margin-bottom: 60px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.team-gallery-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-bottom: 3vw;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.team-social-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.contact-large-quote-cont.six-hundred-centered-cont {
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: auto;
  width: 100%;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.nav-container {
  position: relative;
  z-index: 100;
  max-width: 100%;
  background-color: #343434;
}

.container.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #070707;
  opacity: .98;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.welcome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 10vh 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.full-width-col.sample-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-image: -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal, normal;
}

.container.sample-21-texts-cont.second-texts {
  -ms-flex-order: 4;

  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

.container.first-img.sample-21-image-cont {
  -ms-flex-order: 1;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');

  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.container.sample-21-texts-cont {
  padding: 40px 40px 25px;
  width: 100%;
  background-color: #fff;
}

.container.first-texts.sample-21-texts-cont {
  -ms-flex-order: 2;

  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.container.sample-21-image-cont.second-img {
  -ms-flex-order: 3;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');

  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}

.container.sample-21-image-cont {
  min-height: 250px;
  width: 100%;
  background-image: url('../img/image-placeholder.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.about-materials-cont.twelve-hundred-centered-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.component-detail-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.subnav-container {
  z-index: 10;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  min-height: 10px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 20vh;
  background-color: #070707;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  box-shadow: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container#Guitar1 {
  background-color: #000;
}

.container.gallery-wrapper {
  max-width: 1000px;
}

.container.gallery-content {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
}

.container.main-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.container#image-1 {
  z-index: 51;
  display: none;
}

.container#image-4 {
  z-index: 54;
  display: none;
}

.container#image-5 {
  z-index: 55;
  display: none;
}

.container#image-6 {
  z-index: 56;
  display: none;
}

.container.thumbnails-row {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 10px;
}

.container.thumbnail-cont {
  padding-right: 1px;
  padding-left: 1px;
}

.container.button.thumbnail-cont {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.container#image-7 {
  z-index: 56;
  display: none;
}

.container#image-8 {
  z-index: 56;
  display: none;
}

.container#image-9 {
  z-index: 56;
  display: none;
}

.container#image-10 {
  z-index: 56;
  display: none;
}

.container#image-11 {
  z-index: 56;
  display: none;
}

.container#image-12 {
  z-index: 56;
  display: none;
}

.container#image-13 {
  z-index: 56;
  display: none;
}

.container#image-14 {
  z-index: 56;
  display: none;
}

.container#image-15 {
  z-index: 56;
  display: none;
}

.container#image-16 {
  z-index: 56;
  display: none;
}

.container#image-17 {
  z-index: 56;
  display: none;
}

.container#image-18 {
  z-index: 56;
  display: none;
}

.container#image-19 {
  z-index: 56;
  display: none;
}

.container#image-20 {
  z-index: 56;
  display: none;
}

.container#image-2 {
  z-index: 51;
  display: none;
}

.container#image-3 {
  z-index: 51;
  display: none;
}

div.responsive-picture.sample-43-article-body-img {
  margin-top: 20px;
  margin-bottom: 35px;
  max-width: none;
  width: 100%;
}

div.responsive-picture.article-heading-img {
  margin-top: 20px;
  max-width: 250px;
}

div.responsive-picture.component-heading-img {
  max-width: none;
  width: 80%;
  border-radius: 50px;
  background-image: url('../Pics%20For%20Website/wallrack.jpeg');
  background-attachment: scroll;
  background-position: 30vh 30vh;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  opacity: .99;

  background-blend-mode: normal;
}

div.responsive-picture.team-gallery-img {
  margin-bottom: 4%;
  max-width: none;
  width: 48%;
}

a.glyph.font-icon-link-1 {
  padding-top: 13px;
  padding-bottom: 5px;
  padding-left: 15px;
  min-height: 40px;
  color: #50b1a9;
  font-size: 30px;
  line-height: 35px;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

ul.list-container.medium-horizontal.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: start;
  -ms-flex-align: end;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  min-width: 15px;
  list-style-position: outside;
  list-style-type: none;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  grid-area: auto / auto /auto/ auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

div.responsive-picture.picture-2 {
  position: static;
  max-width: none;
  width: 40vh;
  height: 20vh;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  opacity: .99;

  background-blend-mode: normal;
  justify-self: auto;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

div.responsive-picture.picture-2 > picture {
  height: 20vh;
}

div.responsive-picture.component-heading-img > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

div.responsive-picture.main-image {
  margin-top: -80px;
  max-width: none;
  max-height: 350px;
  -webkit-transform: scaleX(1.2) scaleY(1.2);
     -moz-transform: scaleX(1.2) scaleY(1.2);
       -o-transform: scaleX(1.2) scaleY(1.2);
          transform: scaleX(1.2) scaleY(1.2);
}

div.responsive-picture.thumbnail-img {
  opacity: .5;
  -webkit-filter: saturate(1) contrast(1) brightness(1) grayscale(.6);
          filter: saturate(1) contrast(1) brightness(1) grayscale(.6);
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

div.responsive-picture.thumbnail-img:hover {
  opacity: 1;
  -webkit-filter: saturate(1) contrast(1) brightness(1) grayscale(0);
          filter: saturate(1) contrast(1) brightness(1) grayscale(0);
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

@media screen and (min-width: 14.4375rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-weight: 600;
  }

  h1 span.heading-text-13 {
    font-weight: 600;
  }

  h1 span.heading-text-12 {
    font-weight: 600;
  }

  h1 span.heading-text-14 {
    font-weight: 600;
  }

  h1 span.heading-text-15 {
    font-weight: 600;
  }

  h2 span.heading-text-1 {
    font-size: 2.5rem;
  }

  h2.article-title {
    color: #000;
  }

  h2.heading-2 {
    color: #000;
  }

  h2.heading-1 {
    color: #000;
  }

  h4.article-body-h4 {
    font-weight: 500;
  }

  h4.heading-3 {
    color: #000;
  }

  h4 span.heading-text-16 {
    color: #fa0c17;
  }

  p.paragraph.paragraph-7 {
    color: #f2f2f2;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
  }

  p.paragraph span.paragraph-text-7 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-10 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-11 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-12 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-13 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-14 {
    color: #50b1a9;
  }

  p.paragraph.article-author {
    font-weight: 500;
    font-size: 25px;
  }

  p.paragraph span.paragraph-text-27 {
    color: #000;
  }

  p.paragraph.article-body {
    color: #000;
  }

  p.paragraph.paragraph-2 {
    color: #000;
  }

  p.paragraph.paragraph-3 {
    color: #000;
  }

  p.paragraph span.paragraph-text-20 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-19 {
    font-weight: 500;
  }

  p.paragraph.paragraph-4 {
    color: #000;
  }

  p.paragraph.paragraph-5 {
    color: #000;
  }

  p.paragraph.paragraph-6 {
    color: #000;
  }

  p.paragraph span.paragraph-text-21 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-28 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-29 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-32 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-33 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-34 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-35 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-36 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-37 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-38 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-39 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-40 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-41 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-22 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-42 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-43 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-44 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-45 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-46 {
    color: #fa0c17;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-48 {
    color: #000;
  }

  p.paragraph span.paragraph-text-55 {
    color: #000;
  }

  p.paragraph span.paragraph-text-47 {
    color: #fa0c17;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-53 {
    color: #000;
  }

  p.paragraph span.paragraph-text-57 {
    font-weight: 600;
  }

  blockquote.contact-large-quote-text.light {
    text-align: center;
  }

  a.link-text.nav-item {
    color: #fa0c17;
    font-weight: 800;
  }

  /* Interaction Elements */

  label.label.label-1 {
    color: #000;
  }

  label.label span.label-text-1 {
    font-weight: 600;
  }

  label.label span.label-text-2 {
    font-weight: 600;
  }

  label.label span.label-text-3 {
    font-weight: 600;
  }

  label.label span.label-text-4 {
    font-weight: 600;
  }

  /* Layout Elements */

  .container.first-img.sample-21-image-cont {
    background-image: url('../Pics%20For%20Website/IMG_3795.jpeg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.sample-21-image-cont.second-img {
    background-image: url('../Pics%20For%20Website/IMG_3796.jpeg'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.heading-left-cont {
    border-top-left-radius: 0 100px;
    border-top-right-radius: 0 100px;
    border-bottom-right-radius: 0 100px;
    border-bottom-left-radius: 0 100px;
    background-color: #000;
    background-image: url('../IMG_3526.JPEG'), url('../IMG_3527.JPEG');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, auto auto;
    background-repeat: repeat, repeat;
    opacity: 1;

    background-blend-mode: normal, normal;
  }

  .container.sample-4-left-col {
    background-color: #000;
  }

  .container.nav-inner {
    border: .125rem solid #50b1a9;
  }

  a.glyph.font-icon-link-1 {
    position: relative;
    z-index: 999;
    color: #fa0c17;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
  }

  a.social-image.social-icon-1 {
    position: relative;
    left: 95%;
    border-radius: 10px;
    background-color: #0e97e4;
  }

  a.responsive-picture.picture-link-1 {
    position: relative;
    left: 92%;
    max-width: 42px;
  }
}

@media screen and (min-width: 24.875rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-weight: 600;
  }

  h1 span.heading-text-10 {
    color: #0a0a0a;
    font-weight: 600;
  }

  h1 span.heading-text-13 {
    font-weight: 600;
  }

  h2.heading-2 {
    color: #000;
  }

  h2.heading-1 {
    color: #000;
  }

  h4.heading-3 {
    color: #000;
  }

  h4 span.heading-text-16 {
    color: #fa0c17;
  }

  p.paragraph span.paragraph-text-7 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-10 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-11 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-12 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-13 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-14 {
    color: #50b1a9;
  }

  p.paragraph.paragraph-7 {
    text-align: left;
  }

  p.paragraph.heading-section {
    text-align: left;
  }

  p.paragraph span.paragraph-text-42 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-43 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-44 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-45 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-49 {
    color: #fa0c17;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-48 {
    color: #000;
  }

  p.paragraph span.paragraph-text-54 {
    color: #000;
  }

  p.paragraph span.paragraph-text-51 {
    color: #000;
  }

  p.paragraph span.paragraph-text-47 {
    color: #fa0c17;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-53 {
    color: #000;
  }

  p.paragraph.article-author {
    position: static;
    display: block;
    float: none;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: none;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    justify-self: auto;
  }

  p.paragraph span.paragraph-text-58 {
    font-weight: 600;
    font-size: 1.25rem;
  }

  blockquote.contact-large-quote-text.light {
    text-align: center;
  }

  a.link-text.nav-item {
    color: #fa0c17;
    font-weight: 800;
  }

  /* Interaction Elements */

  label.label.label-1 {
    color: #000;
  }

  label.label span.label-text-1 {
    font-weight: 600;
  }

  label.label span.label-text-2 {
    font-weight: 600;
  }

  label.label span.label-text-3 {
    font-weight: 600;
  }

  label.label span.label-text-4 {
    font-weight: 600;
  }

  /* Layout Elements */

  .container.heading-left-cont {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.nav-inner {
    border: .125rem solid #50b1a9;
  }

  .container.surrounding-padding-col {
    float: none;
  }

  div.responsive-picture.main-image {
    max-height: 450px;
  }

  div.responsive-picture.article-heading-img {
    background-image: url('../Pics%20For%20Website/owner-pic-color.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  a.glyph.font-icon-link-1 {
    position: relative;
    color: #fa0c17;
  }

  a.social-image.social-icon-1 {
    position: relative;
    left: 100%;
    border-radius: 10px;
  }

  a.responsive-picture.picture-link-1 {
    left: 98%;
    margin-left: 0;
    max-width: 42px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-4 {
    font-size: 24px;
  }

  h1 span.heading-text-2 {
    font-weight: 600;
  }

  h1 span.heading-text-12 {
    font-weight: 600;
  }

  h1 span.heading-text-10 {
    font-weight: 600;
  }

  h2 {
    font-size: 32px;
  }

  h2.heading-section {
    font-size: 90px;
  }

  h2.component-name-h2 {
    font-size: 55px;
  }

  h2 span.heading-text-11 {
    color: #fa0c17;
  }

  h4 {
    font-size: 20px;
  }

  h4.article-body-h4 {
    width: 64%;
  }

  h4.heading-3 {
    color: #000;
  }

  h4 span.heading-text-16 {
    color: #fa0c17;
  }

  p.paragraph.sample-42-large-p {
    font-size: 19px;
  }

  p.paragraph.heading-section {
    text-align: left;
    font-size: 18px;
  }

  p.paragraph.article-body {
    width: 64%;
    font-size: 16px;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph.footer-copyright-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
    text-align: left;
  }

  p.paragraph span.paragraph-text-7 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-10 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-11 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-12 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-13 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-14 {
    color: #50b1a9;
  }

  p.paragraph.paragraph-7 {
    text-align: left;
  }

  p.paragraph span.paragraph-text-48 {
    color: #000;
  }

  p.paragraph span.paragraph-text-4 {
    color: #000;
  }

  p.paragraph span.paragraph-text-49 {
    color: #fa0c17;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-50 {
    color: #000;
  }

  p.paragraph span.paragraph-text-51 {
    color: #000;
  }

  p.paragraph span.paragraph-text-52 {
    color: #fa0c17;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-53 {
    color: #000;
  }

  p.paragraph span.paragraph-text-57 {
    font-size: 1.5625rem;
  }

  p.paragraph span.paragraph-text-56 {
    font-size: 1.125rem;
  }

  p.paragraph.article-author {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    font-size: 23px;
  }

  blockquote.contact-large-quote-text {
    text-indent: -26px;
    font-size: 28px;
  }

  blockquote.contact-large-quote-text.light {
    font-size: 50px;
  }

  a.link-text.nav-item {
    padding: 1.5rem 10px 1.2rem;
    color: #f2f2f2;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 1rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.link-text.nav-item:hover {
    color: #50b1a9;
  }

  /* Interaction Elements */

  label.label {
    font-size: 15px;
  }

  label.label span.label-text-5 {
    font-weight: 600;
  }

  label.label span.label-text-6 {
    font-weight: 600;
  }

  label.label span.label-text-3 {
    font-weight: 600;
  }

  label.label span.label-text-4 {
    font-weight: 600;
  }

  /* Layout Elements */

  .container.full-width-col {
    min-height: 50vh;
  }

  .container.sample-4-left-col {
    -ms-flex-align: end;
    min-height: 0;
    max-width: 1200px;
    width: 60%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.sample-4-content-cont {
    max-width: 440px;
  }

  .container.one-thousand-centered-cont.sample-41-content-cont {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.sample-42-text-cont {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }

  .container.sample-43-heading-texts {
    width: 64%;
  }

  .container.surrounding-padding-col-low {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.heading-left-cont {
    -ms-flex-align: end;
    min-height: 0;
    width: 50%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.component-heading-right-cont {
    width: 60%;
    background-image: -webkit-linear-gradient(left, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 75%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:    -moz-linear-gradient(left, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 75%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:      -o-linear-gradient(left, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 75%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:         linear-gradient(90deg, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 75%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }

  .container.component-heading.full-width-col {
    min-height: auto;
  }

  .container.component-heading-left-cont {
    -ms-flex-align: end;
    min-height: 0;
    width: 40%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.component-name-section {
    -ms-flex-align: end;
    margin-right: 0;
    margin-bottom: 10vw;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.team-lets-talk-cont {
    margin-right: 3%;
    width: 60%;
  }

  .container.article-heading {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.team-social-content-cont {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.header-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.first-img.sample-21-image-cont {
    -ms-flex-order: 2;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }

  .container.sample-21-texts-cont {
    width: 50%;
  }

  .container.first-texts.sample-21-texts-cont {
    -ms-flex-order: 1;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container.sample-21-image-cont {
    width: 50%;
  }

  .container.subnav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    height: 30vh;
    border: .125rem solid #50b1a9;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.nav-inner {
    display: none;
  }

  .container.welcome-section {
    position: relative;
    z-index: 101;
  }

  .container.gallery-content {
    margin-top: 3vw;
  }

  .container.full-width-col.sample-4 {
    background-color: #000;
    background-image: url('../Repair%20pics/Heal%20Repair_Taylor%20420-Rcde.JPG'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, auto auto;
    background-repeat: no-repeat, repeat;

    background-blend-mode: normal, normal;
  }

  div.responsive-picture.sample-43-article-body-img {
    width: 80%;
  }

  div.responsive-picture.team-gallery-img {
    margin-bottom: 0;
    width: 23.5%;
  }

  li.list-item-container.nav-wrapper {
    padding-right: 0;
    background-color: transparent;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  ul.list-container.medium-horizontal.menu {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    min-width: 50%;
    max-width: 60%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  div.responsive-picture.main-image {
    max-height: 650px;
  }

  a.social-image.social-icon-1 {
    left: 95%;
  }

  a.responsive-picture.picture-link-1 {
    position: relative;
    left: 0;
    margin-left: 94%;
    max-width: 42px;
  }

  div.responsive-picture.picture-2 {
    height: 30vh;
  }

  div.responsive-picture.picture-2 > picture {
    height: 30vh;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-4 {
    width: 50%;
    font-size: 25px;
    line-height: 23px;
  }

  h1.heading-12 {
    color: #f2f2f2;
    font-weight: 800;
    font-size: 35px;
  }

  h1 span.heading-text-2 {
    font-weight: 600;
  }

  h1 span.heading-text-9 {
    font-weight: 600;
  }

  h1 span.heading-text-10 {
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
  }

  h2.heading-section {
    margin-top: -52px;
    margin-bottom: 1.5rem;
    color: #50b1a9;
    font-size: 130px;
  }

  h2.component-name-h2 {
    font-size: 80px;
  }

  h2.article-title {
    color: #000;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 25px;
  }

  h2.heading-1 {
    color: #000;
  }

  h2.heading-2 {
    color: #000;
  }

  h2 span.heading-text-1 {
    font-size: 3.125rem;
    line-height: .69;
  }

  h2 span.heading-text-11 {
    color: #fa0c17;
  }

  h4 {
    font-size: 24px;
  }

  h4.article-body-h4 {
    position: static;
    display: block;
    float: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-right: 600px;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 40%;
    color: #4d301a;
    text-align: left;
    font-weight: 700;

    justify-self: auto;
  }

  h4.heading-3 {
    color: #000;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
  }

  h4 span.heading-text-16 {
    color: #fa0c17;
  }

  h4 span.heading-text-18 {
    font-weight: 500;
  }

  h6.heading-5 {
    width: 40%;
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  h6.heading-6 {
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  h6.heading-7 {
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  h6.heading-8 {
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  h6.heading-9 {
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  h6.heading-10 {
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  h6.heading-11 {
    color: #4d301a;
    font-weight: 600;
    font-size: 24px;
  }

  p.paragraph.sample-42-large-p {
    font-size: 22px;
  }

  p.paragraph.heading-section {
    text-align: left;
    font-size: 20px;
  }

  p.paragraph.article-body {
    position: static;
    margin: -11px auto 1rem 1px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    border-width: 0;
    border-style: solid;
    color: #000;
    text-align: left;
    font-size: 18px;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.light {
    position: static;
    max-width: none;
    width: auto;
    color: #f2f2f2;
  }

  p.paragraph span.paragraph-text-3 {
    color: #000;
  }

  p.paragraph span.paragraph-text-5 {
    color: #000;
  }

  p.paragraph span.paragraph-text-6 {
    color: #000;
  }

  p.paragraph.article-author {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    color: #f2f2f2;
    font-weight: 800;
    font-size: 30px;
    line-height: .9;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: 1rem;
  }

  p.paragraph span.paragraph-text-4 {
    color: #fa0c17;
  }

  p.paragraph span.paragraph-text-8 {
    color: #000;
  }

  p.paragraph span.paragraph-text-9 {
    color: #fa0c17;
  }

  p.paragraph span.paragraph-text-7 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-10 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-11 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-12 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-13 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-14 {
    color: #50b1a9;
  }

  p.paragraph span.paragraph-text-15 {
    color: #000;
    font-weight: 700;
  }

  p.paragraph.paragraph-1 {
    width: 100%;
    font-size: 20px;
  }

  p.paragraph b.paragraph-text-16 {
    color: #000;
  }

  p.paragraph.paragraph-2 {
    color: #000;
    font-size: 20px;
  }

  p.paragraph.paragraph-3 {
    color: #000;
  }

  p.paragraph span.paragraph-text-18 {
    font-weight: 600;
  }

  p.paragraph.paragraph-4 {
    color: #000;
  }

  p.paragraph span.paragraph-text-19 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-20 {
    font-weight: 600;
  }

  p.paragraph.paragraph-5 {
    color: #000;
    font-weight: 400;
  }

  p.paragraph span.paragraph-text-21 {
    font-weight: 600;
  }

  p.paragraph.paragraph-6 {
    color: #000;
  }

  p.paragraph span.paragraph-text-22 {
    font-weight: 600;
  }

  p.paragraph.paragraph-7 {
    color: #f2f2f2;
    font-size: 20px;
  }

  p.paragraph span.paragraph-text-23 {
    color: #fa0c17;
  }

  p.paragraph span.paragraph-text-24 {
    font-size: 1.25rem;
  }

  p.paragraph span.paragraph-text-17 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-25 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-26 {
    font-weight: 400;
  }

  p.paragraph span.paragraph-text-30 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-31 {
    color: #000;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-46 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-47 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-56 {
    font-weight: 400;
    font-size: 1.5625rem;
  }

  p.paragraph span.paragraph-text-57 {
    font-size: 0;
    line-height: 1;
  }

  blockquote.contact-large-quote-text {
    text-indent: -30px;
    font-size: 2.5vw;
  }

  blockquote.contact-large-quote-text.light {
    display: block;
    float: none;
    margin: 0 0 15px;
    width: 150%;
    color: #f2f2f2;
    text-align: center;
    font-size: 57px;

    justify-self: auto;
    grid-area: auto / auto /auto/ auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  a.link-text.nav-item {
    padding-top: 1.2rem;
    padding-right: 28px;
    padding-left: 28px;
    border-top: .1875rem solid transparent;
    color: #f2f2f2;
    font-weight: 800;
    font-size: 1rem;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-text.nav-item:hover {
    border-top-color: #50b1a9;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  /* Interaction Elements */

  a.link-button {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-button span.button-link-text-1 {
    color: #fa0c17;
    font-size: 1.0625rem;
  }

  a.link-button.button {
    display: block;
    margin-right: 10px;
    color: #000;
    text-align: left;

    justify-self: auto;
    grid-area: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  label.label {
    font-size: 16px;
  }

  label.label.label-1 {
    margin-left: 0;
    padding-right: 26rem;
    padding-left: 0;
    color: #000;
    text-align: left;
    white-space: normal;
    font-size: 19px;

    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  label.label span.label-text-1 {
    font-weight: 800;
    font-size: 1.1875rem;
  }

  label.label span.label-text-2 {
    font-weight: 800;
  }

  label.label span.label-text-3 {
    font-weight: 800;
  }

  label.label span.label-text-4 {
    font-weight: 800;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #f2f2f2;
  }

  .container.sample-4-left-col {
    width: 100%;
    background-color: transparent;
  }

  .container.surrounding-padding-col {
    display: block;
    -ms-flex-pack: start;
    -ms-flex-align: end;
    margin-top: 0vh;
    padding-top: 3vw;
    padding-bottom: 8vw;
    background-color: rgba(51, 94, 118, .8);

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.twelve-hundred-centered-cont {
    float: none;
  }

  .container.surrounding-padding-col-low {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .container.heading-section {
    max-width: 600px;
  }

  .container.surrounding-padding-col.turquoise-breaker {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.component-heading-right-cont {
    width: 40%;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.component-name-section {
    max-width: 600px;
  }

  .container.component-heading-left-cont {
    width: 45%;
    background-color: #000;
  }

  .container.footer-copyright.surrounding-padding-col-low {
    position: -webkit-sticky;
    position:         sticky;
    padding-right: 300px;
    border-top: .0625rem dotted #272727;
  }

  .container.contact-large-quote-cont.six-hundred-centered-cont {
    margin-left: 10vw;
    max-width: 50%;
    width: auto;
  }

  .container.sample-21-texts-cont {
    padding: 60px 60px 45px;
  }

  .container.about-materials-cont.twelve-hundred-centered-cont {
    background-color: #f2f2f2;
  }

  .container.sample-21-texts-cont.second-texts {
    background-color: #fff;
  }

  .container.component-heading.full-width-col {
    background-color: #000;
  }

  .container.subnav-container {
    position: relative;
    z-index: 101;
    margin-right: auto;
    margin-left: auto;
    height: 30vh;
    border: .125rem solid #50b1a9;
  }

  .container.contact-large-quote.surrounding-padding-col {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    visibility: visible;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    float: none;
    -ms-flex-align: start;
    margin-left: 0;
    min-width: 10px;
    min-height: 50%;
    width: 100%;
    background-color: #3e3e3e;
    background-image: url('../img/headquarters-2.jpg'), url('../Pics%20For%20Website/Bench.jpeg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, 100% auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, hard-light;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    justify-self: auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.gallery-content {
    margin-top: 2vw;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  .container.main-image-wrapper {
    max-width: none;
    max-height: none;
    height: auto;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.full-width-col.sample-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    min-width: 20px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../Repair%20pics/Heal%20Repair_Taylor%20420-Rcde.JPG');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../Repair%20pics/Heal%20Repair_Taylor%20420-Rcde.JPG');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../Repair%20pics/Heal%20Repair_Taylor%20420-Rcde.JPG');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, .46) 100%), url('../Repair%20pics/Heal%20Repair_Taylor%20420-Rcde.JPG');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;
    opacity: .99;
    -webkit-transform: rotateX(0deg) scaleX(1) scaleZ(1) scaleY(1) rotateY(0deg) rotateZ(0deg);
       -moz-transform: rotateX(0deg) scaleX(1) scaleZ(1) scaleY(1) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) scaleX(1) scaleZ(1) scaleY(1) rotateY(0deg) rotateZ(0deg);

    background-blend-mode: normal, normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.sample-4-content-cont {
    max-width: 90%;
    width: 100%;
  }

  .container.heading-left-cont {
    display: block;
    margin-top: 120px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    width: 50%;
    height: 60vh;
    border-style: none;
    border-radius: 75px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.article-body-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: end;
    margin-top: -29px;
    margin-right: 0;
    padding-bottom: 25px;
    text-align: left;
    text-indent: 0;
    font-size: 16px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.first-img.sample-21-image-cont {
    background-image: url('../Pics%20For%20Website/IMG_3795.jpeg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.sample-21-image-cont.second-img {
    background-image: url('../Pics%20For%20Website/IMG_3796.jpeg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.component-detail-gallery {
    background-color: rgba(51, 94, 118, .8);
  }

  .container.container-1 {
    min-width: 100px;
    width: 100%;
  }

  .container.container-2 {
    display: block;

    grid-area: elementArea;
  }

  .container.sample-43-heading-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.article-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;
    padding-bottom: 0;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-3 {
    border: .0625rem solid #f2f2f2;
  }

  .container.container-4 {
    border: .0625rem solid #f2f2f2;
  }

  .container.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  li.list-item-container.nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }

  ul.list-container.medium-horizontal.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.main-image {
    margin-top: 0;
    max-width: 100%;
    max-height: none;
    width: 100%;
    height: 40vmax;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.thumbnail-img {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.article-heading-img {
    display: block;
    max-width: 200px;
    width: auto;
    border-width: .125rem;
    border-style: solid;
    border-radius: 0;
    opacity: 1;
  }

  div.responsive-picture.sample-43-article-body-img {
    position: static;
    margin: 0 auto 1rem 0;
    padding-left: 0;
    min-height: 0;
    width: 25%;
    height: auto;
    border-width: .125rem;
    border-style: solid;
  }

  div.responsive-picture.sample-43-article-body-img > picture {
    height: auto;
  }

  div.responsive-picture.component-heading-img {
    background-image: url('../Pics%20For%20Website/wallrack.jpeg');
    background-attachment: scroll;
    background-position: 30vh 30vh;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.main-image > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  div.responsive-picture.article-heading-img > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 25% 25%;
       object-position: 25% 25%;
  }

  div.responsive-picture.picture-3 {
    margin-left: 50px;
    padding-right: 0;
  }

  div.responsive-picture.picture-4 {
    margin-right: 0;
    margin-left: 50px;
    padding-left: 0;
  }

  div.responsive-picture.picture-5 {
    margin-left: 50px;
  }

  div.responsive-picture.thumbnail-img > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  div.responsive-picture.main-image > picture {
    height: 40vmax;
  }

  div.responsive-picture.picture-1 {
    max-width: 650px;
    width: 600vh;
    border-radius: 75px;
    background-image: url('../IMG_3526.JPEG');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  a.social-image.social-icon-1 {
    left: 135%;
  }

  a.responsive-picture.picture-link-1 {
    position: relative;
    left: 0;
    margin-left: 134%;
    max-width: 42px;
  }

  div.responsive-picture.picture-2 {
    height: 30vh;
  }

  div.responsive-picture.picture-2 > picture {
    height: 30vh;
  }
}

@media screen and (min-width: 66.75rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-weight: 600;
  }

  h1 span.heading-text-9 {
    font-weight: 600;
  }

  h1 span.heading-text-10 {
    font-weight: 600;
  }

  h2 span.heading-text-11 {
    color: #fa0c17;
  }

  h4.heading-3 {
    text-align: left;
  }

  h4 span.heading-text-17 {
    color: #fa0c17;
  }

  h4 span.heading-text-18 {
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-56 {
    font-weight: 400;
    font-size: 1.5625rem;
  }

  p.paragraph.article-author {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }

  a.link-text.nav-item {
    color: #f2f2f2;
    font-size: 1rem;
  }

  /* Layout Elements */

  .container.subnav-container {
    height: 30vh;
  }

  div.responsive-picture.component-heading-img {
    background-image: url('../Pics%20For%20Website/wallrack.jpeg');
    background-attachment: scroll;
    background-position: 30vh 30vh;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  a.social-image.social-icon-1 {
    left: 135%;
  }

  a.responsive-picture.picture-link-1 {
    margin-left: 134%;
    max-width: 42px;
  }

  div.responsive-picture.picture-2 {
    height: 30vh;
  }

  div.responsive-picture.picture-2 > picture {
    height: 30vh;
  }
}

@media screen and (min-width: 80.125rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-weight: 600;
  }

  h1.heading-4 {
    width: 100%;
  }

  h1 span.heading-text-3 {
    color: #000;
  }

  h1 span.heading-text-4 {
    color: transparent;
  }

  h1 span.heading-text-5 {
    color: #000;
  }

  h1 span.heading-text-6 {
    color: #000;
  }

  h1 span.heading-text-7 {
    color: #000;
  }

  h1 span.heading-text-8 {
    color: #000;
  }

  h1 span.heading-text-9 {
    text-decoration: none;
    font-weight: 600;
  }

  h1 span.heading-text-10 {
    font-weight: 600;
  }

  h2.gallery-h2 {
    text-align: left;
  }

  h2 span.heading-text-11 {
    color: #fa0c17;
  }

  h4.sample-22-h4 {
    text-align: center;
    font-weight: 700;
  }

  h4.heading-3 {
    text-align: left;
  }

  h4 span.heading-text-17 {
    color: #fa0c17;
  }

  p.paragraph.paragraph-7 {
    position: relative;
    z-index: 888;
  }

  p.paragraph.heading-section {
    text-align: left;
  }

  p.paragraph span.paragraph-text-42 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-43 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-44 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-45 {
    color: #fa0c17;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-56 {
    font-weight: 400;
    font-size: 1.5625rem;
  }

  p.paragraph.article-author {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }

  a.link-text.nav-item {
    color: #f2f2f2;
    white-space: normal;
    font-weight: 800;
    font-size: 1rem;
  }

  /* Layout Elements */

  .container.sample-4-left-col {
    background-color: transparent;
  }

  .container.footer-copyright.surrounding-padding-col-low {
    display: block;
  }

  .container.subnav-container {
    height: 30vh;
  }

  div.responsive-picture.picture-1 {
    background-color: #000;
  }

  div.responsive-picture.component-heading-img {
    background-image: url('../Pics%20For%20Website/wallrack.jpeg');
    background-attachment: scroll;
    background-position: 30vh 30vh;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  a.social-image.social-icon-1 {
    position: relative;
    right: 0;
    left: 120%;
    display: block;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 10px;
    background-image: url('../socialicons/webicon-facebook.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  a.responsive-picture.picture-link-1 {
    margin-left: 119.5%;
    max-width: 42px;
  }

  div.responsive-picture.picture-2 {
    height: 30vh;
    border-radius: 0;
  }

  div.responsive-picture.picture-2 > picture {
    height: 30vh;
  }
}

@media screen and (min-width: 95.75rem) {
  /* Text Elements */

  p.paragraph span.paragraph-text-48 {
    color: #000;
  }

  p.paragraph span.paragraph-text-56 {
    font-weight: 400;
    font-size: 1.5625rem;
  }

  p.paragraph.article-author {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }

  p.paragraph span.paragraph-text-57 {
    font-size: .625rem;
  }

  a.link-text.nav-item {
    color: #f2f2f2;
  }

  /* Layout Elements */

  .container.subnav-container {
    height: 30vh;
  }

  div.responsive-picture.picture-2 {
    width: 40vh;
    height: 30vh;
    border-radius: 0;
  }

  div.responsive-picture.picture-2 > picture {
    height: 30vh;
  }
}