@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  scroll-behavior: smooth;
  margin: 0px;
  overflow-x: hidden;
  /*Remove default margin*/
  width: 100%;
  height: 100%;
}

header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileNav {
  display: none;
}

.desktopNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background-color: white;
  width: 100vw;
  -webkit-box-shadow: 2px 0px 35px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 17px -1px rgba(0, 0, 0, 0.4);
}

.desktopNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  font-size: 17px;
}

.desktopNav li a {
  color: black;
  font-weight: 500;
}

.desktopNav li a:hover {
  text-decoration: underline;
  color: #325689;
}

.desktopNav .dropdown {
  position: relative;
}

.desktopNav .dropdown ul {
  display: none;
}

.desktopNav .dropdown:hover {
  background-color: #f9f9f9;
  list-style: none;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.desktopNav .dropdown:hover ul {
  position: absolute;
  background-color: #f9f9f9;
  display: block;
  list-style: none;
  width: 60px;
  text-align: center;
  padding: 5px 10px 10px 2px;
}

.desktopNav .dropdown:hover ul li:first-of-type {
  padding-bottom: 8px;
}

.desktopNav img {
  width: 135px;
  height: 100%;
  margin-left: 40px;
}

.desktopNav .contactStyle {
  margin-left: 90px;
}

.desktopNav .contactStyle a {
  padding-right: 20px;
}

a {
  text-decoration: none;
}

.index__hero {
  position: relative;
  background-image: url(../img/headerindex2.jpg);
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  background-attachment: fixed;
}

.index__hero div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__hero--circle {
  background-color: #1A659E;
  height: 400px;
  width: 400px;
  position: absolute;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 45px;
  top: 110px;
  -webkit-box-shadow: 2px 0px 35px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 35px 3px rgba(0, 0, 0, 0.4);
}

.index__hero--circle h1 {
  font-size: 34px;
  font-weight: 700;
  color: white;
  display: inline-block;
  margin: 0;
  text-align: center;
}

.index__hero--circle p {
  color: white;
  padding: 0px 4px;
  text-align: center;
}

.index__hero--circle a {
  display: inline-block;
  padding: 1em 3.2em;
  margin: 0 0.3em 0.3em 0;
  /*border-radius:2em;
                */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #FF6B35;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 223px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 4px;
}

.index__hero--circle a:hover {
  opacity: .8;
}

.index__img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  background-color: #c2c2a1;
}

.index__img-text img {
  width: 250px;
  margin: 10px;
}

.index__product-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

.index__product-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 33px 0px 49px;
  position: relative;
}

.index__product-display button {
  display: inline-block;
  padding: 1em 4em;
  margin: 0 0.3em 0.3em 0;
  /* border-radius: 2em;
             */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #FF6B35;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 223px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 4px;
  border: none;
}

.index__product-display button:hover {
  opacity: .8;
}

.index__product-display div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42%;
}

.index__product-display div p {
  text-align: left;
  max-width: 480px;
  line-height: 24px;
}

.index__product-display img {
  width: 400px;
}

.index__product-display--arrow-right {
  position: absolute;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  height: 249px;
  top: 70px;
}

.index__product-display--arrow-left {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 179px;
  top: 25px;
  margin-left: -94px;
}

.index__founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #1A659E;
  color: white;
  max-width: 1265px;
  margin: 0 auto;
}

.index__founder--text {
  width: 50%;
}

.index__founder--text p {
  max-width: 500px;
  line-height: 24px;
}

.index__founder--text .quote {
  font-style: italic;
  letter-spacing: 1px;
  word-spacing: 2px;
}

.index__founder--text h4 {
  font-weight: 300;
}

.index__founder--img {
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 2px 0px 35px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 35px 3px rgba(0, 0, 0, 0.4);
}

.index__founder--img img {
  width: 200px;
}

.index__retailers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 20px;
}

.index__retailers img {
  width: 140px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.index__retailers--row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.index__retailers--row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 40px;
}

footer {
  background-color: #FF6B35;
  margin-top: 20px;
  bottom: 0 !important;
}

footer img {
  width: 120px;
  margin-top: 20px;
}

footer a {
  color: black;
  width: 40px;
}

footer i {
  font-size: 26px;
  padding: 10px;
}

footer .footer--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px;
}

footer .footer--inner .footer_img {
  width: 25px;
  margin: 5px;
}

footer .footer--inner .footer_logo2 {
  margin-top: 0px;
}

footer .footer--inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer--inner li {
  display: list-item;
  line-height: 1.75rem;
  letter-spacing: .00625em;
}

footer .footer--inner a:hover {
  color: white;
}

footer .border_t {
  margin: 3rem;
  border-top: 1px solid #272525;
}

footer .footer_copy {
  margin-left: 40px;
}

.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reversed img {
  padding-top: 36px;
}

.reversed .e-pal {
  position: absolute;
  top: 160px;
  margin-left: -1010px;
  font-size: 12px;
}

/*@media all and (max-width:30em) {
     a.button1{
         display:block;
         margin:0.2em auto;
    }
}
*/
@media only screen and (max-width: 1024px) {
  .desktopNav {
    display: none;
  }
  .mobileNav {
    display: inline-block;
    vertical-align: top;
  }
  .mobileNav #menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  .mobileNav #menuToggle a {
    text-decoration: none;
    color: #232323;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mobileNav #menuToggle a:hover {
    color: white;
  }
  .mobileNav #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  .mobileNav #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .mobileNav #menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .mobileNav #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  .mobileNav #menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
            transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  .mobileNav #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }
  .mobileNav #menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
            transform: rotate(-45deg) translate(0, -1px);
  }
  .mobileNav #menu {
    position: absolute;
    width: 360px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #FF6B35;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .mobileNav #menu li {
    padding: 10px 0;
    font-size: 40px;
  }
  .mobileNav #menuToggle input:checked ~ ul {
    -webkit-transform: none;
            transform: none;
  }
  .index__hero {
    position: relative;
    background-image: url(../img/headerindex2.jpg);
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    background-attachment: fixed;
  }
  .index__hero div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index__hero--circle {
    height: 300px;
    width: 300px;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 45px;
    top: 110px;
  }
  .index__hero--circle h1 {
    font-size: 20px;
    display: inline-block;
    margin: 0;
    text-align: center;
  }
  .index__hero--circle p {
    color: white;
    padding: 0px 4px;
    text-align: center;
  }
  .index__hero--circle a {
    padding: 1em 2.2em;
    font-weight: 300;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 4px;
  }
  .index__hero--circle a:hover {
    opacity: none;
  }
  .index__product-section {
    padding-top: 10px;
  }
  .index__product-section h2 {
    font-size: 38px;
  }
  .index__product-section p {
    padding: 15px;
    padding-top: 0px;
  }
  .index__product-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index__product-display div {
    width: 90%;
    padding-top: 20px;
  }
  .index__product-display .index__product-display--arrow-left, .index__product-display .index__product-display--arrow-right {
    display: none;
  }
  .index__product-display img {
    width: 300px;
  }
  .index__founder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index__founder--text {
    width: 100%;
  }
  .index__founder--text h2 {
    font-size: 40px;
  }
  .index__founder--text p {
    font-size: 24px;
  }
  .index__founder .quote {
    font-size: 20px;
  }
  .index__founder--img {
    width: 200px;
  }
  .index__retailers h2 {
    font-size: 38px;
  }
  .index__retailers img {
    width: 130px;
    padding: 10px;
  }
  footer .footer--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer--inner div {
    padding: 5px;
  }
  footer .footer--inner img {
    width: 130px;
  }
  footer .footer--inner i {
    font-size: 40px;
    padding: 1px;
  }
  footer .footer--inner li, footer .footer--inner p {
    font-size: 22px;
    margin: 5px;
  }
  footer .footer--inner h4 {
    padding-right: 6px;
    font-size: 20px;
  }
  .footer--left {
    padding-right: 40px;
  }
  .footer--left a {
    margin: 10px;
  }
}

.copy_footer {
  font-size: 12px;
  margin-left: 10px;
}
/*# sourceMappingURL=style.css.map */