html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #ffffff;
  height: 100%;
  margin: 0;
}

.noscroll {
  overflow: hidden;
}

section {
  background: #2c3e50;
}

section:nth-child(even) {
  background: #7FCFD8;
}

a {
  color: #ffffff;
  text-decoration: none;
}

h1, h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

h1 {
  font-size: 2.827em;
}

h2 {
  font-size: 1.999em;
  padding: 100px 0 50px;
}

h3 {
  font-size: 1.414em;
  font-weight: 500;
  margin: 0;
}

p {
  font-weight: 300;
  margin: 0;
}

input {
  border: none;
  color: #000000;
}

input:focus {
  outline: none;
}

#home {
  background: #2c3e50;
  height: 100vh;
  background-image: url('../img/background.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  padding: 20px 0;
  width: 100%;
  background: #2c3e50;
  z-index: 1000;
}

.logo img {
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

.sticky .logo img {
  width: 200px;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

header a {
  padding: 10px 0;
  margin-left: 45px;
}

header a:hover,
header a:active,
header a:focus {
  border-bottom: 3px solid #fff;
  text-decoration: none;
  color: #fff;
}


header .logo img {
  width: 345px;
  max-width: 100%;
  height: auto;
  padding-left: 50px;
}

nav {
  padding-right: 50px;
}

.intro {
  padding-top: 180px;
}

.intro h1 {
  margin-bottom: 50px;
}

.blue {
  color: #7fcfd8;
}

.gray {
  color: #76797B;
}

.cta {
  text-align: center;
}

.cta input {
  width: 200px;
  padding: 20px;
  margin: 5px;
}

.button {
  display: inline-block;
  background: #1ABC9C;
  padding: 20px 80px;
  margin: 5px;
  color: #fff;
  border: none;
}

.button:hover {
  cursor: pointer;
  background: #17a689;
}

#video,
#features,
#testimonials {
  padding-bottom: 150px;
}

.embed-wrapper {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  border: 50px solid #2c3e50;
  box-sizing: border-box;
}

.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.embed-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.feature {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
}

.feature img {
  width: 100px;
  height: 100%;
}

.text {
  padding: 10px 0 10px 30px;
}

#testimonials h2 {
  padding-bottom: 85px;
}

.testimonial {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  border: 5px solid #fff;
}

.testimonial img {
  width: 100px;
  height: 125px;
  margin: -85px 0 20px;
}

.person {
  font-weight: 500;
  margin-top: 20px;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  text-align: center;
}

footer img {
  width: 200px;
  height: auto;
  max-width: 100%;
  margin-left: 20px;
}

footer p {
  color: #000;
  font-weight: 500;
}

.social {
  margin-right: 20px;
}

.social img {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.35);
}

.modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  text-align: center;
  background: white;
  padding-bottom: 10px;
}

.modal .header {
  background: #1ABC9C;
  padding: 15px;
}

.modal .header h3 {
  font-family: 'Roboto Slab';
}

.modal .body {
  padding: 20px 20px 0;
  text-align: left;
}

.modal label {
  color: #000;
}

.modal input {
  width: 95%;
  display: block;
  border: 1px solid #000;
  padding: 10px 5px;
  margin-bottom: 25px;
}

@media screen and (max-width:930px) {
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }

  header .logo img {
    padding: 0;
  }

  nav {
    margin-top: 10px;
    padding-right: 0;
  }
}

@media screen and (max-width:700px) {
  footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  footer img {
    margin-bottom: 10px;
  }

  footer p {
    margin-bottom: 10px;
  }

  .social {
    margin: 0;
  }

  .social img {
    margin: 0;
  }
}

@media screen and (max-width:540px) {
  header a {
    margin: 0 10px;
  }
}