body {
  background-color: #f2f2f2;
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  padding-top: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}h1, h2, h3, h4, h5, h6 {
  font-family: Raleway;
  font-weight: 300;
  color: #333;
}p {
  line-height: 28px;
  margin-bottom: 25px;
}.centered {
  text-align: center;
}a {
  color: #3bc492;
  word-wrap: break-word;
  -webkit-transition: color .1s ease-in,background .1s ease-in;
     -moz-transition: color .1s ease-in,background .1s ease-in;
      -ms-transition: color .1s ease-in,background .1s ease-in;
       -o-transition: color .1s ease-in,background .1s ease-in;
          transition: color .1s ease-in,background .1s ease-in;
}a:focus, a:hover {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}a:after, a:before {
  -webkit-transition: color .1s ease-in,background .1s ease-in;
     -moz-transition: color .1s ease-in,background .1s ease-in;
      -ms-transition: color .1s ease-in,background .1s ease-in;
       -o-transition: color .1s ease-in,background .1s ease-in;
          transition: color .1s ease-in,background .1s ease-in;
}hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}#headerwrap {
  background-color: #34495e;
  padding-top: 60px;
}#headerwrap h1 {
  margin-top: 30px;
  color: #fff;
  font-size: 70px;
}#headerwrap h3 {
  color: #fff;
  font-size: 30px;
}#headerwrap h5 {
  color: #fff;
  font-weight: 700;
  text-align: left;
}#headerwrap p {
  text-align: left;
  color: #fff;
}#intro {
  padding-top: 100px;
}#features {
  padding-top: 50px;
  padding-bottom: 50px;
}#features .ac a {
  font-size: 20px;
}#copyrights {
  background: #222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}#copyrights p {
  margin: 0 0 5px 0;
}.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



