/* Text Elements */

h1.heading-6 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h1.heading-4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h1.heading-5 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h1.heading-8 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h1.heading-10 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h1.heading-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h1.h1-heading {
  color: #4b3c3c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 43px;
  font-family: 'Inter', sans-serif;
}

h1.heading-9 {
  text-align: center;
}

h1.heading-17 {
  padding-left: 25px;
  font-size: 40px;
}

h1.heading-18 {
  padding-left: 22px;
  font-size: 40px;
}

h2.section-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #4b3c3c;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 36px;
  font-family: 'Inter', sans-serif;
}

h2.heading-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

h3.service-title {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
}

h3.heading-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  text-align: center;
  font-size: 36px;
}

h3.heading-7 {
  font-size: 28px;
}

p.paragraph.text-paragraph {
  margin-top: 48px;
  max-width: 800px;
  color: #4b3c3c;
  text-align: center;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  line-height: 26px;
}

p.paragraph.paragraph-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  font-weight: 500;
  font-size: 24px;
}

p.paragraph.paragraph-3 {
  padding-right: 30px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.navlink-menu {
  margin: 8px 16px;
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

/* Interaction Elements */

a.link-button.action-button {
  padding: 20px 40px;
  background-color: #4b3c3c;
  color: #fff;
  text-decoration: none;
}

/* Layout Elements */

body.body {
  padding-right: 16px;
  padding-left: 16px;
}

.container.nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  max-width: 1200px;
  background-color: #4b3c3c;

  -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.hero-section {
  margin-right: auto;
  margin-left: auto;
  min-height: 40vh;
  max-width: 1200px;
  max-height: 500px;
  height: 500px;
  background-image: url('../images/rawImage.jpg');
  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.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;

  -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.css-grid-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 1200px;

  grid-area: ramen;
}

.container.css-grid-container {
  display: grid;
  margin-top: 48px;
  min-height: 200px;

  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
  grid-column-gap: 24px;
}

.container.grid-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-pack: center;
  -ms-flex-align: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.css-grid-section-area-names {
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: auto;
  max-width: 1200px;
}

.container.flexbox-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-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 500px;
  max-width: 1200px;

  -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.flexbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 48px;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.container-4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  background-color: #4b3c3c;
}

a.responsive-picture.guide-photo-link {
  margin: 8px 8px 8px 0;
  max-width: none;
}

.rule.rule-footer hr {
  border-top-width: 4px;
  border-top-color: #4b3c3c;
}

.rule.rule-footer {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.html-element.html-element-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-5 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-6 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

div.responsive-picture.picture-7 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
  min-height: 1200px;
  max-width: 1200px;
  height: 1000px;
  background-color: #4b3c3c;
}

@media screen and (max-width: 89.5rem) {
  /* Text Elements */

  h1.h1-heading {
    background-color: #fae858;
    text-align: center;
    font-size: 45px;
  }

  h1.heading-9 {
    text-align: center;
  }

  h1.heading-11 {
    text-align: center;
  }

  h3.heading-1 {
    text-align: center;
    font-size: 32px;
  }

  /* Layout Elements */

  body.body {
    padding-top: 3px;
    padding-bottom: 0;
    min-height: 700vh;
    max-height: 700px;
    height: 700px;
  }

  .container.hero-section {
    max-height: 700px;
    height: 100%;
    background-image: url('../images/rawImage.jpg');
  }

  .container.container-1 {
    max-width: 1200px;
    height: 1000vmax;
  }

  .container.flexbox-section {
    background-color: #e6dbdb;
  }

  .container.header-section {
    background-color: #d09c55;
  }

  a.responsive-picture.guide-photo-link {
    background-image: url('../images/rawImage.jpg');
    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;
  }
}

@media screen and (max-width: 80rem) {
  /* Text Elements */

  h1.heading-3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  h1.heading-4 {
    background-color: #68d8f1;
  }

  h1.heading-5 {
    background-color: #b79992;
    text-align: center;
    font-size: 36px;
  }

  h1.heading-8 {
    background-color: #f16161;
    text-align: center;
  }

  h1.heading-9 {
    color: #e8d20c;
    text-align: center;
    font-size: 40px;
    font-family: 'Bubblegum Sans', cursive;
  }

  h1.heading-11 {
    max-height: 150px;
    height: 150px;
    color: #fff;
    text-align: center;

    -webkit-text-stroke-color: #fffdfd;
  }

  h1.heading-6 {
    text-align: center;
  }

  h1.heading-10 {
    text-align: center;
  }

  h1.heading-12 {
    text-align: center;
  }

  h1.heading-13 {
    text-align: center;
  }

  h1.heading-14 {
    background-color: #e31c1c;
    text-align: center;

    -webkit-text-stroke-color: #fff;
  }

  h1.heading-15 {
    text-align: center;
  }

  h1.heading-16 {
    background-color: #b57e4c;
    text-align: center;
  }

  h1.h1-heading {
    border-width: .125rem;
    border-style: solid;
    text-shadow: #78828c 3px 3px 1px;
    font-size: 31px;
    line-height: 42px;
  }

  h2.heading-2 {
    text-align: center;
    font-size: 40px;
  }

  h2.section-title {
    font-weight: 800;
    font-family: Monaco, Consolas, 'Lucida Console', monospace;
  }

  h3.heading-1 {
    text-align: center;
    font-size: 28px;
  }

  h3.service-title {
    font-weight: 600;
    font-size: 24px;
  }

  h3.heading-7 {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    min-width: 60px;
    max-width: 1200px;
    font-size: 24px;
  }

  p.paragraph.text-paragraph {
    font-size: 25px;
  }

  p.paragraph.paragraph-2 {
    margin-right: 18px;
    margin-left: 20px;
    font-weight: 500;
    font-size: 24px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-text.navlink-menu {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 23px;
  }

  a.link-text span.text-link-text-1 {
    font-weight: 600;
  }

  a.link-text span.text-link-text-2 {
    font-weight: 600;
  }

  a.link-text span.text-link-text-3 {
    font-weight: 600;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    position: static;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px 8px;
    min-width: 100px;
    min-height: 34px;
    max-width: 100px;
    width: 100px;
    height: 34px;
    border-width: .1875rem;
    border-style: solid;
    border-radius: 10px;
    background-color: #767676;
    box-shadow: rgba(37, 5, 5, .5) 5px 5px 10px 0;
    color: #eeba4d;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    opacity: .8;

    justify-self: center;
    grid-area: elementArea;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #4b3c3c;
  }

  body.body-2 {
    background-color: #f8d964;
  }

  body.body-3 {
    background-color: #faf392;
  }

  .container.container-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.container-3 {
    background-color: #fff;
  }

  .container.container-5 {
    background-color: #4b3c3c;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    padding-top: 10px;
    padding-bottom: 0;
    min-height: 20px;
    height: 100px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-6 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    background-color: #1a0f0f;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.container-8 {
    background-color: #1a0f0f;
  }

  .container.container-9 {
    background-color: #170d0d;
  }

  .container.hero-section {
    background-image: url('../images/rawImage.jpg');
  }

  .container.header-section {
    background-color: #f9f480;
  }

  .container.container-1 {
    background-color: #f4cc59;
  }

  .container.container-10 {
    background-color: #ffd876;
  }

  .container.container-11 {
    background-color: #fbec78;
  }

  .container.container-12 {
    background-color: #fff;
  }

  .container.container-13 {
    margin-top: -24px;
    margin-bottom: 0;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    background-color: #767676;
  }

  .html-element.html-element-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .html-element.html-element-2 {
    background-color: #68d8f1;
  }

  div.responsive-picture.picture-8 {
    padding-top: 40px;
  }

  div.responsive-picture.picture-7 {
    background-color: #fde87b;
  }

  li.list-item.list-item-1 {
    font-weight: 600;
    font-size: 24px;
    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  }

  li.list-item.list-item-2 {
    margin-left: 15px;
    padding-right: 0;
    padding-left: 10px;
    font-weight: 600;
    font-size: 30px;
  }
}

@media screen and (max-width: 48rem) {
  /* Layout Elements */

  .container.css-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3 , auto);
    grid-column-gap: normal;
    grid-row-gap: 24px;
  }

  .container.nav-section {
    -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.flexbox-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: 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.hero-section {
    background-image: url('../images/Page%201%20Small.jpg');
  }

  a.responsive-picture.guide-photo-link {
    max-width: 400px;
  }
}