:root {
  --peach: #e8a66c;
  --turquoise: #4f9b8f;
  --background: #fcf7ef;
  --pink: #d87659;
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #fcf7ef;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Shrikhand, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

._2colorflex {
  width: 100%;
  height: 70%;
  justify-content: space-between;
  display: flex;
}

.div-block {
  width: 65%;
  background-color: var(--peach);
  object-fit: fill;
}

.div-block-2 {
  width: 35%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  width: 70%;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.image {
  position: relative;
}

.image-2 {
  overflow: visible;
}

.div-block-4 {
  width: 50vw;
  height: 50vh;
  margin-left: auto;
  margin-right: 50px;
  position: relative;
  top: -474px;
}

.image-3 {
  margin-left: 0;
  margin-right: 0%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  width: 100vw;
  height: 6vh;
  background-color: var(--turquoise);
  justify-content: space-between;
  display: flex;
  position: static;
}

.nav-menu {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body {
  background-color: #fcf7ef;
  overflow: visible;
}

.nav-link {
  color: var(--background);
  text-transform: uppercase;
}

.nav-link.w--current {
  color: var(--background);
  text-decoration: none;
}

._3icons {
  height: 30%;
  background-color: var(--pink);
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 160%;
  margin-left: -273px;
  margin-right: 15%;
}

.herotextbutton {
  width: 55%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15%;
  display: flex;
}

.tagline {
  color: var(--background);
  -webkit-text-stroke-width: 0px;
  text-transform: lowercase;
  text-shadow: 0 1px 1px #000;
  font-family: Lobster, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 63px;
  text-decoration: none;
}

.subheading {
  width: 70%;
  color: var(--background);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
}

.subheading.loweercase {
  width: auto;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.button {
  width: 170px;
  border: 1px solid var(--background);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 300;
}

.button:hover {
  background-color: var(--background);
  color: var(--peach);
  border-style: solid;
}

.heading {
  color: var(--background);
  font-size: 25px;
}

.triflex {
  width: 65vw;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon1, .icon2, .icon3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav {
  width: 100vw;
  height: 10%;
  background-color: var(--turquoise);
}

.navcontent {
  width: 90%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  margin-left: 60px;
  text-decoration: none;
}

.textlogo {
  color: var(--background);
  font-size: 25px;
  text-decoration: none;
}

.navlink {
  color: var(--background);
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

.image-4 {
  margin-left: 20px;
}

.aboutus {
  height: 80vh;
}

._2colorflex-reverse {
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.bluebg {
  width: 65%;
  background-color: var(--turquoise);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.abouttext {
  width: 80%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 15%;
  display: flex;
}

.buttontealhover {
  width: 170px;
  border: 1px solid var(--background);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 300;
}

.buttontealhover:hover {
  background-color: var(--background);
  color: var(--turquoise);
  border-style: solid;
}

.imgdiv {
  width: 35%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.imgbox {
  width: 130%;
  height: 90%;
  align-items: center;
  margin-left: 15%;
  margin-right: -273%;
  display: flex;
}

._2ndpic {
  margin-left: 0;
  margin-right: 0%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tagline2 {
  color: var(--background);
  text-transform: lowercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-family: Lobster, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.section {
  overflow: hidden;
}

.banner {
  width: 120%;
  background-color: var(--pink);
  color: var(--background);
  padding-top: 15px;
  padding-bottom: 15px;
}

.banner-text {
  width: 3000px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer {
  border-top: 1px solid var(--turquoise);
  background-color: var(--pink);
  padding-top: 18px;
  padding-bottom: 18px;
}

.footerh1 {
  color: var(--background);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.footerlink {
  color: var(--background);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
}

.link-block {
  margin-left: 20px;
}

.div-block-7 {
  flex-direction: column;
  display: flex;
}

.link {
  text-align: center;
}

.footerlink-copy {
  color: var(--background);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
}

.footerlink-copy.white {
  color: var(--background);
}

._2colorflexmobile {
  width: 100%;
  height: 70%;
  justify-content: space-between;
  display: none;
}

.brand {
  height: 100%;
  margin-left: 0;
  display: block;
}

._3iconsmobile {
  height: 20%;
  background-color: var(--pink);
  align-items: center;
  display: none;
}

.logomobile {
  color: var(--background);
  text-transform: lowercase;
  margin-top: 0;
  font-family: Lobster, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.imgdivmobile {
  width: 35%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: none;
  position: relative;
}

.navcontainer {
  width: 100%;
  min-width: 87%;
  margin-left: 0;
  margin-right: 0;
}

.section-2 {
  overflow: hidden;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.section-3 {
  height: 700px;
  background-color: var(--peach);
}

.image-6 {
  margin-top: 40px;
}

.section-4 {
  height: auto;
  background-color: var(--pink);
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph {
  width: 75vw;
  border: 1px none var(--background);
  color: var(--background);
  text-transform: uppercase;
  margin: 50px auto 30px;
  padding: 7px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.link-2 {
  color: var(--background);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 20px;
  text-decoration: none;
}

.div-block-8 {
  width: 75vw;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3-copy {
  height: 50vh;
  background-color: var(--peach);
  display: none;
}

.navbar-about {
  width: 100vw;
  height: 6vh;
  background-color: var(--turquoise);
  justify-content: space-between;
  display: flex;
  position: static;
}

.nav-link-copy {
  color: var(--background);
  text-transform: uppercase;
}

.nav-link-copy.w--current {
  color: var(--background);
  text-decoration: none;
}

.section-5 {
  background-color: var(--turquoise);
  padding-top: 15px;
  padding-bottom: 15px;
}

.footerlink-copy {
  color: var(--peach);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .div-block-4 {
    position: static;
  }

  .div-block-5 {
    margin-left: -166px;
  }

  .tagline {
    font-size: 40px;
  }

  .subheading {
    font-size: 16px;
  }

  .button, .buttontealhover {
    font-size: 12px;
  }

  .tagline2 {
    font-size: 30px;
  }

  .brand {
    margin-left: 0;
  }

  .icon {
    display: none;
  }

  .menu-button {
    margin-top: 10px;
  }

  .section-3 {
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .image-6 {
    margin-top: 0;
  }

  .section-4 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    align-items: center;
    display: flex;
  }

  ._3icons {
    height: 30%;
  }

  .div-block-5 {
    margin-left: -109px;
  }

  .herotextbutton {
    height: 80%;
    justify-content: center;
  }

  .tagline {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .subheading {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .triflex {
    height: 90%;
  }

  .aboutus {
    height: 90vh;
  }

  .buttontealhover {
    margin-top: 10px;
  }

  .tagline2 {
    font-size: 25px;
    line-height: 32px;
  }

  ._3iconsmobile {
    height: 30%;
  }

  .navcontainer {
    width: 94%;
  }

  .section-4 {
    padding-top: 10px;
  }

  .paragraph {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  ._2colorflex {
    display: none;
  }

  .div-block {
    width: 100vw;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    margin-bottom: 30px;
  }

  .navbar {
    height: 5%;
  }

  ._3icons {
    display: none;
  }

  .herotextbutton {
    width: 90%;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .tagline {
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 40px;
  }

  .subheading {
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
    display: none;
  }

  .subheading.loweercase {
    width: 100%;
    white-space: normal;
    margin-top: 20px;
    display: block;
  }

  .button {
    width: 90%;
  }

  .triflex {
    width: 80vw;
    flex-direction: column;
    justify-content: center;
  }

  .icon1 {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }

  .icon2 {
    width: 100%;
  }

  .container {
    display: flex;
  }

  .aboutus {
    height: auto;
    margin-top: -28px;
    position: relative;
  }

  ._2colorflex-reverse {
    height: auto;
    flex-direction: column-reverse;
  }

  .bluebg {
    width: 100%;
    margin-top: -32px;
    padding-top: 35px;
    padding-bottom: 34px;
  }

  .abouttext {
    width: 90%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .buttontealhover {
    width: 90%;
  }

  .imgdiv {
    width: 100%;
    display: none;
  }

  .imgbox {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tagline2 {
    text-align: center;
    font-size: 40px;
    line-height: 37px;
  }

  ._2colorflexmobile {
    height: auto;
    background-color: var(--peach);
    align-items: flex-start;
    padding-bottom: 38px;
    display: flex;
  }

  .brand {
    height: 100%;
    text-align: left;
    align-items: center;
    display: flex;
  }

  ._3iconsmobile {
    z-index: 5;
    height: 42vh;
    background-color: rgba(216, 118, 89, 0);
    background-image: url('../images/Subtract-min.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -30px;
    display: flex;
    position: relative;
  }

  .logomobile {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -5px;
    font-weight: 400;
  }

  .imgdivmobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-5 {
    margin-top: 0;
    position: relative;
  }

  .navcontainer {
    width: 80%;
  }

  .menu-button {
    margin-top: 0;
  }

  .section-3 {
    display: none;
  }

  .image-6 {
    margin-top: 0;
  }

  .section-4 {
    height: auto;
    background-color: var(--pink);
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .paragraph {
    width: 90vw;
    text-transform: none;
    border-style: none;
    margin-top: 20px;
  }

  .link-2 {
    font-size: 16px;
  }

  .div-block-8 {
    width: 90vw;
  }

  .section-3-copy {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 29px;
    display: flex;
  }

  .heading-2 {
    color: var(--background);
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    font-family: Lobster, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .heading-2.left {
    width: 90vw;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 20px;
    font-size: 13.3vw;
  }

  .heading-2.left.small {
    margin-top: 3px;
    padding-top: 0;
    font-size: 30px;
    line-height: 20px;
  }

  .navbar-about {
    height: 5%;
  }

  .section-5 {
    background-color: var(--turquoise);
    padding-top: 25px;
    padding-bottom: 25px;
  }
}


