/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/landing/business-people-edit.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

/* ======= Press Section ======= */
.press {
  background: #f5f5f5;
  padding: 30px 0;
}
.press ul {
  margin: 0 auto;
  margin-bottom: 0;
}
.press li {
  vertical-align: middle;
  text-align: center;
}
.press li.last {
  margin-right: 0;
}
.press li a img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  max-width: 190px;
  margin: 0 auto;
}
.press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq.has-bg-color {
  background: #f5f5f5;
}
.faq .title {
  margin-bottom: 60px;
  font-size: 28px;
}
.faq .panel {
  background: #f0f0f0;
}
.faq .panel .panel-heading {
  padding: 15px 30px;
}
.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666;
}
.faq .panel .panel-title {
  font-weight: normal;
  color: #666;
}
.faq .panel .panel-title .active {
}
.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
}
.faq .more {
  margin-top: 60px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
/* ======= Modal ======= */
.modal.modal-video .modal-dialog {
  width: 760px;
  margin: 30px auto;
}
.modal.modal-video .modal-body {
  padding: 10px;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 10px;
}
.modal.modal-video .modal-title {
  color: #377130;
}
/* modal body padding shifting bug hack */
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
/* ======= Video Section ======= */
.video {
  padding: 80px 0;
  position: relative;
  background: #6dbd63 url('../img/video/video-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 516px;
  color: #fff;
}
.video .title {
  color: #fff;
  font-size: 28px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 15px;
}
.video .summary {
  color: #fff;
  font-size: 18px;
  max-width: 360px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.video .control {
  position: relative;
  top: -40px;
}
.video .control .play-trigger {
  color: #fff;
  background: none;
  position: relative;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.video .control .play-trigger:active,
.video .control .play-trigger:focus {
  outline: none;
}
.video .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .control .play-trigger:hover .fa {
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.video .control .play-trigger .fa {
  font-size: 32px;
  width: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.video .control p {
  color: #fff;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/landing/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: left;
    margin-top: 15px;
}

#testimonial {
  background: #333333 url(../img/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

    .modal.modal-video .modal-dialog{
      width: auto;
      margin-left: 10px;
      margin-right: 10px;
    }
    .press {
        padding-bottom: 0;
      }
      .press li {
        margin-bottom: 30px;
      }
      .press li a img {
        max-width: 120px;
      }
      .press li.xs-break {
        clear: left;
      }

    .video {
      padding: 30px 0;
    }
    .video .control {
      position: static;
    }
    .video .summary {
      max-width: 320px;
    }
}

@media(min-width:768px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
  .press {
      padding-bottom: 0;
    }
    .press li {
      margin-bottom: 30px;
    }
    .press li a img {
      max-width: 140px;
    }
    .press li.break {
      clear: left;
    }
}

@media(min-width:992px) {
    ul.banner-social-buttons {
        float: right;
        margin-top: 0px;
    }

  .press {
      padding-bottom: 30px;
    }
    .press li {
      margin-bottom: 0;
    }
    .press li.break {
      clear: none;
    }
    .press li a img {
      max-width: 160px;
    }
    .video .summary {
      max-width: 360px;
    }
}

@media(min-width:1199px) {
    ul.banner-social-buttons {
        float: right;
        margin-top: 0px;
    }
  .press {
      padding-bottom: 30px;
    }
    .press li {
      margin-bottom: 0;
    }
    .press li.break {
      clear: none;
    }
    .press li a img {
      max-width: 160px;
    }
}




footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}