@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Oleo+Script&family=Open+Sans&family=Poppins:wght@400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-image: radial-gradient(rgba(241, 175, 52, 0.692), #0eb5ec, #ff10af);
  vertical-align: middle;
}

.logo img {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero img {
  width: 30%;
  height: auto;
  -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20%;
  opacity: 1;
  min-width: 18rem;
}

.highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 10%;
  color: lightgreen;
  text-shadow: 5px 3px deeppink;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
}

.nes img {
  width: 100%;
  height: 100%;
  border-radius: 20%;
  opacity: 1;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(243, 25, 189, 0.863), 0px 6px 20px 0 rgba(16, 230, 183, 0.829);
          box-shadow: 4px 4px 4px 4px rgba(243, 25, 189, 0.863), 0px 6px 20px 0 rgba(16, 230, 183, 0.829);
}

.img {
  border-radius: 5px;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 10%;
  color: lightgreen;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
  border-radius: 19%;
}

.containernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 2.5em;
  color: lightgreen;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
  z-index: 200;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0em 2em 2em;
  letter-spacing: 3px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  font-weight: lighter;
  list-style: none;
  z-index:200;
}

.nav :hover {
  color: rgba(255, 0, 234, 0.699);
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}

.menu {
  text-transform: uppercase;
  font-display: bold;
  padding: 0px 0px 2px 0px;
  letter-spacing: 2px;
  color: rgba(150, 125, 59, 0.568);
  font-size: 34px;
  text-shadow: 2px 2px 5px rgba(151, 148, 148, 0.938), 1px 0 black, 0 1px black, 1px 0 black, 0 1px black;
  cursor: pointer;
}

.nav li {
  list-style: none;
}

.nav a {
  color: bisque;
  text-decoration: none;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  font-weight: bold;
  font-size: 14px;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 30px;
  height: 2px;
  background-color: #4c2850;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo img:hover {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.logo img:hover-off {
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

@media screen and (max-width: 1024) {
  .nav {
    width: 60%;
  }
}

@media screen and (max-width: 1100px) {
  body {
    overflow-x: hidden;
  }
  .nav {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 15.31rem;
    background-color: rgba(171, 73, 236, 0.623);
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    z-index:200;
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
  .logo img {
    width: 5rem;
    height: 5rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .nav li {
    opacity: 0;
    margin-right: 30vh;
  }
  .burger {
    display: block;
  }
  .logo img:hover {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

@media screen and (max-width: 736px) {
  body {
    overflow-x: hidden;
  }
  .nav {
    position: absolute;
    right: 0px;
    top: 11.256rem;
    background-color: rgba(171, 73, 236, 0.623);
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42%;
    z-index: 200;
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
  .logo img {
    width: 5rem;
    height: 5rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .burger {
    display: block;
    margin-right: 15px;
  }
  .burger .line3 {
    height: 2.2px;
  }
  .nav li {
    opacity: 0;
    margin-right: 30vh;
  }
  .logo img:hover {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .modal-content {
    height: 580px;
    position: absolute;
    background-color: rgba(52, 165, 241, 0.692);
    margin: 20% auto;
    /* 15% from the top and centered */
    padding: 10px;
    min-height: 500px;
    border: 100% solid #888;
    width: 80%;
    height: 300px;
    font-size: 25px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
}

.nav-active {
  -webkit-transform: translatex(0%);
          transform: translatex(0%);
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translatex(50px);
            transform: translatex(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translatex(50px);
            transform: translatex(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-12.5px, 5px);
          transform: rotate(-45deg) translate(-12.5px, 5px);
  opacity: 0.3;
  -webkit-transition: 0.18s ease-in-out;
  transition: 0.18s ease-in-out;
}

.toggle .line2 {
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-transform: translateX(-590px);
          transform: translateX(-590px);
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-12.5px, -5px);
          transform: rotate(45deg) translate(-12.5px, -5px);
  opacity: 0.3;
  -webkit-transition: 0.18s ease-in-out;
  transition: 0.18s ease-in-out;
}

section {
  padding: 5em;
  background-color: none;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: flex;
      -ms-flex-align: flex;
          align-items: flex;
  margin: 10px;
  text-shadow: 1px 0 black, 0 1px black, 1px 0 black, 0 1px black;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.hero-img {
  border-radius: 35%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  max-height: auto;
  width: 60%;
  position: relative;
  margin: auto;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
/* .slideshow-container img{
  max-width: 100%;
  max-height: auto;
  width: 80%;
  position: fixed;
  margin: 10px;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
} */
/*.mySlides {*/
/*  width:100%;*/
/*}*/

.slidepic {
   
  border-radius: 15%;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(243, 25, 189, 0.863), 0px 6px 20px 0 rgba(16, 230, 183, 0.829);
          box-shadow: 4px 4px 4px 4px rgba(243, 25, 189, 0.863), 0px 6px 20px 0 rgba(16, 230, 183, 0.829);
}

.slideshow-container:hover {
  -webkit-transform: scale(1.31);
          transform: scale(1.31);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  z-index: 500;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px;
  }
}

.subhead {
  text-transform: uppercase;
  font-weight: lighter;
  color: #2f96f7;
  letter-spacing: 1.2em;
  text-shadow: 1px 1px 3px black, 0 0 25px blue, 0 0 5px darkblue;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dreams {
  -webkit-transition: 3s ease;
  transition: 3s ease;
}

.dreams:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.hero-col h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  margin-top: .2em;
  text-shadow: #0eb5ec;
  font-weight: lighter;
}

.primary-cta {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  padding: 20px;
  margin: 20px;
  font-size: 1.4em;
  letter-spacing: 2px;
  border-radius: 5em;
  font-weight: bold;
  display: inline-block;
}

.products {
  font-size: 25px;
  color: white;
  letter-spacing: 2px;
  padding: 30px;
  padding: 3.5em;
  font-size: 1.4em;
  letter-spacing: 2px;
  border-radius: 5em;
  font-weight: bold;
  display: inline-block;
}

.hero a:hover {
  color: fuchsia;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.table {
  font-size: 45px;
  font-weight: bold;
  color: brown;
  font-family: "Poppins", sans-serif;
}

.tabs .radio {
  font-size: 15px;
}

.tabs input {
  height: 30px;
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: rgba(52, 165, 241, 0.692);
  margin: 20% auto;
  /* 15% from the top and centered */
  margin-bottom: 10px;
  padding: 10px;
  border: 100% solid #888;
  width: 80%;
  height: 320px;
  font-size: 25px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.signup {
  height: 30px;
  width: 80px;
  color: black;
  background-color: #f9b6ff;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.features a {
  position: absolute;
  padding: 20px;
  color: #20ff20;
}

.feat-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 35rem;
  bottom: 2rem;
  width: 100%;
  max-width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 230, 156, 0.767)), color-stop(rgba(204, 0, 255, 0.685)), color-stop(rgba(58, 189, 250, 0.658)), to(rgba(230, 55, 142, 0.726)));
  background: linear-gradient(rgba(216, 230, 156, 0.767), rgba(204, 0, 255, 0.685), rgba(58, 189, 250, 0.658), rgba(230, 55, 142, 0.726));
  padding: 1em;
  font-size: 25px;
  letter-spacing: 4px;
  text-shadow: 1px 1px 3px black, 0 0 25px blue, 0 0 5px darkblue;
  font-style: oblique;
  text-align: center;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
}

.feat-container li {
  -webkit-transition: .8s ease-in;
  transition: .8s ease-in;
}

.feat-container li:hover {
  color: #ffeaff;
  text-decoration: none;
  letter-spacing: 3px;
  text-shadow: 2px 2px 3px black, 0 2px 25px blue, 0 2px 5px rgba(157, 24, 219, 0.863);
  font-weight: bold;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  letter-spacing: 3px;
}

.preview {
  opacity: 0;
  width: 100%;
  display: block;
  border-radius: 25%;
  height: auto;
  max-height: 40rem;
  min-height: 15rem;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-height: 30rem;
}

.featurelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  text-align: justify;
  padding: 15rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 25px;
  letter-spacing: 5px;
  width: 25%;
  margin-right: 9rem;
}

.feat-container:hover .preview {
  opacity: 1;
}

.features li {
  list-style: none;
}

.store {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 600px;
  max-height: 800px;
  margin-bottom: 25px;
}

.storecontainer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 255, 0.658)), color-stop(rgba(119, 0, 255, 0.685)), color-stop(rgba(238, 234, 16, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 153, 255, 0.658), rgba(119, 0, 255, 0.685), rgba(238, 234, 16, 0.671), rgba(128, 0, 128, 0.555));
  padding: 10px;
  color: lightgreen;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
}

.store a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}

.store img {
  border-radius: 25%;
  padding: 10%;
  list-style: none;
  max-height: 200px;
  width: auto;
  color: #81fac2;
}

.column {
  padding: 15px;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-shadow: 1px 0 black, 0 1px black, 1px 0 black, 0 1px black;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner-col {
  position: center;
  padding: 10px;
  -webkit-box-align: flex;
      -ms-flex-align: flex;
          align-items: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.subhead-part {
  text-transform: uppercase;
  font-weight: lighter;
  color: #2f96f7;
  letter-spacing: 1em;
  text-shadow: 1px 1px 3px black, 0 0 25px blue, 0 0 5px darkblue;
  text-align: center;
}

.partner-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  letter-spacing: 2px;
  font-weight: bold;
}

.partner-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: inline;
      -ms-flex-pack: inline;
          justify-content: inline;
  font-size: 1.5rem;
  font-weight: bold;
  margin: auto;
  z-index: 5;
}

.more {
  position: relative;
  right: 25px;
}

.friend {
  position: relative;
  left: 25px;
}

.friends {
  border-radius: 40%;
}

@media screen and (max-width: 793.5px) {
  .partner-cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    font-size: .95rem;
    font-weight: bold;
    margin: auto;
    z-index: 5;
  }
}

.partner-col h1 {
  font-size: 40px;
}

.more {
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.more:hover {
  color: aqua;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  letter-spacing: 3px;
}

.friend {
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.friend:hover {
  color: aqua;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  letter-spacing: 3px;
}

.partner-cta img {
  max-height: 10rem;
  width: auto;
}

.partner-cta img {
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.partner-cta img:hover {
  -webkit-transform: scale(1.51);
          transform: scale(1.51);
}

.heroimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  max-height: 40rem;
  padding: 25px;
  margin: 20%;
  height: auto;
  width: 60%;
}

.hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex;
      -ms-flex-align: flex;
          align-items: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 25px;
  letter-spacing: .5px;
  padding: 5px;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.hero-img:hover {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
}

.footercont {
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  color: lightgreen;
  text-shadow: 2px 2px 5px rgba(52, 165, 241, 0.692);
  font-style: italic;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
}
.footer img {
  align-items: center;
  /* margin-left: 40%; */
  /* padding-left: 500px; */
}
.footer li {
  list-style: none;
  margin-left: 80px;
}

.footer-nav {
  padding: 5px;
  margin-right: 55vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav a {
  padding: 3px;
  height: 20px;
  color: #5ef151;
}

.footer-nav li {
  margin-bottom: 2px;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.secfooter-nav a {
  padding: 3px;
  color: #5ef151;
}

.secfooter-nav li {
  float: right;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-left: 13rem;
  font-size: 16px;
  height: 20px;
  width: 100%;
}

.footer a:hover {
  color: #c1ee1f;
  -webkit-transform: scale(1.31);
          transform: scale(1.31);
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

/* recently added products from database*/
.recentlyadded h2 {
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0 0;
}

.dbproducts {
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
/*# sourceMappingURL=main.css.map */