/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: 'proxima-nova', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  font-family: 'proxima-nova', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
  font-weight:400;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

a {
  color: #AF96DC;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #B96428;
}


/*****  Intro *****/
.intro {
	display: table;
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #4622d6;
}

.intro .intro-banner img {
  display: block;
  width: 100%;
  margin: auto auto;
}

.intro .intro-body {
  display: table-cell;
}

.intro .intro-body .intro-row {
  margin-top: 0px;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
  color: #FFF;
}

.intro .intro-body .intro-text {
  margin: 0 0 10px;
  line-height: 1.7;
  font-size: 18px;
  color: #FFF;
}

.intro .intro-image img {
  display: block;
  width: 100%;
  margin: auto auto;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .intro-row {
    margin-top: 0px;
  }
.intro .intro-body .brand-heading {
    font-size: 45px;
	  line-height: 1.4;
}
  .intro .intro-body .intro-text {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .intro-row {
    margin-top: 75px;
  }
  .intro .intro-body .brand-heading {
    font-size: 50px;
	  line-height: 1.4;
  }
.intro .intro-body .intro-text {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .intro-row {
    margin-top: 130px;
  }
  .intro .intro-body .brand-heading {
    font-size: 50px;
	  line-height: 1.4;
  }
  .intro .intro-body .intro-text {
    font-size: 24px;
  }
}

/***** Benefits *****/
.content-section {
  padding-top: 100px;
  overflow: hidden;
}

.content-row {
  padding-bottom: 100px;
  overflow: hidden;
}

.content-section h2 {
  font-size: 30px;
  color: #5A5A5A;
  line-height: 1.6;
  margin-bottom: 0px;
}

.break-line {
  border-bottom: 4px solid #8CDC64;
  width: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 17px;
  color: #000;
  line-height: 1.6;
}

.value-props {
  padding: 20px;
}

.value-img {
  text-align: center;
}

.value-img img {
  max-width:95%;
  margin: auto auto;
}

.value-img-half {
  text-align: center;
}

.value-img-half img {
  width: 50%;
  margin: auto auto;
}

@media (min-width: 768px) {
  .content-section {
    padding-top: 75px;
  }
  .value-props {
    padding: 40px 60px 10px 60px;
  }
}

@media (min-width: 992px) {
  .content-row {
    padding-bottom: 100px;
    overflow: hidden;
  }
}

/***** Footer *****/
footer {
  padding: 10px 0;
  background: #4622D6;
  color: #fff;
}

footer p {
  margin: 0;
  font-size: 14px;
}