
.firstSection {
  background: url('../images/instructionsFast_fast_BG.jpg') no-repeat top center;
  background-size: cover;
  height: 80vh;
  margin-top: 72px;
  text-align: center;
  padding-top: 36px;
  position: relative;
  padding: 60px 0 0;
}

.firstSection .container {
  height: 100%;
  width: 100%;
  position: relative;
}

.firstSection .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;  
}

.firstSection .content .feature {
  width: 40%;
  padding: 0 0 0 30px;
}

.feature {
  text-align: left;
  font-size: 16px;
}


.secondSection {
  background-color: #ffe6d5;
  height: 65vh;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #588fa3;

}

.secondSection .container {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}

.secondSection .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.secondSection .btnStores {
  height: 50px;
  margin-top: 30px;
}

.secondSection .btnStores a:first-child {
  margin-right: 20px;
}

.secondSection .btnStores img:hover {
  opacity: 0.5;
}


.thirdSection {
  height: 60vh;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #588fa3;


  background-color: #f3d4d4;
}

.thirdSection .container {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}

.thirdSection .content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.feature .description {
  padding: 0 60px;
}


.feature h1 {
  font-family: 'source_sans_probold';
  color: #2e7397;
  font-size: 32px;
  margin-bottom: 30px;
}

.feature h1.brown {
  color: #6c5353;
}

.feature img {
  max-width: 100%;
  max-height: 100%;
}

.feature .imageLeft img {
  max-width: 100%;
  max-height: 100%;
  padding: 0 60px 0 0;
}

.feature .imageRight img {
  max-width: 100%;
  max-height: 100%;
  padding: 0 0 0 60px;
}

.imageTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.imageTop img {
  width: 100%;
  height: 100%;
}

.imageBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.imageBottom img {
  width: 100%;
  height: 100%;
}

@media only screen
and (max-width : 480px) {
  /* phone */
  .content {
    margin: 0;
  }

  .feature .description {
    padding: 0;
  }

  .feature .imageLeft img {
    padding: 0 10px 0 0;
  }

  .firstSection .content .feature {
    width: 40%;
    padding: 0;
  }

  .thirdSection .container {
    padding-left: 15px;
  }

  .thirdSection .content .imageRight {
    padding: 0;
    text-align: center;
  }
    .thirdSection .content .imageRight img {
      padding: 0 0 0 10px;
      text-align: center;
    }
}

@media only screen
and (min-width: 481px)
and (max-width: 1023px) {
  /* tablet portrait */

}

@media only screen
and (min-width: 1023px) {
  /* tablet portrait */

}
