body {
  font-family: Arial;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 26px;
  padding-left: 0px;
  font-family: Varela, sans-serif;
  color: #848999;
  font-size: 14px;
  text-align: left;
}
.button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #cb2222;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #3db320;
  color: white;
}
.button.nav {
  margin-left: 18px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.button.nav:hover {
  background-color: #9299ad;
}
.button.big-green {
  margin-top: 191px;
  padding: 25px 22px;
  background-color: #32ac97;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 29px;
  text-transform: capitalize;
}
.button.big-green:hover {
  background-color: #258575;
}
.button.sign-up {
  background-color: #2c9986;
}
.button.sign-up:hover {
  background-color: #33b59f;
}
.button.middleemail {
  margin-left: 0px;
}
.button.launch {
  margin-left: 139px;
}
.button.top {
  margin-top: 0px;
}
.section {
  padding-top: 75px;
  padding-bottom: 65px;
}
.section.header {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #262933;
}
.section.hero {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #363b48;
  background-image: -webkit-linear-gradient(rgba(51, 51, 51, 0.29), rgba(0, 0, 0, 0.29)), url('../images/1423640197_f25193fc33_o.jpg');
  background-image: -o-linear-gradient(rgba(51, 51, 51, 0.29), rgba(0, 0, 0, 0.29)), url('../images/1423640197_f25193fc33_o.jpg');
  background-image: linear-gradient(rgba(51, 51, 51, 0.29), rgba(0, 0, 0, 0.29)), url('../images/1423640197_f25193fc33_o.jpg');
  background-position: 0% 0%, 0% 61%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #8c8c8c;
  text-align: center;
}
.section.grey {
  background-color: #eff1f4;
  text-align: center;
}
.section.centered {
  text-align: center;
}
.section.footer {
  background-color: #363b48;
  text-align: left;
}
.company {
  margin-top: 11px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 400;
}
.nav-link {
  margin-right: 20px;
  margin-left: 11px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.81);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #cb2222;
}
.nav-link.sign-up {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2c9986;
}
.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}
.nav-column {
  margin-top: 1%;
  padding-top: 10px;
  text-align: right;
}
.logo {
  margin-right: 11px;
  float: left;
}
.hero-heading {
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 55px;
  font-weight: 100;
}
.hero-subhead {
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}
.section-title {
  font-family: Raleway, sans-serif;
  font-size: 31px;
  font-weight: 200;
  text-align: center;
}
.section-title.how {
  margin-top: 39px;
}
.section-title.waht {
  margin-top: 50px;
  margin-bottom: 27px;
}
.section-subtitle {
  margin-bottom: 43px;
  color: #848999;
  font-weight: 400;
  text-align: center;
}
.section-subtitle._1stsub {
  margin-bottom: 75px;
  padding-right: 10%;
  padding-left: 10%;
}
.section-subtitle.sub3 {
  padding-right: 10%;
  padding-left: 10%;
}
.responsive-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.grey-icon {
  margin-right: 9px;
}
.content-column {
  padding-top: 0px;
  text-align: left;
}
.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
}
.frames.image3 {
  margin-top: 66px;
}
.number {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 50px;
  background-color: #363b48;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
}
.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: #eff1f4;
}
.quote-box {
  padding: 34px 40px 34px 98px;
  border-radius: 8px;
  background-color: white;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-size: 50px;
  background-repeat: no-repeat;
  text-align: left;
}
.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}
.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: 45px;
}
.by-section {
  text-align: left;
}
.person-icon {
  margin-right: 15px;
  float: left;
}
.location {
  font-family: Varela;
  color: #848999;
  font-size: 15px;
}
.logo-bottom {
  margin-right: 14px;
  float: left;
}
.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #7d8391;
  font-size: 15px;
}
.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}
.social-icon:hover {
  background-color: #7f89a3;
}
.right-footer-col {
  text-align: right;
}
.nav-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 302px;
  box-shadow: red 0px -11px 0px 0px inset;
  -webkit-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}
.image-crop:hover {
  height: 372px;
}
.button-group {
  margin-top: 50px;
  margin-bottom: 48px;
}
.center {
  text-align: center;
}
.item1 {
  margin-top: 35px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.item2 {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.item3 {
  margin-bottom: 35px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 22px;
  text-align: center;
}
.data {
  background-color: #3f61a6;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/Screen Shot 2014-10-01 at 3.09.53 PM.png');
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/Screen Shot 2014-10-01 at 3.09.53 PM.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/Screen Shot 2014-10-01 at 3.09.53 PM.png');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.row-2 {
  margin-top: 50px;
}
.sub2 {
  margin-bottom: 75px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}
.decisions {
  padding-left: 0px;
}
.inputsignup {
  padding: 27px 20%;
  background-color: rgba(194, 196, 255, 0.29);
}
.decisionrow {
  margin-top: 0px;
}
.emailhead {
  font-family: Raleway, sans-serif;
  font-size: 31px;
  font-weight: 200;
  text-align: center;
}
.text {
  font-family: Varela, sans-serif;
  color: #848999;
  font-size: 14px;
}
.text.launch {
  margin-bottom: 8px;
  text-align: center;
}
.name {
  font-size: 23px;
  line-height: 27px;
}
.social {
  display: inline;
}
.fb {
  margin-right: 3px;
  margin-left: 3px;
}
.success {
  margin-top: 17px;
  text-align: center;
}
.kickstarter {
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  font-size: 31px;
  font-weight: 200;
  text-align: center;
}
.launchform {
  margin-right: 30%;
  margin-left: 30%;
}
.design {
  margin-top: 2px;
  text-align: center;
}
.kickform {
  margin-top: 10px;
  margin-bottom: 50px;
}
.email-entry {
  display: inline-block;
  width: 400px;
  height: 40px;
  margin-top: 6px;
  margin-right: 26px;
  padding-top: 8px;
  padding-left: 10px;
}
.submissionreceived {
  background-color: transparent;
  color: white;
}
.main {
  color: transparent;
}
.error {
  display: block;
  width: 418px;
  height: 40px;
  margin-left: 28%;
  background-color: rgba(255, 255, 255, 0.70);
  text-align: center;
}
.errmsg {
  color: #e81010;
  text-align: center;
}
.successform {
  color: white;
  text-align: center;
  font-size: 18px;

}
@media (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.big-green {
    margin-top: 148px;
  }
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .grey-icon {
    margin-top: 19px;
  }
  .content-column {
    padding-top: 0px;
  }
  .circle {
    height: 226px;
  }
  .frames {
    width: 75%;
  }
  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
  .button.nav {
    display: block;
    width: 60%;
    margin: 23px auto 17px;
  }
  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    padding-top: 42px;
  }
  .section.footer {
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .logo {
    margin-top: -14px;
    float: none;
  }
  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .grey-icon {
    margin-top: 28px;
  }
  .content-column {
    padding-left: 0px;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .number {
    margin-bottom: 20px;
  }
  .quote-box {
    background-image: url('../images/12-quotes.png');
  }
  .by-section.first {
    margin-bottom: 35px;
  }
  .logo-bottom {
    margin-right: -1px;
    margin-bottom: 37px;
    float: none;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .social-icon.first {
    margin-left: 1px;
  }
  .right-footer-col {
    text-align: center;
  }
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .brand-column {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .button {
    display: inline-block;
  }
  .button.nav {
    width: 80%;
  }
  .button.big-green {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .button.middleemail {
    display: inline-block;
  }
  .button.launch {
    margin-left: 0px;
  }
  .button.top {
    display: inline-block;
    margin-top: 3%;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.hero {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 0% 0%, 0% 26%;
    background-size: auto, 667px;
  }
  .nav-link {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-column {
    margin-top: -4%;
  }
  .logo {
    margin-right: 0px;
    margin-left: 8px;
  }
  .hero-subhead {
    margin-bottom: 34px;
  }
  .section-subtitle._1stsub {
    padding-right: 0%;
    padding-left: 0%;
  }
  .grey-icon {
    margin-top: 34px;
  }
  .content-column {
    text-align: center;
  }
  .frames {
    width: 75%;
  }
  .quote-box {
    padding-left: 75px;
    background-image: url('../images/12-quotes.png');
    background-position: 8% 17%;
  }
  .brand-column {
    height: 80px;
    margin-top: -10px;
  }
  .sub2 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .inputsignup {
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .launchform {
    margin-right: 10px;
    margin-left: 10px;
  }
  .email-entry {
    width: 297px;
    margin-right: 0px;
  }
  .main {
    margin-right: 1px;
    padding-right: 1px;
  }
  .participant-signup {
    padding-right: 0px;
    padding-left: 0px;
  }
}
