*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root{
  --color-bg: #f7f7f7;
  --color-bg-invrt: #111111;
  --color-bg-alt-2: #999999;
  --color-primary: #121212;
  --color-primary-invrt: #dfdfdf;
  --color-secondary: darkorange;
  --color-btn: #121212;
  --color-btn-active: #666666;
}

html, body{

  height: 100%;
  margin: 0;
}
html{
  font-size: 62.5%;
}
body{
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  background-color: var(--color-bg);
  color: var(--color-primary);
  font-family: Verdana, sans-serif;
}
a{
  text-decoration: none;
  color: inherit;
}
ul{
  list-style: none;
}
h1, h2, h3{
  font-family: serif;
}
/*NAVBAR***************************/
#navBar{
  top: 0;
  left: 0;
  width: 100%;
/*  position: absolute;*/
/*  background: transparent;*/
/*  justify-content: space-between;*/
}
.navMenu{
  display: none;
}

.navFlex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  overflow: hidden;
  padding: 6px 15px;
/*  border: 2px solid black;*/
}
.navCenterFlex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
/*  border: 2px solid black;*/
}
.navFlex a:not(.avoid){
  white-space: nowrap;
  padding: 15px;
/*  border: 2px solid black;*/
}
.navFlex a:active:not(.avoid){
  background: var(--color-bg-invrt);
  color: var(--color-primary-invrt);
}
.navIcon, 
.navMenu,
.galleryArrows svg{
  width: 3rem;
  cursor: pointer;
/*  filter: invert(90%);*/
}
.navIcon{
  margin: 0 10px;
}
.navLogo{
/*  border: 2px solid black;*/
  width: 9rem;
}

/*MAIN**************************/
main, 
.perks, 
.callToAction, 
.employees, 
.colourDayDiscount,
.lookBook{
/*  border: 2px solid black;*/
  padding: 100px 0;
}
main{
  background-image: url("../images/main-cover.png"), 
  url("../images/shag-haircut.jpg");
  /*background-image: url("hatsunemikucanthinky.jpg");*/
/*  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;*/
/*  color: #dfdfdf;*/
}
main > section{
  max-width: 1400px;
  margin: auto;
/*  border: 2px solid black;*/
}
main > section > div{
/*  border: 2px solid black;*/
  margin: left;
  width: 60%;
  padding: 0 10px;
}
main > section > div *{
  margin-bottom: 25px;
}
main h1{
  font-size: 8rem;
}
.mainBtn{
  background: #101010;
  color: #dfdfdf;
  padding: 15px;
}
.mainBtn:active{
  background: #dddddd;
  color: #121212;
}
.mainBtnInvrt{
  background: #dddddd;
  color: #121212;
  padding: 15px;
}
.mainBtnInvrt:active{
  background: #343434;
  color: #dfdfdf;
}
.mainDiscount{
  margin-top: 50px;
  padding: 20px;
  width: 280px;
  height: 330px;
  background: #101010;
  color: var(--color-primary-invrt);
}
.mainDiscount *{
  margin: 35px 0;
}
.mainDiscount span{
  font-size: 4rem;
  font-weight: bolder;
}
.times{
  transform: rotate(90deg) translate(-140%, -450%);;
  right: 0;
  position: absolute;
/*  margin-right: auto;*/
}
.galleryArrows{
  transform: translate(-60%, -150%);;
  right: 0;
  position: absolute;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 35%;
}

/*PERKS*****************************/
.perks > section{
  text-align: center;
  max-width: 1000px;
  margin: auto;
  gap: 20px;
  padding: 10px;
/*  border: 2px solid black;*/
  display: flex;
}
.perks > section > section{
/*  border: 2px solid black;*/
  flex-basis: 33.3333%;
}
.perks svg{
/*  border: 2px solid black;*/
  width: 6rem;
  height: 6rem;
}
.perks *{
  margin-bottom: 25px;
}

/*callToAction***********************/
.callToAction{
  background: #f0f0f0;
}

.callToAction > section{
  max-width: 1200px;
  margin: auto;
/*  border: 2px solid black;*/
  display: flex;
/*  gap: 20px;*/
}
.callToAction > section > section{
  padding: 0 10px;
  flex-basis: 50%;
}
.callToAction h2{
  font-size: 4rem;
  margin-bottom: 45px;
}
.callToAction p{
  margin-bottom: 65px;
}
iframe{
  height: 100%;
  width: 100%;
}

/*EMPLOYEES************************/
.employees{

}

.employees > section{
  text-align: center;
  max-width: 1200px;
  margin: auto;
  max-height: 500px;
  padding: 10px;
/*  border: 2px solid black;*/
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.employees img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.employees div{
  padding: 10px 30px;
  background: #121212;
  color: #dfdfdf;
  transform: translate(15%, -60%);
  position: absolute;
}
.employees p{
  font-size: 2rem;
}

/*colourDayDiscount******************/
.colourDayDiscount{

}
.colourDayDiscount > section{
  max-width: 1200px;
  margin: auto;
  padding: 80px 40px;
/*  border: 2px solid black;*/
  display: flex;
  background-image: url("shag-haircut.jpg");
  background-position: center;
}
.colourDayDiscount > section > div{
  margin-right: auto;
  flex-basis: 50%;
/*  border: 2px solid black;*/
}
.colourDayDiscount h3{
  font-size: 4rem;
  margin-bottom: 65px;
}
.colourDayDiscount h4{
  margin-bottom: 35px;
}
.colourDayDiscount span{
  font-size: 5rem;
}

/*LOOKBOOK************************/
.lookBook > section{
  text-align: center;
  max-width: 1200px;
  margin: auto;
  padding: 10px;
/*  border: 2px solid black;*/
}
.lookBook > section > div > div{
  border-bottom: 2px solid #121212;
  width: 100px;
  margin: 15px auto 25px auto;
}
.lookBook h2{
  font-size: 4rem;
}

.lookBookGrid{
  display: flex;
  flex-flow: column wrap;
  place-content: center;
  height: 100vh;
  gap: 20px;

}
.lookBookItem{
  width: 30%;
}
.lBLonger{;
  flex: 1 0 500px;
}
.lBShorter{
/*  flex: 0 1 150px;*/
}

.lookBookItem img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/*FOOTER**************************/
footer{
  text-align: left;
  background: #dfdfdf;
  padding: 20px 30px;
  font-size: 1.5rem;
}
.ftFlex{
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  gap: 20px;
  align-items: flex-start;
}
.ftFlex section{
  flex: 1;
}
.ftFlex section + section *:not(.newsLetter form), 
.media-icons + h4,
.media-icons + h4 + p{
  margin-bottom: 20px;
}

.newsLetter span{
  font-size: 1.3rem;
}

.newsLetter form{
  margin: 0;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.newsLetter input{
  border: 0;
  padding: 8px;
  font-size: inherit;
}
.newsLetter button{
  font-size: inherit;
  padding: 0 5px;
  border: 0;
}

.media-icons, .ft-links{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.media-icons svg{
  width: 3rem;
/*  filter: invert(100%);*/
}

.ft-bottom{
  display: flex;
  padding: 5px 0;
  border-top: 2px solid #999999;
}

/*MEDIA***************************/
@media all and (max-width: 650px) {
  .hideC, .navEnd, .removeMenuLi{
    display: none;
  }
  .navMenu{
    display: block;
  }
  .navCenterFlex{
    justify-content: flex-end;
  }
  main h1{
    font-size: 6rem;
  }
  .perks > section{
    display: block;
  }
  .callToAction > section{
    display: block;
  }
  iframe{
    margin-top: 50px;
    height: 280px;
    width: 100%;
  }
  footer{
    padding: 20px 10px;
  }
  .ftFlex{
  flex-flow: row wrap;
  }
}
@media all and (max-width: 950px) {
  .hideD{
    display: none;
  }

}
