main{
  width: 100%;
  overflow: hidden;
}

img{
  width: 100%;
}

.sectionHead{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.sectionHead .overlay{
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: relative;
}
.sectionHead .description{
  position: absolute;
  width: 50%;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sectionHead p{
  font-size: 3.5vh;
  line-height: 6vh;
  font-family: Optima;
}
.sectionHead h2{
  font-size: 6vh;
  color: #938057;
}
.scrollDown{
  text-align: center;
  position: absolute;
  bottom: 10vh;
  width: 100%;
}
.scrollDown .scrollDownIcon{
  margin-top: 1vh;
  width: auto;
  height: 4vh;
  position: relative;
}
.scrollDown h4{
  font-family: Baskerville;
  font-weight: normal;
  font-size: 2vh;
}



.bodyContainer{
  width: 100%;
  /* max-width: 1080px; */
  margin: 0 auto;
  padding: 5vh 0 10vh;
}

.sectionBody{
  margin-bottom: 8vh;
}
.sectionBody .paragraph{
  padding-left: 10vw;
  position: relative;
}
.sectionBody .paragraph p{
  /* font-style: italic; */
  font-size: 3.5vh;
  line-height: 6vh;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 70%;
  letter-spacing: 2px;
  font-family: Baskerville Italic;
}
.sectionBody img{
  width: 90%;
  display: block;
  margin: 0 auto;
}

.sectionSteps{
  width: 95%;
}
.sectionSteps .stepItem{
  height: 30vw;
}
.sectionSteps .stepItem a{
  width: 100%;
  height: 100%;
}
.sectionSteps .stepItem .overflow{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sectionSteps .stepItem .background{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sectionSteps .stepItem .overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sectionSteps .stepItem h3{
  position: absolute;
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 4.5vh;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sectionSteps .stepItem:hover .overlay{
  background-color: rgba(0,0,0,0.2);
}
.sectionSteps .stepItem:hover .background{
  transform: scale(1.1, 1.1);
}



/* MOBILE BREAKDOWN*/
@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait), (orientation: portrait){
  .sectionSteps .stepItem{
    width: auto;
    padding: 0;
    margin: 10px 0;
    height: 100px;
  }
  .bodyContainer{
    padding-top: 20px;
  }

  .sectionHead .description {
    width: 90%;
  }
  .sectionHead .description p{
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .sectionHead .description h2{
    font-size: 2rem;
  }
  

  .sectionBody .row{
    margin: 0;
  }
  .sectionBody .paragraph{
    padding: 0;
    margin: 5vh 0;
  }
  .sectionBody .paragraph p{
    font-size: 1.25rem;
    line-height: 2rem;
    position: relative;
    top: 0;
    transform: none;
    width: 80%;
    margin: 0 auto;
  }

  .sectionSteps .stepItem h3{
    font-size: 2rem;
  }
  .sectionSteps .stepItem .overlay{
    background-color: rgba(0,0,0,0.2);
  }
}

/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {

}

/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {

}

/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/*  ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px*/
@media (min-width: 481px) and (max-width: 767px) {

}

/*  ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {

}
