/* Text Elements */

h1.main-heading {
  margin-top: 23px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 50px;
  font-family: 'Cabin Sketch', cursive;
}

h4.sub-heading {
  margin-top: 14px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 31px;
  font-family: 'Cabin Sketch', cursive;
}

p.paragraph.body-text {
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
  font-size: 21px;
  font-family: 'Coming Soon', cursive;
  line-height: 1.5em;
}

p.paragraph.footer-copyright {
  padding-top: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Coming Soon', cursive;
}

a.link-text.sign-up-btn {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 10px;
  max-width: 200px;
  width: auto;
  border-radius: 10px;
  background-color: #ffcc28;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Cabin Sketch', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.terms-link {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 13px;
  padding-top: 60px;
  width: 50%;
  color: #373737;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Cabin Sketch', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.navlink {
  display: inline-block;
  margin-top: 9.62%;
  padding: 0;
  width: auto;
  color: #3c3c3c;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Cabin Sketch', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.navlink:hover {
  color: #ffcc28;
}

a.link-text.sign-up-btn:hover {
  border-width: .125rem;
  border-style: solid;
  background-color: #fff;
  color: #ffcc28;
}

/* Layout Elements */

body.main_bgr {
  background-image: url('../Images/wood_bgr.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;
}

.container.row-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
  background-image: url('../Images/notebook-lg.png');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-y;

  grid-template-columns: 46% 8% 46%;
  grid-template-rows: auto;
  background-blend-mode: normal;
  grid-column-gap: 0;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  width: 100%;

  -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;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0;
  background-color: transparent;

  -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;
}

div.responsive-picture.body-image {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 512px;
  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.opening-image {
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 512px;
  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;
}

.rule.header-rule-right {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rule.header-rule-right hr {
  border-top-width: 2px;
  border-top-color: #808080;
}

.rule.footer-rule-right {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rule.footer-rule-right hr {
  border-top-width: 2px;
  border-top-color: #808080;
}

.rule.footer-rule-left {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rule.footer-rule-left hr {
  border-top-width: 2px;
  border-top-color: #808080;
}

a.responsive-picture.social-btn {
  float: right;
  margin-top: 40px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px;
  width: 28px;
  border-radius: 6px;
  background-color: #808080;
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

@media screen and (max-width: 55.625rem) {
  /* Text Elements */

  h1.main-heading {
    white-space: normal;
    font-size: 53px;
  }

  h4.sub-heading {
    font-size: 48px;
  }

  a.link-text.sign-up-btn {
    max-width: 300px;
    font-size: 44px;
  }

  a.link-text.terms-link {
    width: 100%;
    text-align: center;
  }

  /* Layout Elements */

  .container.row-container {
    padding-left: 60px;
    background-image: url('../Images/notebook-md.png');
    background-position: left top;
    background-repeat: repeat-y;

    grid-template-rows: auto 0 auto;
    grid-template-columns: 100%;
  }

  .container.container-1 {
    min-width: 0;
  }

  .container.container-2 {
    min-width: 0;
  }

  div.responsive-picture.opening-image {
    margin-top: 0;
  }

  .rule.footer-rule-right hr {
    border-top-color: transparent;
  }

  a.responsive-picture.social-btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 55.5625rem) {
  /* Text Elements */

  a.link-text.navlink {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 10%;
    width: 90%;
    text-align: left;
    font-size: 24px;
  }

  a.link-text.terms-link {
    width: 50%;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 22.25vw;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    height: 330px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -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.navigation-links.show-menu {
    visibility: visible;
    opacity: 1;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #545454;
    font-size: 34px;
    line-height: 1;
  }
}

@media screen and (max-width: 29.9375rem) {
  /* Text Elements */

  h1.main-heading {
    font-size: 34px;
  }

  h4.sub-heading {
    font-size: 32px;
  }

  a.link-text.sign-up-btn {
    max-width: 220px;
    font-size: 36px;
  }

  a.link-text.terms-link {
    padding-top: 20px;
    width: 100%;
  }

  /* Layout Elements */

  .container.row-container {
    padding-left: 40px;
    background-image: url('../Images/notebook-sm.png');
  }

  a.responsive-picture.social-btn {
    margin-top: 10px;
  }
}