/* Text Elements */

h1.heading-2 {
  padding: 0 50px;
  min-width: 0;
  box-shadow: none;
  text-align: center;
  text-shadow: none;
  word-spacing: 0;
  letter-spacing: 0;
  font-style: normal;
  font-variant: small-caps;
  font-size: 36px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

h1 span.heading-text-1 {
  font-size: 1rem;
}

h1 span.heading-text-4 {
  font-size: 2rem;
}

h2.article-name {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-family: 'Work Sans', sans-serif;
  line-height: 46px;
}

h3.heading-3 {
  text-align: center;
}

a.link-text.menu-item-1 {
  display: block;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: .125rem solid transparent;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-family: 'Work Sans', sans-serif;
}

a.link-text.menu-item-1:hover {
  color: #3703a6;
}

/* Interaction Elements */

a.link-button.button {
  display: block;
  padding: 16px 32px;
  max-width: 200px;
  width: 100%;
  border-width: .125rem;
  border-color: rgba(255, 255, 255, .6);
  border-radius: 50px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;

  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button.button:hover {
  border-width: .125rem;
  border-color: #fff;
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, linear;
     -moz-transition-timing-function: ease-out, ease-out, linear;
       -o-transition-timing-function: ease-out, ease-out, linear;
          transition-timing-function: ease-out, ease-out, linear;
  -webkit-transition-duration: 0s, .3s, .25s;
     -moz-transition-duration: 0s, .3s, .25s;
       -o-transition-duration: 0s, .3s, .25s;
          transition-duration: 0s, .3s, .25s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

/* Layout Elements */

body.body-1 {
  background-color: #12141d;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 16px 16px 8px;
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(31, 32, 41, .85);
  background-image: url('../images/Main%20Pictures/Catamarans%20at%20anchor.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: cont-1;
  -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;
  background-blend-mode: multiply;
}

.container.container-6 {
  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;
  padding: 16px;
  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;
  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
}

.container.container-28 {
  display: grid;
  visibility: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  max-width: 1200px;
}

.container.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: auto;
  background-color: #fffefe;
  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;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.header {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 1000;
  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;
  min-height: 100px;
  background-color: #fff;

  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.menu-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 0;
  margin-right: 3%;
  margin-left: 3%;
  min-width: 10px;
  width: 94%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
  min-width: 10px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.menu-wrapper.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  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;
  min-height: 100vh;
  background-color: #fff;

  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

a.glyph.menu-toggler {
  color: #181818;
  font-size: 28px;
}

div.responsive-picture.picture-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

a.responsive-picture.picture-link-1 {
  padding: 30px;
  box-shadow: none;
}

a.responsive-picture.picture-link-2 {
  padding: 30px;
}

a.responsive-picture.picture-link-3 {
  padding: 30px;
}

.html-element.html-element-1 {
  background-color: #fff;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.article-name {
    font-size: 42px;
  }

  a.link-text.menu-item-1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  /* Layout Elements */

  .container.container-1 {
    background-color: rgba(31, 32, 41, .85);
    background-attachment: fixed;
  }

  .container.container-28 {
    padding-left: 32px;
  }

  .container.header {
    position: relative;
    min-height: 170px;
  }

  .container.menu-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 8px;
    margin-bottom: 0;
  }

  a.glyph.menu-toggler {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  body.body-1 {
    background-color: #12141d;
  }

  .container.container-1 {
    -ms-flex-align: center;
    background-color: rgba(31, 32, 41, .85);
    background-image: url('../images/Main%20Pictures/Catamarans%20at%20anchor.png');

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-28 {
    padding-left: 64px;
  }

  .container.header {
    position: relative;
  }
}