html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

* {
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.wrapper {
  margin-left: 15vw;
  margin-right: 15vw;
}

img {
  padding: 0;
}

nav {
  height: 10vh;
}
nav .navParent {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
nav .navParent .navButtons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
nav .navParent .navButtons ul a {
  padding: 2vw;
  font-family: rubik;
  color: black;
}
nav .navParent .logo img {
  height: 45px;
  width: 80px;
}
nav .navParent .shoppingCart img {
  height: 30px;
  width: 30px;
}
nav .mobileNavBars {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
nav .mobileNavBars p {
  line-height: 5px;
  width: 20px;
}

.mobileNav > ul:nth-child(1) {
  display: none;
}

.contactHeader {
  background-color: white;
  height: 40vh;
  background-size: cover;
  background-image: url(../assets/contact-header.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactHeader h1 {
  font-family: Rubik, sans-serif;
}

.proniaForm {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: solid 2px #f6f7fb;
  font-size: 10px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.proniaForm .formInstructions {
  background-image: url(../assets/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding: 30px 20px;
  text-align: left;
}
.proniaForm .formInstructions h4 {
  font-size: 2em;
  font-family: Rubik, sans-serif;
  line-height: 25px;
  padding-bottom: 10px;
}
.proniaForm .formInstructions h3 {
  font-size: 1em;
  font-family: Rubik, sans-serif;
  padding-bottom: 10px;
}
.proniaForm .formInstructions p {
  font-size: 1em;
  font-family: Rubik, sans-serif;
  line-height: 25px;
}
.proniaForm .formInput #firstName,
.proniaForm .formInput #lastName,
.proniaForm .formInput #phone,
.proniaForm .formInput #email,
.proniaForm .formInput #message {
  width: 40%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  border-bottom: solid #f6f7fb 1px;
  padding: 5px;
  padding-top: 20px;
  margin: 10px;
}
.proniaForm .formInput #message {
  padding-bottom: 50px;
  min-width: 90%;
}
.proniaForm .formInput button {
  background-color: #abd373;
  color: white;
  border: none;
  border-radius: 5%;
  width: 100px;
  height: 30px;
  margin: 20px;
}
.proniaForm .formInput span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner {
  background-color: #abd373;
  color: white;
  padding: 10px 0;
  font-size: 12px;
}
.banner .bannerParent {
  font-family: rubik;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: row;
      -ms-flex-pack: row;
          justify-content: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .bannerButtons {
  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;
  padding: 0 5px;
}
.banner .bannerParent a {
  color: rgb(255, 255, 255);
  padding: 5px;
}

header {
  background-color: #F8EEE5;
  height: 80vh;
  width: 100vw;
  font-size: 15px;
  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;
}
header .headerParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerText {
  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;
  min-width: 40vw;
  line-height: 70px;
}
header .headerText h2 {
  font-family: Rubik, sans-serif;
  font-size: 3em;
  font-weight: lighter;
}
header .headerText h3 {
  font-family: Rubik, sans-serif;
  font-size: 5em;
  font-weight: 300px;
}
header .headerText h4 {
  font-family: Rubik, sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 50px;
}
header .headerText button {
  background-color: #abd373;
  border: none;
  color: white;
  padding: 20px;
  width: 200px;
  border-radius: 30px;
}
header .headerImage img {
  height: 500px;
  width: 400px;
}

.servicesParent {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 100px;
}
.servicesParent .servicesBoxParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: row;
      -ms-flex-pack: row;
          justify-content: row;
  padding: 10px;
  margin: 10px;
  border-style: dotted;
  border-color: #abd373;
  border-radius: 5%;
  border-width: 2px;
}
.servicesParent .servicesBoxParent h4 {
  font-family: Rubik, sans-serif;
  font-weight: 400px;
  line-height: 20px;
}
.servicesParent .servicesBoxParent p {
  font-family: Rubik, sans-serif;
  font-weight: 300px;
  font-size: 12px;
}
.servicesParent .servicesBoxParent img {
  height: 40px;
  width: 50px;
}
.servicesParent .servicesBoxParent .servicesBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.ourProducts {
  text-align: center;
}
.ourProducts h2 {
  font-family: Rubik, sans-serif;
  font-weight: bolder;
  font-size: 40px;
  padding-bottom: 30px;
}
.ourProducts button {
  background-color: white;
  color: #abd373;
  padding: 10px 20px;
  border-style: solid;
  border-color: #f6f7fb;
  border-width: 2px;
  border-radius: 5%;
  margin: 15px;
}
.ourProducts button:hover {
  border-color: #abd373;
  border-style: dotted;
}

.plantInventory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plantInventory img {
  width: 225px;
  height: 225px;
}
.plantInventory .plantForSale {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plantInventory .plantForSale .plantInfo img {
  border-radius: 25%;
  width: 30px;
  height: 30px;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.plantInventory .plantForSale .plantInfo p {
  font-family: Rubik, sans-serif;
  font-size: 1em;
}
.plantInventory .plantForSale .plantInfo span {
  color: #abd373;
}

.newCollections {
  margin-top: 10vh;
  font-family: Rubik, sans-serif;
}
.newCollections h4 {
  font-size: 1em;
  font-weight: normal;
}
.newCollections h3 {
  font-size: 2em;
  font-weight: bolder;
}
.newCollections .collectionsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
}
.newCollections .collectionsTop .cactusCollection {
  background-image: url(../assets/b1.jpeg);
  margin: 1%;
  min-width: 65%;
  min-height: 25vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 50px;
  padding: 7%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newCollections .collectionsTop .cactusCollection h4,
.newCollections .collectionsTop .cactusCollection h3 {
  text-align: left;
}
.newCollections .collectionsTop .cactusCollection button {
  background-color: #abd373;
  border: none;
  color: white;
  width: 130px;
  height: 40px;
  border-radius: 30px;
  margin-top: 10px;
}
.newCollections .collectionsTop .plantPort {
  background-image: url(../assets/b2.jpeg);
  margin: 1%;
  min-width: 25%;
  min-height: 35vh;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  padding: 7%;
  line-height: 40px;
  margin-bottom: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newCollections .collectionsTop .plantPort h4,
.newCollections .collectionsTop .plantPort h3 {
  text-align: center;
}
.newCollections .collectionsTop .plantPort button {
  background-color: #abd373;
  border: none;
  color: white;
  width: 130px;
  height: 40px;
  border-radius: 30px;
  position: relative;
  margin-top: 10px;
}
.newCollections .collectionsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
}
.newCollections .collectionsBottom .plantPort2 {
  background-image: url(../assets/b3.jpeg);
  margin: 1%;
  min-width: 25%;
  min-height: 35vh;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  padding: 7%;
  line-height: 40px;
  margin-bottom: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newCollections .collectionsBottom .plantPort2 h4,
.newCollections .collectionsBottom .plantPort2 h3 {
  text-align: center;
}
.newCollections .collectionsBottom .plantPort2 button {
  background-color: #abd373;
  border: none;
  color: white;
  width: 130px;
  height: 40px;
  border-radius: 30px;
  position: relative;
  margin-top: 10px;
}
.newCollections .collectionsBottom .hangingCollection {
  background-image: url(../assets/b4.jpeg);
  margin: 1%;
  min-width: 65%;
  min-height: 25vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 50px;
  padding: 7%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newCollections .collectionsBottom .hangingCollection h4,
.newCollections .collectionsBottom .hangingCollection h3 {
  text-align: left;
}
.newCollections .collectionsBottom .hangingCollection button {
  background-color: #abd373;
  border: none;
  color: white;
  width: 130px;
  height: 40px;
  border-radius: 30px;
  margin-top: 10px;
}

.latestPosts {
  text-align: center;
  font-size: 15px;
}
.latestPosts h2 {
  font-family: Rubik, sans-serif;
  font-weight: bolder;
  font-size: 30px;
  margin-top: 10vh;
  margin-bottom: 3vh;
}
.latestPosts p {
  font-family: Rubik, sans-serif;
  font-weight: 400px;
  font-size: 1em;
  line-height: 2em;
}
.latestPosts .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.latestPosts .articles .article1,
.latestPosts .articles .article2,
.latestPosts .articles .article3 {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f6f7fb;
  border-radius: 5%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  margin: 10px;
  margin-bottom: 5vh;
}
.latestPosts .articles span {
  color: #abd373;
  font-size: 1em;
}
.latestPosts .articles p {
  font-family: Rubik, sans-serif;
  font-weight: 400px;
  font-size: 1em;
  line-height: 1.5em;
}
.latestPosts .articles h3 {
  font-family: Rubik, sans-serif;
  font-weight: 400px;
  font-size: 1.5em;
}
.latestPosts .articles span,
.latestPosts .articles p,
.latestPosts .articles h3 {
  text-align: left;
  padding: 3px;
}
.latestPosts .articles img {
  padding-top: 30px;
}

footer {
  background-image: url(../assets/footer.jpg);
  background-size: cover;
  background-position-y: top;
  padding: 5vh;
  font-size: 15px;
}
footer .footerFlexParent {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
footer .footerFlexParent .proniaInfo {
  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;
  max-width: 20%;
  margin: 30px;
}
footer .footerFlexParent .proniaInfo img {
  width: 100px;
  height: 50px;
  margin: 15px;
}
footer .footerFlexParent .proniaInfo p {
  font-family: Rubik, sans-serif;
  font-size: 1em;
  line-height: 20px;
  margin-bottom: 15px;
}
footer .footerFlexParent .proniaInfo .contactIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footerFlexParent .proniaInfo .contactIcons img {
  width: 30px;
  height: 30px;
  border: solid 1px black;
  padding: 8px;
  margin: 5px;
}
footer .footerFlexParent .usefulLinks,
footer .footerFlexParent .myAccount,
footer .footerFlexParent .ourService,
footer .footerFlexParent .gotAQuestion {
  font-family: Rubik, sans-serif;
  font-size: 1em;
  margin: 30px;
}
footer .footerFlexParent .usefulLinks h4,
footer .footerFlexParent .myAccount h4,
footer .footerFlexParent .ourService h4,
footer .footerFlexParent .gotAQuestion h4 {
  padding-bottom: 25px;
}
footer .footerFlexParent .usefulLinks a,
footer .footerFlexParent .myAccount a,
footer .footerFlexParent .ourService a,
footer .footerFlexParent .gotAQuestion a {
  line-height: 2em;
  color: black;
}
footer .footerFlexParent .gotAQuestion {
  min-width: 25%;
}

.contactHeader {
  background-color: white;
  height: 40vh;
  background-size: cover;
  background-image: url(../assets/contact-header.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactHeader h1 {
  font-family: Rubik, sans-serif;
}

.proniaForm {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: solid 2px #f6f7fb;
  font-size: 10px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.proniaForm .formInstructions {
  background-image: url(../assets/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding: 30px 20px;
  text-align: left;
}
.proniaForm .formInstructions h4 {
  font-size: 2em;
  font-family: Rubik, sans-serif;
  line-height: 25px;
  padding-bottom: 10px;
}
.proniaForm .formInstructions h3 {
  font-size: 1em;
  font-family: Rubik, sans-serif;
  padding-bottom: 10px;
}
.proniaForm .formInstructions p {
  font-size: 1em;
  font-family: Rubik, sans-serif;
  line-height: 25px;
}
.proniaForm .formInput #firstName,
.proniaForm .formInput #lastName,
.proniaForm .formInput #phone,
.proniaForm .formInput #email,
.proniaForm .formInput #message {
  width: 40%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  border-bottom: solid #f6f7fb 1px;
  padding: 5px;
  padding-top: 20px;
  margin: 10px;
}
.proniaForm .formInput #message {
  padding-bottom: 50px;
  min-width: 90%;
}
.proniaForm .formInput button {
  background-color: #abd373;
  color: white;
  border: none;
  border-radius: 5%;
  width: 100px;
  height: 30px;
  margin: 20px;
}
.proniaForm .formInput span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 70em) {
  .navParent {
    padding: none;
  }
  .navParent .shoppingCart {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .navParent .navButtons {
    display: none;
  }
  .headerParent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerParent .headerText {
    padding-left: 15%;
    padding-right: 15%;
    line-height: 1.5;
  }
  .headerParent .headerImage img {
    max-width: 80vw;
    max-height: auto;
  }
  .servicesParent {
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 2vw;
    margin: 0;
    margin-right: 20vw;
    margin-left: 20vw;
    margin-bottom: 10vw;
  }
  .servicesParent .servicesBoxParent {
    -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;
  }
  .servicesParent img {
    padding-right: 5px;
    padding-top: 5px;
  }
  .newCollections .collectionsTop,
  .newCollections .collectionsBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .latestPosts .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .latestPosts .articles .article1,
  .latestPosts .articles .article2,
  .latestPosts .articles .article3 {
    max-width: 90vw;
    margin-bottom: 2vh;
  }
  footer {
    padding: 2vh;
  }
  footer .footerFlexParent {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerFlexParent .proniaInfo,
  footer .footerFlexParent .usefulLinks,
  footer .footerFlexParent .myAccount,
  footer .footerFlexParent .ourService,
  footer .footerFlexParent .gotAQuestion {
    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;
    min-width: 80vw;
  }
  footer .footerFlexParent .proniaInfo p,
  footer .footerFlexParent .usefulLinks p,
  footer .footerFlexParent .myAccount p,
  footer .footerFlexParent .ourService p,
  footer .footerFlexParent .gotAQuestion p {
    text-align: center;
  }
  .mobileMenu {
    position: absolute;
    top: 5vh;
    left: 85vw;
    cursor: pointer;
  }
  .mobileMenu .mobileNavBars {
    width: 25px;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    border: solid 1px black;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
  }
  .mobileNav {
    position: relative;
    left: 100%;
    background-color: #abd373;
    position: fixed;
    margin-top: 10vh;
    left: 100%;
    width: 50vw;
    height: 100vh;
    opacity: 90%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  ul {
    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: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  ul a {
    font-family: Rubik, sans-serif;
    color: black;
    line-height: 60px;
  }
  ul a:hover {
    font-weight: 600;
  }
  .mobileNavButtons {
    display: none;
  }
  .mobileNavButtons li a {
    display: none;
  }
  .mobileNav.active {
    left: 50%;
  }
}
@media (max-width: 486px) {
  .mobileMenu {
    margin-top: 1vh;
  }
}