/* Text Elements */

h1.neutral-hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #000;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 32px;
  font-family: 'Inter', sans-serif;
  line-height: 1.1;
}

h1.center-align.neutral-hero-heading {
  text-align: center;
}

h1.neutral-hero-heading.neutral-white-text {
  color: #fff;
}

h1.center-align.neutral-hero-heading.neutral-white-text {
  text-align: left;
  line-height: .8;
}

h1 span.heading-text-5 {
  font-size: 1.625rem;
}

h1 span.heading-text-6 {
  font-size: 5.625rem;
}

h1 span.heading-text-7 {
  line-height: .5;
}

h1 span.heading-text-8 {
  line-height: .5;
}

h1.display-3 {
  font-size: 24px;
}

h1.heading-1 {
  border-bottom: .1875rem solid rgba(162, 13, 49, .6);
  color: #a20d31;
  font-size: 18px;
  font-family: 'ABeeZee', sans-serif;
}

h1.ThankYouText {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

h2.neutral-hero-subheading {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h2.center-align.neutral-hero-subheading {
  text-align: center;
}

h2.neutral-white-text {
  color: #fff;
}

h2.center-align.neutral-hero-subheading.neutral-white-text {
  padding-top: 36px;
  text-align: left;
}

h2 span.heading-text-9 {
  font-size: 2.5rem;
  line-height: 1.8;
}

h4.neutral-feature-title {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h4.neutral-feature-title.neutral-top-align {
  margin-top: 0;
  min-height: 2.86em;
}

h4.alert-heading {
  color: #eee6c1;
}

p.paragraph.neutral-paragraph-text {
  margin-top: -10px;
  margin-bottom: -5px;
  color: #666;
  text-align: left;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  line-height: 25px;
}

p.paragraph.paragraph-subheading {
  margin-bottom: 0;
  color: #343535;
  font-weight: 600;
  font-size: 18px;
}

p.paragraph.paragraph-indent {
  padding-right: 0;
  padding-left: 100px;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph span.para-Bold {
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 700;
}

p.paragraph a.paragraph-text-6 {
  color: #a20d31;
}

p.paragraph.neutral-paragraph-text-1 {
  margin-top: 16px;
  width: 100%;
  color: #666;
  text-align: center;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  line-height: 25px;
}

p.paragraph span.paragraph-text-1 {
  color: #a20d31;
  font-size: 2.75rem;
  font-family: 'Inter', sans-serif;
  line-height: 1;
}

p.paragraph.BoldText.ParaText {
  font-weight: 600;
}

p.paragraph a.paragraph-text-9 {
  color: #a20d31;
}

p.paragraph.lead {
  font-size: 16px;
}

span.text-element.text-1 {
  color: #212529;
  font-family: 'Inter', sans-serif;
}

span.text-element.text-2 {
  font-family: 'Inter', sans-serif;
}

span.text-element.text-3 {
  font-family: 'Inter', sans-serif;
}

span.text-element.info-text {
  color: #eee6c1;
}

a.link-text.neutral-nav-link-menu {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -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: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text span.text-link-text-1 {
  color: #212529;
  font-size: .875rem;
  font-family: 'Inter', sans-serif;
}

a.link-text.AccordianTextHeader {
  color: #a20d31;
  font-weight: 600;
}

a.link-text.SocialTextLink {
  display: none;
  padding-right: 0;
  padding-left: 6px;
  color: #a20d31;
}

a.link-text.neutral-nav-link-menu:hover {
  color: #b5b5b5;
}

/* Interaction Elements */

a.link-button.neutral-white-action-button {
  margin-top: 24px;
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #fff;
  color: #1f2029;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.neutral-margin-top.neutral-white-action-button {
  margin-top: 48px;
}

a.link-button.btn {
  display: block;
  margin-bottom: 10px;
  padding-top: 6px;
  min-width: 0;
  max-width: 300px;
  border-radius: 10px;
  background-color: #a20d31;
  color: #cbcbcb;
}

a.link-button#ReviewButtonHome {
  display: block;
  margin: 15px auto 25px;
  max-width: 400px;
}

a.link-button.btn.btnCentre350px {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 250px;
  width: 300px;
}

a.link-button.btnCentre350px {
  max-width: none;
  width: 350px;
}

a.link-button.neutral-white-action-button:hover {
  background-color: #ececec;
  color: #1f2029;
}

a.link-button.btn:hover {
  color: #f8f4f4;
}

/* Layout Elements */

body.body-1 {
  min-height: 50vh;
}

.link-container.review-container {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 5px;
  border: .0625rem solid #d8d8d8;
  border-radius: 15px;
}

.container-grid.neutral-navbar {
  position: static;
  right: 0;
  left: 0;
  z-index: 1000;
  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: justify;
  float: none;
  clear: none;
  -ms-flex-align: center;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  max-width: none;
  width: auto;
  background-color: #fff;
  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;
  vertical-align: baseline;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

a.responsive-picture.logo-link-menu {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 200px;
}

.container-grid.navigation-links {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  visibility: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .95);
  opacity: 0;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

a.glyph.mobile-nav-button {
  display: block;
  color: #000;
  text-align: right;
  font-size: 34px;
  line-height: 1;
}

a.glyph.close-button-cross.mobile-nav-button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding-top: 20px;
  padding-right: 24px;
  color: #fff;
}

div.responsive-picture.logo-menu-mobile {
  display: inline;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  width: 60px;
}

.html-element.navigation-code {
  display: none;
}

div.responsive-picture.logo-menu-mobile > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% top;
     object-position: 50% top;
}

.container-grid.neutral-content-wrapper {
  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: start;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.neutral-features-section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 35px 16px;

  -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;
}

.container-grid.feature-4-columns {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;

  grid-template-columns: auto;
  grid-template-rows: repeat(4 , auto);
  grid-row-gap: 48px;
  grid-column-gap: 16px;
}

.container-grid.neutral-feature-wrapper {
  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: center;
  max-width: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.neutral-feature-wrapper.neutral-left-align-items {
  -ms-flex-align: start;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

div.responsive-picture.picture-1 {
  max-width: 100px;
  width: 50px;
}

.container-grid.neutral-hero-container-center {
  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;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-image: url('../images/Back%20Kings%20Van.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.center-align-items.neutral-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: rgba(33, 37, 41, .3);

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.container-1 {
  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: start;
  padding-bottom: 8px;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container-grid.subgrid {
  display: block;
}

.container-grid.container-2 {
  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;
  padding-bottom: 8px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container-grid.container-3 {
  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: end;
  padding-top: 5px;
  padding-bottom: 8px;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

div.responsive-picture.picture-2 {
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100px;
  width: 100px;
  vertical-align: bottom;

  justify-self: flex-end;
  grid-area: auto / auto / auto / auto;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

a.glyph.carousel-control.left {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  padding: 20px 5px;
  background-color: rgba(255, 255, 255, .45);
  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;
  color: #a20d31;
  font-size: 25px;
  line-height: 30px;
}

a.glyph.carousel-control.right {
  position: absolute;
  top: auto;
  right: 5%;
  bottom: 5%;
  left: auto;
  display: block;
  padding: 20px 5px;
  min-width: 0;
  min-height: auto;
  background-color: rgba(255, 255, 255, .45);
  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;
  color: #a20d31;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

div.responsive-picture.slide-img {
  max-width: none;
  max-height: 50%;
  width: auto;
  height: auto;
}

.container-grid.carousel.slide {
  position: static;
}

div.responsive-picture.slide-img > picture {
  height: auto;
}

.container-grid.container-bodytext {
  padding: 15px 20px 20px 15px;
}

a.social-image.social-icon-1 {
  background-color: #a20d31;
}

a.social-image.social-icon-2 {
  background-color: #a20d31;
}

a.social-image.social-icon-3 {
  background-color: #a20d31;
}

li.list-item.active {
  background-color: #a20d31;
}

li.list-item.inactive {
  background-color: rgba(162, 13, 49, .6);
}

li.list-item.active.inactive {
  background-color: #a20d31;
}

.container-grid.card-header {
  padding-left: 5px;
}

.container-grid.jumbotron.jumbotron-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 75vw;
  border-radius: 25px;
}

.container-grid.alert.alert-dismissible.alert-info.fade.in.show {
  display: block;
  background-color: #a20d31;
}

.container-grid.neutral-features-section-5-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 50px 5px;

  -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;
}

.html-element.html-element-1 {
  display: block;
  max-width: 100%;
  width: auto;
}

.container-grid.container-4 {
  grid-template-columns: repeat(3 , auto);
  grid-template-rows: auto;
  justify-items: center;
}

.container-grid.SocialIconContainer {
  min-width: 0;
}

.container-grid#CardGoogleMap {
  margin-bottom: 15px;
}

.container-grid#HomePageAlert {
  display: none;
}

.container-grid.navigation-links.show-menu {
  top: 0;
  visibility: visible;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

@media screen and (min-width: 20rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 9.54vw;
    line-height: 1;
  }

  h1 span.heading-text-6 {
    font-size: 2.8125rem;
  }

  h1.display-3 {
    font-size: 28px;
  }

  h2.neutral-hero-subheading {
    font-size: 5.72vw;
  }

  h4.neutral-feature-title.neutral-top-align {
    min-height: auto;
  }

  p.paragraph.paragraph-indent {
    padding-left: 0;
  }

  p.paragraph.lead {
    font-size: 18px;
  }

  a.link-text.SocialTextLink {
    display: none;
  }

  .container-grid.feature-4-columns {
    grid-row-gap: 30px;
  }

  div.responsive-picture.picture-2 {
    width: 50px;
  }
}

@media screen and (min-width: 35.3125rem) {
  /* Text Elements */

  h1 span.heading-text-6 {
    font-size: 4.9375rem;
  }

  h1.heading-1 {
    font-size: 22px;
  }

  h1.display-3 {
    font-size: 30px;
  }

  h1.ThankYouText {
    font-size: 24px;
  }

  h2.neutral-hero-subheading {
    font-size: 32px;
  }

  p.paragraph.paragraph-indent {
    padding-left: 100px;
  }

  .container-grid.neutral-features-section-5 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-grid.feature-4-columns {
    grid-template-rows: repeat(3 , auto);
  }

  .container-grid.neutral-hero-container-center {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-grid.neutral-features-section-5-1 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 26px;
  }

  a.link-text.neutral-nav-link-menu {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 72px;
  }

  h1.heading-1 {
    font-size: 30px;
  }

  h1.display-3 {
    font-size: 36px;
  }

  h1.ThankYouText {
    font-size: 24px;
  }

  p.paragraph.neutral-paragraph-text-1 {
    margin-bottom: 0;
  }

  p.paragraph span.paragraph-text-1 {
    color: #a20d31;
    font-size: 3.375rem;
  }

  p.paragraph span.paragraph-text-7 {
    font-size: 1.25rem;
  }

  p.paragraph.ParaText {
    margin-right: 10px;
    margin-left: 10px;
  }

  p.paragraph.paragraph-subheading {
    color: #343535;
  }

  a.link-text.neutral-nav-link-menu {
    padding: 4px 6px;
    width: auto;
    color: #000;
    font-size: 12px;
  }

  a.link-text.SocialTextLink {
    display: inline-block;
  }

  /* Layout Elements */

  .link-container.review-container {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 5px;
    border: .0625rem solid #d8d8d8;
    border-radius: 15px;
  }

  .container-grid.navigation-links {
    position: static;
    visibility: visible;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    width: auto;
    background-color: transparent;
    opacity: 1;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -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;
  }

  a.glyph.mobile-nav-button {
    display: none;
  }

  div.responsive-picture.logo-menu-mobile {
    display: none;
    width: 80px;
  }

  .container-grid.feature-4-columns {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: repeat(2 , auto);
  }

  div.responsive-picture.picture-2 {
    width: 100px;
  }
}

@media screen and (min-width: 60rem) {
  /* Text Elements */

  h1.display-3 {
    font-size: 51px;
  }

  h1 span.heading-text-6 {
    font-size: 6.625rem;
  }

  h1.heading-1 {
    font-size: 36px;
  }

  h4.neutral-feature-title.neutral-top-align {
    min-height: 2.8em;
  }

  p.paragraph span.paragraph-text-4 {
    font-size: 1.125rem;
  }

  p.paragraph span.paragraph-text-8 {
    font-size: 1.125rem;
  }

  .container-grid.feature-4-columns {
    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  a.link-text.neutral-nav-link-menu {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.display-3 {
    font-size: 65px;
  }

  h1.heading-1 {
    font-size: 40px;
  }

  p.paragraph span.paragraph-text-4 {
    font-size: 1.25rem;
  }

  p.paragraph span.paragraph-text-8 {
    font-size: 1.25rem;
  }

  a.link-text.neutral-nav-link-menu {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 80rem) {
  /* Text Elements */

  h1.display-3 {
    font-size: 73px;
  }

  h4.neutral-feature-title.neutral-top-align {
    min-height: auto;
  }
}
