@media (min-width: 800px) {
  .display-1 {
    font-size: 88px;
    font-weight: 300;
  }

  .display-2 {
    font-size: 56px;
    font-weight: 300;
  }

  #main-header {
    background: url('../img/showcase.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: #fff;
    padding-top: 160px;
  }

  #main-header p {
    width: 70%;
    padding-bottom: 40px;
  }

  #description {
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
  }

  .description-box {
    float: left;
    width: 33%;
    padding: 25px;
  }

  #testimonial {
    background: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    text-align: center;
    font-weight: 300;
  }

  #testimonial h4 {
    padding-bottom: 40px;
  }

  #testimonial img {
    border-radius: 50%;
    padding-bottom: 20px;
  }

  #testimonial p {
    width: 70%;
    margin: 0 auto;
  }

  #features {
    background: #eeeeee;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }

  .features-box {
    float: left;
    width: 33%;
    padding: 25px;
    border-radius: 100%;
  }

  #about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-image {
    float: left;
    width: 50%;
    padding: 40px;
  }

  .about-text {
    float: right;
    width: 50%;
    padding: 150px 50px;
  }
}

@media (max-width: 799px) {

  /* Utility Classes */
  .display-1 {
    font-size: 50px;
    text-align: center;
  }

  .container p {
    text-align: center;
  }

  .display-2 {
    font-size: 40px;
    text-align: center;
  }

  /* Header */
  #main-header {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #main-header p {
    width: 100%;
    padding-bottom: 20px;
  }

  /* Description */
  #description {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .description-box {
    float: none;
    width: 100%;
    padding: 5px;
  }

  .description-row .description-box {
    text-align: center;
  }

  /* Testimonial */
  #testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #testimonial h4 {
    padding-bottom: 20px;
  }

  #testimonial img {
    border-radius: 50%;
  }

  #testimonial p {
    width: 100%;
  }

  /* Features */
  #features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-box {
    float: none;
    width: 100%;
    margin-top: 15px;
  }

  .features-row .features-box {
    text-align: center;
  }

  .features-row .features-box h4 {
    margin-top: 15px;
    text-align: center;
  }

  /* About */
  #about {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .about-image {
    float: none;
    width: 100%;
    padding: 10px;
  }

  .about-text {
    float: none;
    width: 100%;
    padding: 20px 10px;
  }
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Main Styling */
html,
body {
  font-family: Open Sans, "system-ui", Trebuchet MS, Arial, Helvetica, Verdana;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 10px 0;
}

a {
  text-decoration: none;
}

/* Utility Classes */
.container {
  margin: auto;
  max-width: 1300px;
  overflow: auto;
  padding: 0 20px;
}

/* Header */


#main-header .logo {
  font-size: 32px;
  text-transform: uppercase;
}

#main-header h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Description */


#description h2 {
  padding-bottom: 20px;
}

.description-row {
  padding-top: 20px;
}


/* Testimonial */

#testimonial .customer {
  padding-top: 20px;
}

/* Features */

.features-box img {
  width: 100%;
  border-radius: 8px;
}

/* About */


.about-image img {
  width: 100%;
}



.about-text p {
  padding-top: 20px;
}

/* Footer */
#mainfooter {
  background: #F9F9F9;
  text-align: center;
  padding: 20px;
}
