body {
  margin: 0;
  padding: 0;
  border: 0;
}



/* SECTIONS */

#header {
  background-color: white;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 52;

  -webkit-box-shadow: 0px 0px 6px 1px rgba(125,125,125,1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(125,125,125,1);
  box-shadow: 0px 0px 6px 1px rgba(125,125,125,1);
}

#logo {
  margin-left:10%;
  padding-top: 10px;
}

#logo img {
  float:left;
  height: 70px;
  width: 70px;
}

#twitterIcon {
  float:right; 
  padding-right:3%;
}

#intro {
  height: 350px;
  width: 100%;
  background-color: #f5f5f5;
  background: url(./webimages/crisp-pile.jpg) no-repeat center #322014;
  background-size: cover;
  z-index: 10;
  }

@media only screen 
and (max-width : 800px) {

  #intro {
  height: 400px;
    }
}

.layer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
  z-index: 10;
  float: left;
}

#howitworks {
  background-color: white;
  min-height: 400px;
  overflow: auto;
}

#testimonials {
  background-color: #f5f5f5;
  min-height: 550px;
  overflow: auto;
}

#register {
  background-color: white;
  min-height: 300px;
  overflow: auto;
  margin-bottom: 20px;
}

#register p {
  margin:10px;
}

#register-interest {
  text-align:center;
}

#footer {
  background: rgb(69, 70, 103);
  height: 30px;
}

/* FONTS */

h1 {
  margin: 0px;
  padding-top: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-align: center;
}

h2 {
  margin: 0px;
  padding: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5em;
  color: rgb(69, 70, 103);
  font-weight: 100;
  text-align: center;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1em;
  font-weight: 100;
  text-align: center;
}

.logo-text {
  margin: 0px;
  padding-top: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  font-weight: 100;
  text-align: left;
  float: left;
  font-variant: small-caps;
}
.introtext p {
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1em;
  font-weight: 100;
  text-align: center;

}


.introtext {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
  top: 75px;
  position: relative;
  overflow: hidden;
  color: white;
  font-family: 'Lobster Two', Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 100;
  text-align: center;
}


/* */

.howto {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  clear: both;
  list-style-type: none;
}

.hows {
  width: 33%;
  float: left;
}

.hows img {
  display:block;
  margin: 0px auto;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

  .howto li {
    width: 100%;
    clear: both;
    }
  .testimonial-list li {
    width: 100%;
    clear: both;
    }
}

@media only screen 
and (max-width : 800px) {

  .howto li {
    width: 100%;
    clear: both;
    }
  .testimonial-list li {
    width: 100%;
    clear: both;
    }
}

.howto-text {
  text-align: center;
}

.howto-text p {
  font-size:1em;
}

.howto li {
  margin: 0;
  padding: 0;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
  font-size: 1em;
  counter-increment: step-counter;
}

.howto li::before {
    content: counter(step-counter);
    background-color: rgb(69, 70, 103);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 10px;
}

.testimonial-list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  clear: both;
    list-style-type: none;
}

.testimonials {
  width: 33%;
  float: left;
}

.testimonials img {
  display:block; margin-left:auto; margin-right:auto;
}

.testimonial-text {
  text-align: center;
}

.testimonial-text p {
  font-size:1em;
}

.testimonial-text p span{
  font-weight:500;
  color:rgb(69, 70, 103);
}


/* FORM  */

.submitted {
  display:none;
}

#ajax-contact {
  width:750px;
  margin: 0 auto 40px auto;
}

input {
  display: block;
  margin: 0px 10px;
  padding: 10px;
  width: 200px;
  height: 32px;
  
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: rgb(69, 70, 103);
  font-size: 1.5em;
  text-align: center;
  
  appearance: none;
  box-shadow: none;
  float: left;
  border: solid 5px #c9c9c9;
  transition: border 0.3s;
}

@media only screen
and (max-width : 800px) {

  input {
    width: 300px;
    clear: both;
    float:none;
    margin:10px auto;
    }

    #ajax-contact {
      width:100%;
    }

}

input:focus {
  outline: none;
}

#submitButton {
  clear: both;
  margin:0 auto;
  width:235px;
}

button {
  padding: 15px;
  margin-top: 20px;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  color: white;
  background-color: rgb(69, 70, 103);
}

button:hover {
  background-color: rgb(255, 205, 0);
}

.success {
  margin: 0px;
  padding: 60px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2em;
  color: rgb(69, 70, 103);
  font-weight: 100;
  text-align: center;
}

.error {
  margin: 0px;
  padding: 60px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 2em;
  color: rgb(69, 70, 103);
  font-weight: 100;
  text-align: center;
}