@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
body,
html {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
}
body {
  font-family: 'open sans', sans-serif;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
}
section {
  position: relative;
  overflow: auto;
}
a {
  color: #83C75E;
}
a:hover {
  color: #83C75E;
}
section#home {
  background-image: url(../img/bg.png);
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 30px;
}
section#home .mobilespace {
  padding-bottom: 80px;
  height: 1px;
  width: 100%;
}
section#home .logo {
  margin-top: -10px;
  margin-bottom: 15px;
  text-align: center;
}
section#home .logo span {
  color: white;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
}
section#home nav a {
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  color: white;
  margin-right: 20px;
  padding-bottom: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
section#home nav a:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}
section#home .title {
  margin-top: 100px;
  padding-right: 35px;
}
section#home h1.huge {
  color: white;
  text-align: right;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  font-size: 40px;
  line-height: 55px;
}
section#home h1.huge span {
  font-weight: 600;
  display: block;
}
section#home h3 {
  color: white;
  margin-top: 40px;
  text-align: right;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  font-weight: 300;
  font-size: 20px;
}
section#home h3 span {
  font-weight: 500;
}
section#home .appsbtns {
  margin-top: 55px;
  text-align: right;
}
section#home .appsbtns a {
  border: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
section#home .appsbtns a.googlestore {
  margin-left: 30px;
}
section#home .appsbtns a.googlestore img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
section#home .appsbtns a.googlestore span {
  position: absolute;
  color: white;
  margin-left: -126px;
  margin-top: 17px;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
section#home .appsbtns a.googlestore:hover img {
  opacity: 0.1;
}
section#home .appsbtns a.googlestore:hover span {
  opacity: 1;
}
section#home .appsbtns a:hover {
  opacity: 0.7;
}
section.sections {
  padding: 120px 0 40px 0;
}
@media only screen and (max-width: 529px) {
  section.sections {
    padding: 0;
  }
  section.sections img {
    margin-top: 30px;
  }
  section.sections h1 {
    text-align: center;
  }
}
section.sections h1 {
  margin-top: 180px;
  margin-bottom: 40px;
  line-height: 59px;
  font-size: 45px;
}
section.sections p {
  font-size: 16px;
  font-weight: 300;
}
footer {
  background-color: #F9F9F9;
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #83C75E;
}
footer h1 {
  font-size: 26px;
}
footer p {
  font-size: 12px;
}
footer .footer-links {
  text-align: center;
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 12px;
}
footer .footer-links a {
  color: black;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer .footer-links a:hover {
  text-decoration: none;
  border-bottom: 2px solid #83C75E;
}
section.others {
  padding-top: 60px;
}
section.others h1 {
  margin-top: 80px;
  margin-bottom: 30px;
  line-height: 59px;
  font-size: 45px;
}
section.others p {
  font-size: 16px;
  font-weight: 300;
}
input,
textarea,
button {
  display: block;
  width: 100%;
  margin: 10px;
  margin-left: 0;
  font-size: 14px;
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #B6B6B6;
}
input:hover,
textarea:hover,
button:hover {
  border: 1px solid #83C75E;
  padding: 5px 10px !important;
}
textarea {
  width: 100%;
  height: auto;
}
button {
  background-color: #83C75E;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
}
button:hover,
button:focus {
  background-color: #b6b6b6;
}
@media only screen and (max-width: 529px) {
  .sections.row {
    margin: 0;
  }
}
