/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

html{
  font-size: 62.5%;
}

a{
  text-decoration: none;
  color: black;
}

a:hover{
  cursor: pointer;
}

.fas:hover{
  cursor: pointer;
}

li{
  list-style: none;
}

button:hover{
  cursor: pointer;
}

/******************************************
/* BASE STYLES
/*******************************************/



/******************************************
/* LAYOUT
/*******************************************/
header{
  width: 100%;
  height:50px;
  margin-top: 5px;

}

.logo{
  font-size: 3rem;
  padding: 0;
  margin-left: 1%;
}

.book{
  width: 10%;
  margin-top: 5px;
  margin-right: 1%;
  font-size: 1.5rem;
}

nav, ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;


}

ul li{
  font-size: 1.5rem;
  padding:0 3%;
}

main{
  width: 100%;
  height: 750px;
  background-image: url(../img/salon.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.BG{
display: block;
  width:100%;
  height: 750px;

}

.blnd{
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 35px 31%;
  font-size: 3rem;
  color: white;
}

.blnd p{
  font-size: 2.5rem;
  margin-top: 0;
}

.btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 29% ;
}

.first{
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  margin-left: 32%;
  color: white;
}


.btn button, .first button{
  width: 10%;
  height: 40px;
}

.first h3{
  font-size: 2.5rem;
}

.first p{
  font-size: 2rem;
  margin-top: 0;
}

.info{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.info section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 10%;
  font-size:2rem;
}

.momentum{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  font-size: 1.5rem;
  margin-top:50px;
}


.styler{
  width: 100%;
  height: 500px;
  padding-top: 50px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.styler img{
  width: 100%;
}

.contain{
  width: 100%;
  height: 200px;
  text-align: center;
  font-size: 1.7rem;
}

.look{
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
}

#container{
  width: 100%;
  margin: 100px 0;
}

.gallery{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gallery img{
  width: 100%;
padding: 3%;
}

footer{
  width: 100%;
  height: 150px;
}




/******************************************
/* Media queries
/*******************************************/

@media screen and (max-width: 600px) {
  .styler{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 500px;
    margin-left: 25%;
  }

}


@media screen and (max-width: 600px) {
  .momentum, .logo{
    display: none;
  }

}

@media screen and (max-width: 600px) {
  .info {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    width: 100%;
    margin-top: 125px;
  }

}

@media screen and (max-width: 600px) {
  .contain{
    margin-top: 500px;
  }

}


@media screen and (max-width: 600px) {
  .BG{
    display: block;
    width: 100%;
    height: auto;

  }

}

@media screen and (max-width: 600px) {
  .blnd{
    display: block;
    color: white;
    margin: 0 2px;
    padding: 275px 0;
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 600px) {
  .btn button, .btn2 button{
    display: none;
  }

}

@media screen and (max-width: 600px) {
  header{
    display: block;
    width: 100%;
    height: auto;
    background: grey;
    margin-top: 0;
    position: fixed;
    z-index: 1;
  }

}

@media screen and (max-width: 600px) {
  header ul li{
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 1rem;
  }

}





@media screen and (max-width: 600px) {
  .fa-shopping-bag{
    display: none;
  }

}
@media screen and (max-width: 600px) {
  header .book{
    display: none;
  }

}
