/* 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;
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
  font-family: 'Open Sans', sans-serif;
}


/******************************************
/* LAYOUT
/*******************************************/
.mainnav li{
  display: inline-block;
  list-style: none;
  padding: 10px 20px;
}
a{
  text-decoration: none;
  color: black;
}
.main{
  background-image: url(salon-main-img.jpeg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1000px;
  padding-left: 100px;
  padding-top: 150px;
}
h1{
 color: white;
 font-size: 75px;
 width: 50%;
}
.mainspan{
  color: white;
  font-weight: bold;
}
.services{
  display: block;
  padding-top: 35px;
  padding-bottom: 70px;
}
.services a{
  border: 1px solid black;
  color: white;
  padding: 10px;
  background: black;
}
.navbox{
  border: 1px solid black;
  background: black;
  color: white;
  width: 20%;
}
.navbox a{
  color: white;
}
.navbox li{
  list-style: none;
  padding: 20px 10px;
} 
.secondmain{
  height: 400px;
  padding-left: 200px;
  padding-right: 200px;
}
.secondsection{
  width: 33.33%;
  float: left;
  padding-right: 15px;
}
.graysection{
  height: 300px;
  margin-bottom: 50px;
  padding-left: 200px;
  padding-right:200px;
  background: lightgray;
}
.ingray{
  width: 50%;
  height:200px;
  float: left;
  padding-right: 20px;
}
.ingray img{
  height: 200px;
  width: auto;
  padding-left: 50px;
  padding-top: 30px;
}
.thirdmain{
  height: 400px;
  padding-left: 230px;
  padding-right: 230px;
  padding-bottom: 50px;
}
.stylist{
  width: 33.3%;
  height: 300px;
  float: left;
  padding-right: 5px;
}
.firststyle{
  background-image: url(alita-williams.JPG);
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
.secondstyle{
  background-image: url(ayesha-lake.JPG);
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
.thirdstyle{
  background-image: url(michelle-smith.JPG);
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
.styledes{
  border: 1px solid black;
  background:black;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  width: 80%;
  margin-top: 270px;
  margin-left: 10px;
  margin-right: 10px;
}
.fourthmain{
  height:250px;
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url(banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.secondnavbox ul{
  list-style: none;
  padding: 40px 30px;
}
.secondnavbox li{
  padding-bottom: 20px;
}
.secondnavbox a{
  border: 1px solid black;
  background:black;
  color: white;
  padding: 5px 10px;
}
.lastsection{
  height: 300px;
  margin-left: 300px;
  margin-right: 300px;
}
.lookbook{
  text-align: center;
  border-bottom: 2px solid black;
}
.toprow, .bottomrow{
  height:200px;
}
.row1{
  width: 33.33%;
  float: left;
  right:20px;
}
.squarepic{
  height: 200px;
  width: 200px;
}
.longpic{
  height: 400px;
  width:200px;
}
.row2{
  width: 33.33%;
  float: left;
  margin-top: -200px;
}
.smallpic{
  margin-bottom: 200px;
}
.bottomsmall{
  margin-top: 200px;
  margin-right: 0px;
}
/******************************************
/* ADDITIONAL STYLES
/*******************************************/
