/** About CSS **/

/** Main Banner **/
#about-section {
  min-height: 280px;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 200px;
}

#about-section h1 {
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about-section h2 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about-section h3 {
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about-section .hello-image img {
  width: 100%;
  max-width: 440px;
  float: right;
}

#about-section .hello-beautiful {
  text-align: center;
}


#about-section p {
  color: #000000;
  margin-bottom: 20px;
  margin-top: 10px;
}

#about-section .meet-you-image img {
  width: 100%;
  max-width: 440px;
}

#about-section .meet-you {
  text-align: center;
}

#about-section .fun-facts {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#about-section .fun-facts h4 {
  font-size: 36px;
  margin-bottom: 20px;
}

#about-section .fun-facts p {
  margin-bottom: 5px;
}

#about-section .fun-facts .fact {
  font-weight: 500;
}

#about-section .quote {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
/** Animations **/
.fadeInDownBig {
  animation-duration: 1s;
  animation-delay: .05s;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .05s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .05s;
  -moz-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: .05s;
  -o-animation-iteration-count: 1;
}
/** End Main Banner **/

#fun-facts {
  background-color: #ebcdc3;
  padding-top: 60px;
  padding-bottom: 60px;
}

#fun-facts h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
  color: #000;
}

#fun-facts .icon {
  text-align: center;
    font-size: 80px;
}

#fun-facts .icon-plant, .icon-television-1, .icon-paint-palette, .icon-night-sky {
    color: #1f4045;
}

#fun-facts p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 auto 0px auto;
    text-align: center;
    max-width: 190px;
}

#fun-facts .fact {
  font-weight: 500;
}


@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 900px) {

}

@media (max-width: 767px) {
  #about-section {
    margin-top: 100px;
  }

  #about-section h2 {
    margin-top: 0px;
  }

  #about-section .hello-image {
    text-align: center;
  }

  #about-section .meet-you-image {
    text-align: center;
  }

  #about-section .hello-image img {
    float: none;
    max-width: 320px;
    margin-bottom: 20px;
  }

  #about-section .meet-you-image img {
    float: none;
    max-width: 320px;
    margin-bottom: 20px;
  }

  #fun-facts {
    padding-bottom: 30px;
  }

  #fun-facts h2 {
    margin-bottom: 30px;
  }

  #fun-facts .icon {
    font-size: 60px;
  }

  #fun-facts .col-xs-6 {
    width: 50%;
    min-height: 210px;
  }
}

@media (max-width: 640px) {

}

@media (max-width: 490px) {
  #about-section {
      margin-top: 80px;
  }
}

@media (max-width: 450px) {
  #about-section h1 {
    font-size: 36px;
  }

  #about-section .quote {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #about-section h3 {
    font-size: 36px;
  }

  #fun-facts h2 {
    font-size: 36px;
  }
}

@media (max-width: 410px) {
  #about-section {
      margin-top: 70px;
  }
}

@media (max-width: 360px) {
  #about-section {
      margin-top: 50px;
  }
}

