html {
    font-size: 16px;
    margin:0;
    padding:0;
    width: 100%;
    height:100%;
    overflow-x: hidden!important;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  body {
    margin:0;
    overflow-x: hidden;
    padding:0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .interior {
      width: 100%;
  }
  
  a {
    text-decoration: none;
    transition: all 200ms ease-out;
  }
  
  
  p {
    margin: 0;
    padding: 0;
  }
  
  .flex {
    display: flex;
  }
  
  .jCenter {
    justify-content: center;
  }
  
  .aCenter {
    align-items: center;
  }
  
  .center_center {
      align-items: center;
      justify-content: center;
  }
  
  .rowDirect {
    flex-direction: row;
  }
  
  .columnDirect {
    flex-direction: column;
  }
  
  #playerStatsLink {
    display: none!important;
  }
  
  #homepageMain {
    width: 100%;
}
div[contenteditable="false"] {
  width:100%;
}

  :root {
    --color-one:#CC2310;
    --color-two:#242424;
    --color-three:#FAFAFA;
    --color-four:transparent;
    --color-five:#0A3161;
    --maxWidth-set:1300px;
  }

  /* ----------------------- Header Styles ----------------------- */
  header {
    width:100%;
    height: auto;
    background-color:var(--color-four);
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
  }
  header.activeMenu {
    background-color:var(--color-three);
    box-shadow:0px 5px 20px -20px #000;
  }
  .topHead {
    width: 100%;
    height:2px;
    background-color:var(--color-five);
  }
  .headContent {
    width:100%;
    justify-content: space-between;
  }
  header .mainLogo {
    margin: 1rem;
    width: 19rem;
    cursor:pointer;
  }
 
  ul#nav {
    display: flex;
        padding: 0;
        flex-direction: column;
        height:auto;
        align-items: center;
  }
  
  #nav li {
    list-style-type: none;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  
  #nav li a {
    margin: 0 1.3rem;
    color: var(--color-three);
    font-size: 1rem;
    height: auto;
    margin:1rem 0;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none !important;
    transition: all ease 200ms;
  }
  
  #nav li:hover a {
    color:var(--color-one);
  }

  ::marker {
      display: none;
  }
  
  #playerStatsLink {
    display: none!important;
  }
  
  #nav li.active > ul {
    opacity: 1;
    display: flex;
  }
  

   
  #nav li ul {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: auto;
    z-index: 999;
    flex-direction: column;
    opacity: 0;
    display: none;
    top: 6.75rem;
    transition: all ease 300ms;
}

.blkLogo {
  display:none;
}
.whtLogo {
  display: flex;
}

.activeMenu .whtLogo {
  display: none;
}
.activeMenu .blkLogo {
  display: flex;
}

#nav li ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: auto;
    text-align:center;
}
  
  #nav li ul li:hover a {
      color: var(--color-one)!important;
  }
  li.active a {
    color: var(--color-one)!important;
}
  
  #nav li ul li a {
    height: 2.5rem;
    padding-left: .5rem;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-three)!important;
    transition: all ease 0ms !important;
}

#nav li ul li a:after {
    content: "";
    width: 15px;
    height: 10px;
    margin-left: 7px;
    transform: rotate(90deg);
    background: transparent url("https://app.nitroflow.com/users/myteam49520/Media1006.png") no-repeat 1px 1px;
    background-size: 12px;
    display: inline-block;
    margin-right: .5rem;
}

.leftHead {
    cursor: pointer;
    margin-left:2rem;
    width: auto;
    height: 7rem;
    justify-content: center;
}

.activeMenu .leftHead a {
  color:var(--color-two)!important;
}
.activeMenu .rightHead a {
  color:var(--color-two)!important;
}
.activeMenu .hamburger div {
  background-color:var(--color-one);
}
.activeMenu .rightHead .slideMenu a {
  color:var(--color-three)!important;
}

.leftHead a {
    color:var(--color-three)!important;
    transition: all ease 200ms;
    letter-spacing: 1px;
}

.leftHead:hover a {
    color: var(--color-one)!important;
}

.leftHead span a {
    font-size:1.35rem;
    font-weight:600;
    letter-spacing: normal;
    margin:.5rem 0;
}

.leftHead span img {
    position: absolute;
    width: 1.5rem;
    margin-top:.6rem;
    margin-left:16rem;
}
.headArrow:nth-child(4) {
    opacity: 0;
    transition: all ease 200ms;
}
.leftHead:hover .headArrow {
 opacity:1!important;
}

.activeMenu .whtArrow {
  display:none;
}

.activeMenu .blkArrow {
  display:flex;
}

.rightHead {
    justify-content: center;
    align-items: flex-end;
    margin-right:2rem;
}

.rightHead div a {
    color:var(--color-three);
    letter-spacing: 1px;
}
.rightHead div {
    color:var(--color-three);
}

.headTel {
    font-size:1.5rem;
}


.hamburger {
    width: 30px;
    margin-left:1rem;
    height: 25px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .hamburger div {
    width: 30px;
    height: 4px;
    background-color: var(--color-three);
    transition: transform 0.4s, opacity 0.4s;
  }

  .slideMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100vh;
    background-color: var(--color-two);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: right 400ms ease;
    overflow-y: auto;
  }

  .slideMenu img {
    width:11rem;
    margin-top:5rem;
  }

  .slideMenu.open {
    right: 0;
  }

  .slideMenu a {
    text-decoration: none;
    color: var(--color-three);
    font-size: 18px;
    margin: 10px 0;
    transition: color 0.3s;
  }

  .slideMenu a:hover {
    color: var(--color-one);
  }

  .menuFooter {
    text-align: center;
    width:90%;
    padding-top:2rem;
    border-top:1px solid var(--color-three)
  }

  .hamburger.open div:nth-child(1) {
    transform: rotate(45deg) translate(9px, 8px);
    background-color: var(--color-one);
}

  .hamburger.open div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
    background-color: var(--color-one);
}
/* ----------------------- Main Styles ----------------------- */

.main {
  width: 100%;
  height: auto;
  background-color:var(--color-three);
}

.heroSection { 
  width: 100%;
  height: 80vh;
  background-size:cover;
  background-position:center;
}

.heroSectionWrap {
  width: 100%;
  justify-content: flex-end;
  height:100%;
  z-index:100;
  background-color: rgba(0,0,0,0.5);
}

.heroSection h1 {
  color: var(--color-three);
  font-size: 5rem;
  letter-spacing: 3.6px;
  font-weight:200;
  margin:0;
  max-width: var(--maxWidth-set);
}

.heroSection p {
  color:var(--color-three);
  font-size: 1.5rem;
  letter-spacing: 3.6px;
  font-weight:200;
  max-width: var(--maxWidth-set);
}
.section {
  width: 100%;
  z-index:50;
  background-color:#fff;
}
.sectionWrap {
    max-width:1300px;
    padding:5rem 0;
}

.centerText {
    text-align:center;
}

a.buttonOne {
    width:15rem;
    background-color:var(--color-one);
    margin:2rem;
    border-radius:5px;
    height: 4rem;
    color: var(--color-three);
}
a.buttonOne:hover {
    background-color: var(--color-three);
    color: var(--color-one);
}
a.buttonOne:hover img {
    opacity:1!important;
}

a.buttonOne span {
    width:3rem;
    height:100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

a.buttonOne img:nth-child(2) {
    opacity:0;
}

a.buttonOne img {
    width: 2rem;
    transition: all ease 300ms;
    position: absolute;
}

.HeroBackground{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeInOut 24s linear infinite;
    opacity: 0;
  }

  .HeroBackground:nth-child(1) {
    background-image: url('https://app.nitroflow.com/users/myteam49520/Media1.jpg');
    animation-delay: 0s;
  }

  .HeroBackground:nth-child(2) {
    background-image: url('https://app.nitroflow.com/users/myteam49520/Media2013.webp');
    animation-delay: 8s;
  }

  .HeroBackground:nth-child(3) {
    background-image: url('https://app.nitroflow.com/users/myteam49520/Media2012.webp');
    animation-delay: 16s;
  }

  @keyframes fadeInOut {
    0% {
      opacity: 0;
      transform: scale(1);
    }
    10% {
      opacity: 1;
    }
    40% {
      opacity: 1;
      transform: scale(1.1);
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }

  .section {
    z-index:100;
  }
  .sectionWrap h1 {
    color: var(--color-two);
    font-size: 4rem;
    letter-spacing: 3.6px;
    font-weight: 500;
    margin: 0;
    max-width: var(--maxWidth-set);
}
.sectionWrap span {
    color: var(--color-five);
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight:400;
    text-transform: uppercase;
}

.sectionWrap p {
    font-family: "Barlow", serif;
    font-size: 1.21rem;
    font-weight:300;
    line-height:2rem;
}

.swashBG {
    background-color:var(--color-three);
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}

.sectionSplit {
  width: 100%;
  max-width:1300px;
  margin-top:9rem;
}

.sectionSplit span {
  color: var(--color-five);
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-align:left;
  font-weight: 400;
  text-transform: uppercase;
}
.sectionSplit h2 {
  color: var(--color-two);
    font-size: 3rem;
    letter-spacing: 3.6px;
    font-weight: 500;
    line-height: 4rem;
    text-align: left;
    margin: 1rem 0;
    max-width: var(--maxWidth-set);
}
.sectionSplit p {
 text-align:left;
}

.sectionSplit a {
  display: flex;
  justify-content: center;
  width: 15rem;
  align-items:center;
  margin: 2rem 0;
  background-color: var(--color-one);
  height: 4rem;
  color: var(--color-three);
  border-radius: 5px;
}
.sectionSplit a:hover {
  background-color: var(--color-three);
  color: var(--color-one);
}

.sectionLeft {
  width:50%;
}
.sectionRight {
  width: 50%;
}

.sectionRight img {
  width: 95%;
  max-width:32rem;
  border-radius: 5px;
}

.solutions {
  width:100%;
  margin-top:4rem;
}

.solutionsWrap {
  max-width:1300px;
}

.solutionsWrap p {
  font-family: "Barlow", serif;
  font-size: 1.21rem;
  font-weight: 300;
  line-height: 2rem;
  text-align:center;
}

.solutionsWrap span {
  text-align:center;
  color: var(--color-five);
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}

.solutionsWrap h2 {
  text-align:center;
  color: var(--color-two);
    font-size: 4rem;
    letter-spacing: 3.6px; 
    font-weight: 500;
    margin: 0;
    max-width: var(--maxWidth-set);
}

.solutionsRow {
  width:100%;
  max-width:1300px;
  margin:3rem 0;
  flex-wrap: wrap;
}
table#homepageContentTable {
  display: none;
}

.solutionBlock {
  width:25rem;
  background-color:#d7d7d7;
  height:24rem;
  margin:1rem;
  border-radius: 5px;
  transition: all ease 300ms;
  box-shadow:0px 5px 20px -15px transparent;
}

.sBlockCover {
  width:25rem;
  height:24rem;
  position: absolute;
  background-color:rgba(0, 0, 0, 0.5);
}

.Sblock1 {
  background-image: url("https://app.nitroflow.com/users/myteam49520/Media12.jpg");
  background-size:cover;
  background-position: center;;
}
.Sblock2 {
  background-image: url("https://app.nitroflow.com/users/myteam49520/Media11.jpg");
  background-size:cover;
  background-position: center;;
}
.Sblock3 {
  background-image: url("https://app.nitroflow.com/users/myteam49520/Media10.jpg");
  background-size:cover;
  background-position: center;;
}
.Sblock4 {
  background-image: url("https://app.nitroflow.com/users/myteam49520/Media9.jpg");
  background-size:cover;
  background-position: center;;
}
.Sblock5 {
  background-image: url("https://app.nitroflow.com/users/myteam49520/Media8.jpg");
  background-size:cover;
  background-position: center;;
}
.Sblock6 {
  background-image: url("https://app.nitroflow.com/users/myteam49520/Media7.jpg");
  background-size:cover;
  background-position: center;;
}

.solutionBlock:hover {
  margin-top:0;
  margin-bottom: 2rem;
  box-shadow:0px 20px 30px -20px #000;
}

.solutionBlock:hover a {
  color:var(--color-one);
}

.solutionBlock a {
  width:100%;
  border-radius: 5px;
  height:100%;
  text-align:center;
  z-index:20;
  display: flex;
  justify-content: center;
  align-items:center;
  font-weight:700;
  font-size:1.5rem;
  color: var(--color-three);
}

.appointments {
  width: 100%;
  margin: 8rem 0;
  padding:3rem 0;
  background-color:var(--color-five);
}

.appointWrap {
  max-width:1300px;
  text-align:center;
}

.appointWrap img {
  width:15rem;
  margin:2rem 0;
}

.appointWrap a {
  display: flex;
      justify-content: center;
      width: 15rem;
      align-items: center;
      margin: 2rem 0;
      background-color: var(--color-three);
      height: 4rem;
      color: var(--color-one);
      border-radius: 5px;
}

.appointWrap a:hover {
  background-color: var(--color-one);
  color: var(--color-three);
}
.appointWrap h2 {
  text-align: center;
  color: var(--color-three);
  font-size: 3rem;
  letter-spacing: 3.6px;
  font-weight: 500;
  margin: 0;
  max-width: var(--maxWidth-set);
}

.appointWrap p {
  font-family: "Barlow", serif;
  font-size: 1.21rem;
  font-weight: 300;
  line-height: 2rem;
  color:var(--color-three);
}

.philoRow {
  max-width:1300px;
}

.philosophyWrap h2 {
  text-align: center;
    color: var(--color-two);
    font-size: 4rem;
    letter-spacing: 3.6px;
    font-weight: 500;
    margin: 0;
    max-width: var(--maxWidth-set);
}

.philosophyWrap span {
  text-align: center;
  color: var(--color-one);
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

.rightPhilo {
  padding:1rem;
}

.leftPhilo {
  width: 50%;
}
.rightPhilo {
  width: 50%;
}

.rightPhilo p {
  font-family: "Barlow", serif;
    font-size: 1.21rem;
    font-weight: 300;
    line-height: 2rem;
    color: var(--color-two);
    margin:1rem;
}

.philoRow img {
  width: 90%;
  max-width: 550px;
}

.rightPhilo a {
  display: flex;
      justify-content: center;
      width: 15rem;
      align-items: center;
      margin: 2rem 0;
      background-color: var(--color-one);
      height: 4rem;
      color: var(--color-three);
      border-radius: 5px;
}

.rightPhilo a:hover {
  background-color:var(--color-three);
  color:var(--color-one);
}

.visitShop {
  cursor:pointer;
  width: 100%;
  padding: 4rem;
  height: 10rem;
  margin-top:6rem;
  background-color: var(--color-five);
  transition: all ease 300ms;
}

.visitShop:hover {
  background-color: var(--color-one);
}

.shopWrap {
  max-width:1300px;
 align-items: flex-start!important;
}

.visitShop a {
  color: var(--color-three);
}

.visitA {
  text-align: center;
    color: var(--color-three);
    font-size: 2.5rem;
    letter-spacing: 3.6px;
    font-weight: 500;
    margin: 0;
    max-width: var(--maxWidth-set);
}

.aboutHero {
  height: 30rem;
  background-image:url("https://app.nitroflow.com/users/myteam49520/Media1.jpg");
}

.aboutHero .heroSectionWrap {
  background-color: rgba(0, 0, 0, 0.7);
}

.aboutHero h1 {
  font-size:4rem;
}

.aboutHero P {
  text-align:center;
}

.aboutSplit img {
  max-width:40rem;
}

.aboutSplit .sectionLeft {
  text-align: left!important;
}
.aboutSplit li{
  margin:1rem 0;
  font-family: "Barlow", serif;
    font-size: 1.21rem;
    font-weight: 300;
    line-height: 2rem;
}

.ourTeam {
  width:100%;
  margin:2rem 0;
}

.ourTeamWrap {
  max-width:1300px;
}

.ourTeam span {
  color: var(--color-five);
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

.ourTeam h2 {
  color: var(--color-two);
  font-size: 3rem;
  letter-spacing: 3.6px;
  font-weight: 500;
  line-height: 4rem;
  text-align: left;
  margin: 1rem 0;
  max-width: var(--maxWidth-set);
}

.teamRow {
  flex-wrap:wrap;
}

.teamBlock img {
  width:15rem;
}

.teamBlock {
  width: 90%;
  max-width:16rem;
  margin: 1rem;
}

.teamBlock h4 {
  color: var(--color-two);
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  margin: 1rem 0;
}

.teamBlock a {
  display: flex;
    justify-content: center;
    width: 10rem;
    align-items: center;
    margin: 2rem 0;
    background-color: var(--color-one);
    height: 3rem;
    color: var(--color-three);
    border-radius: 5px;
}
.teamBlock a:hover {
  background-color:var(--color-five);
}
.servSection .sectionWrap {
  padding: 0;
}
.shopZone {
  width:100%;
  margin:4rem 0;
  background-color:var(--color-five);
}
.shopWrap {
  width:100%;
  max-width: 1300px;
  padding:2rem 0;
  color: var(--color-three);
}

.shopBlock {
  margin: 0 2rem;
}

.shopBlock h4 {
  color: var(--color-three);
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0;
}

.shopBlock p {
  font-family: "Barlow", serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  text-align:center;
  text-transform: uppercase;
}

.shopBlock a {
    display: flex;
    justify-content: center;
    width: 17rem;
    align-items: center;
    margin: 2rem 1rem;
    background-color: var(--color-one);
    height: 4rem;
    color: var(--color-three);
    border-radius: 5px;
}
.shopBlock a:hover {
  background-color: var(--color-three);
  color:var(--color-five);
}

.howItWorks {
  width: 100%;
}

.howItWorksWrap {
  width: 100%;
  max-width:1300px;

}

.howItWorks h2 {
  color: var(--color-two);
  font-size: 3rem;
  letter-spacing: 3.6px;
  font-weight: 500;
  line-height: 4rem;
  text-align: left;
  margin: 1rem 0;
  max-width: var(--maxWidth-set);
}

.howItWorks p {
  font-family: "Barlow", serif;
    font-size: 1.21rem;
    font-weight: 300;
    line-height: 2rem;
    color: var(--color-two);
}

.howItWorksRow {
  flex-wrap: wrap;
  width: 100%;
  margin-top:2rem;
}

.worksBlock h5 {
  color: var(--color-one);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
}

.worksBlock img {
  width:2rem;
}

.worksBlock {
  width: 22rem;
  margin: 1rem;
  padding: 1rem;
  height: 24rem;
  transition: all ease 200ms;
  box-shadow: 0px 10px 20px -20px #fff;
}

.worksBlock:hover {
  box-shadow: 0px 20px 40px -20px #000;
  margin-top: 0;
  margin-bottom: 2rem;
}

.hormoneContent {
  width: 100%;
  margin-bottom:5rem;
}
.hormoneWrap {
  width: 100%;
  max-width: 1300px;
}

.hormoneWrap h3 {
  color: var(--color-two);
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 4rem;
  text-align: left;
  margin: 1rem 0;
}

.hormoneWrap p {
  font-family: "Barlow", serif;
  font-size: 1.21rem;
  font-weight: 300;
  line-height: 2rem;
}

.benefits {
  flex-wrap:wrap;
  width: 100%;
}

.benefit {
  display: flex;
  justify-content: center;
  margin: 1rem;
  align-items:center;
}

.benefit span {
text-transform: capitalize;
font-family: "Barlow", serif;
font-size: 1.21rem;
font-weight: 300;
line-height: 2rem;
}

.benefit img {
  width: 1rem;
  margin:.5rem;
}

.shopItem img {
width: 100%;
border-radius: 3px;
margin:0;
}

.shopItem {
  margin: 0 3rem;
  width: 50%;
  flex-direction: column;
  max-width: 26rem;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000;
}

.shopItem h3 {
  color: var(--color-three);
    font-size: 1.5rem;
    letter-spacing: 1.6px;
}

.shopText h2 {
  color: var(--color-three);
  font-size: 2rem;
  letter-spacing: 3.6px;
  font-weight: 500;
  line-height: 4rem;
  text-align: center;
  margin: 1rem 0;
}

.shopText p {
  font-family: "Barlow", serif;
  font-size: 1.21rem;
  font-weight: 300;
  line-height: 2rem;
  text-align:center;
  color:var(--color-three);
}

.hormoneWrap h2 {
  color: var(--color-two);
    font-size: 3rem;
    letter-spacing: 3.6px;
    font-weight: 500;
    text-align:center;
    width: 100%;
    max-width: var(--maxWidth-set);
    line-height: 4rem;
    margin: 1rem 0;
} 

.shopItemContent span {
  margin-top:2rem;
}

.hormoneWrap li {
  font-family: "Barlow", serif;
    font-size: 1.21rem;
    font-weight: 300;
    line-height: 2rem;
}

.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:2rem 0;
  margin-top:2rem;
  width:100%;
  background-color:var(--color-five);
  color:var(--color-three);
}

.reviewsWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1300px;
}

.reviewsRow {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.customerReview {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.reviewsWrap h2 {
  color: var(--color-three);
  font-size: 3rem;
  letter-spacing: 3.6px;
  font-weight: 500;
  text-align:center;
  width: 100%;
  max-width: var(--maxWidth-set);
  line-height: 4rem;
  margin: 1rem 0;
}

.reviews a {
  display: flex;
      justify-content: center;
      width: 17rem;
      align-items: center;
      background-color: var(--color-one);
      height: 4rem;
      color: var(--color-three);
      border-radius: 5px;
}
.reviews a:hover {
  background-color:var(--color-five);
}

.customerReview.active {
  opacity: 1;
  transform: translateX(0);
}

.customerReview.exit {
  opacity: 0;
  transform: translateX(-100%);
}

.customerReview p {
  font-family: "Barlow", serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  text-align:center;
}

.author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.author img {
  width: 2rem;
  margin-right: 10px;
}
/* ----------------------- Footer Styles ----------------------- */

footer {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items:center;
    background-color: var(--color-three);
}
.footContent {
    width: 100%;
    justify-content: space-between;
    max-width: 1300px;
    padding: 4rem 0;
}

.footBlock p {
  max-width:20rem;
}

.footBlock h3 {
  color: var(--color-two);
  font-size: 1.2rem;
  letter-spacing: 3.6px;
  font-weight: 500;
}

.footBlock a {
  color: var(--color-two);
  transition: all ease 300ms;
}

.footBlock a:hover {
  color: var(--color-one);
}

img.footLogo {
  width:14rem;
}

.footStore {
  color: var(--color-one);
  font-weight:700;
  margin:1rem 0;
  font-size:1rem;
  text-decoration: underline;
}

.bottomFoot {
    width: 100%;
    background-color:var(--color-two);
}

.socialIcons img {
  width:2rem;
}


/* ----------------------- Responsive Styles ----------------------- */

    @media only screen and (max-width: 1300px) {
      
    }
    @media only screen and (max-width: 1200px) {
       
    }
    @media only screen and (max-width: 1100px) {
       
    }
    @media only screen and (max-width: 1000px) {
        
    }
    @media only screen and (max-width: 900px) {
 
    }
    @media only screen and (max-width: 700px) {
       
    }
    @media only screen and (max-width: 500px) {
    
    }
    @media only screen and (max-width: 400px) {
     
    }