html, body{
  overflow-x: hidden;
}
body{
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #0F0415;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 5px;
}
p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 100;
}

a {
  text-decoration: none;
}

/* GRID */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.one-half, .one-third, .one-fourth {
  width: 96%;
  float: left;
  position: relative;
  min-height: 1px;
  margin: 0 2% 20px;
}

.half {
  width: 46%;
  float:left;
  position: relative;
  min-height: 1px;
  margin: 0 2% 20px;
}

/* HEADER */
header {
  color: #FFF;
  background: #F9510F;
  background-image: linear-gradient(222deg, #FA9769 0%, #F9510F 93%);
  height: auto;
}

header nav {
  padding: 1em 0;
}

header nav.container {
  vertical-align: center;
}

header nav ul {
  display: inline;
  text-align: right;
  float: right;
  margin: 0;
}

header nav ul > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}

header nav ul > li.btn-outline {
  padding: 10px 15px;
  border: 2px solid #FFF;
  border-radius: 4px;
}

header nav ul > li.btn-outline:hover {
  background: #FFF;
}

header nav ul > li > a {
  color: #FFF;
  text-decoration: none;
}

header nav ul > li.btn-outline:hover > a {
  color: #FA9769;
}

header .hero {
  text-align: center;
  display: inline-block;
  position: relative;
}

header .hero h1 {
  font-size: 48px;
  font-weight: normal;
  margin: 50px 0 0;
}

header .hero p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 100;
  margin: 10px 0 40px;
}

header .hero img {
  display: block;
  margin: 1em auto 0;
  width: 100%;
  position: relative;
  top: 20px;
  padding: 0;
  left: 0;
  right: 0;
}


.inner-wrap {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;

}
/* Buttons */
.btn {
  border-radius: 4px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 30px;
  background: #913DB5;
  border: 2px solid #913DB5;
  box-shadow: 0px 2px 0px 0px #4B225A;
}

/* Benefits */
.benefits {
  text-align: center;
  display: block;
  position: relative;
}

.benefits ul {
  margin: 0 auto;
  padding: 4em 0;
}

.benefits ul li {
  list-style-type: none;
  display: inline-block;
}

.benefits i {
  color: #F87C39;
  font-size: 60px;
  margin: 0;
  vertical-align: middle;
}

.benefits h2 {
  color: #F87C39;
}

/* Pricing */
.pricing {
  background: #F9510F url(../imgs/background.png) top center no-repeat;
  background: url(../imgs/background.png) top center no-repeat, linear-gradient(222deg, #FA9769 0%, #F9510F 93%);
  background-size: cover;
  text-align: center;
  padding: 4em 0;
}

.pricing h2, .pricing p {
  color: #FFF;
}

.pricing ul {
  margin: 0 auto;
  padding: 2em 0;
}

.pricing ul li {
  list-style-type: none;
}

.box {
  padding: 0 15px 15px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(15,4,21,0.20);
  min-height: 439px;
  position: relative;
  margin-top: 25px;
}

.box.middle {
  min-height: 485px;
  margin-top: 0px;
}

.box h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: #FBF5F3;
  box-shadow: 0px 1px 2px 0px rgba(15,4,21,0.40);
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 -15px 40px;
  padding: 10px 0;
}

.box h4 {
  font-size: 50px;
  font-weight: normal;
  margin: 40px 0 10px;
  color: #F87C39;
}

.box h4 span {
  font-size: 32px;
  vertical-align: top;
}

.box h4 span.month {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #888;
  font-size: 20px;
  vertical-align: middle;
}

.box ul li {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 100;
}

.box .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.small {
  font-size: 12px;
  color: #FEFEFE;
  line-height: 15px;
  font-style: italic;
}

/* Testimonials */

.testimonials {
  padding: 4em 0;
  text-align: center;
}

.testimonials h2 {
  color: #F87C39;
}

.testimonials ul li {
  list-style-type: none;
}

.testimonials blockquote {
  color: #FFF;
  text-align: left;
  font-style: italic;
  background: #F25E38;
  position: relative;
  padding: 30px;
  width: auto;
  margin: 0;
}

.testimonials blockquote:after {
  top: 100%;
  left: 13%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #F25E38;
  border-width: 10px;
  margin-left: -10px;
}

.testimonials img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin: 20px 10px 0 0;
}

.testimonials p.name {
  float: left;
  display: inline-block;
  text-align: left;
  font-size: 13px;
  margin-top: 30px;
}

.testimonials .lower {
  margin-top: 20px;
}

/* Call to action */

.call-to-action {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 100px;
}

.call-to-action p {
  margin-bottom: 50px;
}

.call-to-action h2 {
  color: #F87C39;
}

/* Footer */
footer {
  height: auto;
  color: #FFF;
  background: #F25E38;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

footer p, footer nav ul {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  margin: 10px auto 0;
  padding: 0;
}

footer nav ul li {
  list-style-type: none;
  display: inline;
}

footer nav ul li a {
  color: #FFF;
  text-decoration: none;
}

footer .logo {
  padding: 2.35em 0;
  margin: 0 auto;
  display: block;
}

/* Media Queries */
/* Tablet */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}
/* Laptop */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .one-half {
    width: 46%;
  }
  .one-third {
    width: 29.33333%;
  }
  .one-fourth {
    width: 21%;
  }

  .half {
    width: 46%;
  }

  header .hero h1 {
    font-size: 48px;
    font-weight: normal;
    margin: 100px 0 0;
  }

  header .hero p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 100;
    margin: 10px 0 40px;
  }

  header .hero img {
    display: block;
    margin: 1em auto 0;
    width: 55%;
    position: relative;
    left: -10px;
    float: right;
    top: 150px;
  }

  .inner-wrap {
    width: 40%;
    margin: 0 0 0 40px;
    float: left;
    padding: 0 0 100px 0;

  }
  footer {
    height: 100px;
  }
  footer p, footer nav ul {
    padding: 2em 0;
    text-align: left;
  }
  footer .logo {
    padding: 2em 0 2em 1.5em;
  }
}
/* Desktop */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  header .hero img {
    display: block;
    margin: 1em auto 0;
    width: 55%;
    position: relative;
    left: -10px;
    float: right;
    top: 100px;
  }
}
