h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.image {
  width: 60vw;
  margin-top: 2vh;
  margin-right: auto;
  margin-left: 20vw;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #fff;
}

.logo {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  text-decoration: none;
}

.navigation-button {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #44ff98;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 6px 0 rgba(47, 255, 161, 0.18);
  -webkit-transition: box-shadow 100ms cubic-bezier(.959, .007, 1, .533);
  transition: box-shadow 100ms cubic-bezier(.959, .007, 1, .533);
  font-family: Montserrat, sans-serif;
  color: #44ff98;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-button:hover {
  box-shadow: 0 0 17px 0 rgba(47, 255, 231, 0.18);
}

.navigation-button.w--current {
  color: #44ff98;
  text-align: center;
}

.navigation-button.w--current:hover {
  color: #6ec7ff;
}

.navigation-button.recipe {
  margin-top: 15px;
  margin-left: 0px;
  border-color: #44ff98;
}

.navigation-button.noborder {
  margin-left: 20px;
  border-style: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.navigation-button.noborder:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navigation-button.nav {
  margin-left: 20px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1225px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container.divider {
  display: block;
  width: 100%;
  max-width: 100vw;
}

.fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.body {
  background-color: #000;
  font-family: Kanit, sans-serif;
  color: #fff;
}

.section {
  background-image: none;
  background-position: 0px 0px;
}

.section._2 {
  height: auto;
  margin-top: 100px;
  padding-bottom: 100px;
}

.section._1 {
  height: 800px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.section._3 {
  display: none;
  height: auto;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section._1dr {
  height: 600px;
  background-color: #041822;
  background-image: radial-gradient(circle farthest-corner at 80% 80%, rgba(0, 0, 0, 0.23), #000 50%), url('../images/EverydayFoodBackground2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 15px 35px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.section._1r {
  margin-bottom: 50px;
  background-image: none;
  color: #fff;
}

.section.blog {
  margin-top: 225px;
  margin-bottom: 84px;
}

.text-block {
  margin-top: -25px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 14.5px;
  font-weight: 400;
  text-transform: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.plans {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Internet_map_1024_use.jpg');
  background-position: 100% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.image-2 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-size: 12px;
}

.custom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1225px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: radial-gradient(circle farthest-side at 75% 50%, hsla(0, 0%, 100%, 0) 33%, #000 65%), url('../images/DTI-sagittal-fibers_use.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.custom-container._1dr {
  margin-top: 150px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  color: #132220;
}

.custom-container._1dr.recipes {
  margin-top: 0px;
}

.custom-container._1dr.recipe-container {
  margin-top: 0px;
  color: #fff;
}

.custom-container.footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.block-quote {
  font-size: 16px;
  line-height: 18px;
}

.divider {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.title-sequence {
  width: 50%;
  margin-top: 250px;
}

.title-card {
  margin-left: 15px;
  padding-left: 0px;
  border-left-style: none;
  font-size: 16px;
}

.button {
  margin-left: 40px;
  padding: 15px 40px;
  background-color: #16a3fc;
  text-transform: uppercase;
}

.heading {
  margin-top: 0px;
  text-transform: uppercase;
}

.heading.recipe {
  max-width: 600px;
}

.recipe-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.recipe-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recipe-text-field {
  margin-left: 3px;
}

.recipes {
  width: 100%;
}

.footer {
  min-height: 350px;
  padding-top: 25px;
  background-color: #000;
  color: #fff;
}

.footer-columns {
  width: 100%;
}

.navbar {
  background-color: #329ed5;
}

.text-span-2 {
  font-size: 12.3px;
}

.purpose {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.heading-2 {
  line-height: 0px;
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.person-p {
  margin-bottom: 0px;
  padding: 10px 15px;
}

.person-p.faded {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.person-p.faded:hover {
  opacity: 1;
}

.footer-p {
  max-width: 500px;
  margin-top: 20px;
}

.collection-item {
  overflow: hidden;
}

.hypothesis {
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.19);
  text-decoration: none;
}

.hypothesis:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.hypothesis.book {
  width: 100%;
  padding: 5px 15px;
}

.idea-header {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.86);
  text-transform: none;
}

.idea-header.book {
  margin-bottom: 3px;
}

.idea-text {
  color: hsla(0, 0%, 100%, 0.7);
}

.column-2 {
  height: 100%;
}

.image-3 {
  margin-top: 20px;
}

.text-span-3 {
  font-family: Kanit, sans-serif;
}

.star {
  font-family: Kanit, sans-serif;
  color: #44ff98;
  font-weight: 700;
}

.gauntlet-col {
  padding-right: 0px;
  padding-left: 0px;
}

.author {
  margin-left: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-style: italic;
}

.footnote {
  color: hsla(0, 0%, 100%, 0.71);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-header {
  font-family: Kanit, sans-serif;
}

.input {
  border-style: solid;
  border-width: 1.5px;
  border-color: #44ff98;
  border-radius: 5px;
}

.email-col {
  min-width: 400px;
}

.mail-list {
  min-width: 400px;
}

.input-field {
  min-height: 40px;
  min-width: 400px;
  padding: 5px;
  border-style: none none solid;
  border-width: 0px 0px 5px;
  border-color: #000 #000 #44ff98;
  border-radius: 5px 5px 0px 0px;
  background-color: #eef8ef;
  color: #000;
}

.input-field:focus {
  border-bottom-color: #04cf5f;
}

.mail-list-wrap {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.icon {
  margin-right: 25px;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #44ff98;
  border-radius: 1000px;
  background-color: #131313;
}

.discord {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 33px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #132220;
  border-radius: 500000px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.discord:hover {
  border-color: #44ff98;
  background-color: #0c0f0f;
}

.hori-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.discord-text {
  margin-bottom: 0px;
  margin-left: 5px;
  color: #5865f2;
}

.div-block {
  width: 70%;
  padding-right: 45px;
}

.discord-header {
  margin-top: 0px;
  margin-bottom: 3px;
}

.discord-description {
  margin-bottom: 0px;
  font-size: 18px;
}

.discord-description.join {
  color: #44ff98;
  font-size: 14px;
  font-style: italic;
}

.form-response {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    margin-top: 0px;
    padding: 30px 116px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #132220;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-button {
    margin: 20px 30px;
    border-radius: 200px;
  }

  .navigation-button.recipe {
    max-height: 47.5px;
  }

  .menu-button:active {
    background-color: #085651;
  }

  .menu-button.w--open {
    z-index: 1000;
    background-color: #132220;
  }

  .custom-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    background-image: radial-gradient(circle farthest-corner at 75% 50%, hsla(0, 0%, 100%, 0), #000 72%);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .custom-container._1dr.recipe-container {
    width: 100%;
    padding-right: 42px;
    padding-left: 42px;
  }

  .custom-container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-sequence {
    width: 100%;
  }

  .recipe-item-container {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    height: 350px;
    padding-bottom: 25px;
  }

  .recipe-title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .discord {
    padding-right: 98px;
    padding-left: 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }

  .discord:hover {
    border-style: solid;
  }

  .hori-flex {
    margin-top: 19px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.plans {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .title-sequence {
    margin-top: 200px;
  }

  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recipe-title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .discord {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 40px;
  }

  .navigation-container {
    height: 60px;
  }

  .navigation-container.divider {
    height: 1px;
  }

  .fade {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(65%, rgba(0, 0, 0, 0.41)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.41) 65%, transparent);
  }

  .section._1dr {
    height: 800px;
    background-image: radial-gradient(circle farthest-corner at 80% 80%, rgba(0, 0, 0, 0.23), #000 50%);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .email-col {
    min-width: auto;
    text-align: center;
  }
}

