@font-face { font-family: 'Gravity Light';  src: url('../fonts/Gravity-Light.otf'); }
@font-face { font-family: 'Walkway';  src: url('../fonts/Walkway_Bold.ttf'); }

body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.is-section {
  border-top: 1px solid white;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.navbar-brand {
    padding: 6px 15px;
}


.featurette-image {
  margin-top: 20px;
  margin-top: 20px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.is-splashA {
  /* display:none; */
  height: 36em;
  overflow: hidden;
  position: relative;
}

.is-splashB {
  margin-top: 6em;
}

.is-splashB img {
  width: 330px;
}




.is-mission-text {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2em;
  padding: 0 0;
}


.is-mission-text a, a.howitworks {
    font-size: 0.6em;
    margin: 0 16px;
    line-height: 4.6em;
    color: #2f6f2d;
    padding-right: 28px;
    background: white no-repeat right center;
}

a.howitworks {
  font-size: 1.2em;
  margin: inherit;
  line-height: inherit;
}

a.button-play {
  background-image: url(../images/button-play.png);
}

a.button-down {
  background-image: url('../images/button-down.png');
}

.modal-dialog{
  margin: 10px auto;
}

.featurette {
  margin-top: 3.5em;
  margin-top: 1.5em;
}


/*.is-features {
  margin-top: 5em;
}*/

.is-icon img {
  width: 36px;
  height: 36px;
}

.is-features strong {
  font-size: 1.2em;
  margin-left: 6px;
  line-height: 3em;
}

.is-icon {
  margin-bottom: 3em;
}


img.is-formfactor {
  margin: 2em auto 4em;
  width: 350px;
}


.page-header {
  margin-top: 60px;
}

#projects { 
  display:none;
}

#features {
  margin-top: 2em;
}
  
/* RESPONSIVE CSS
-------------------------------------------------- */


/* @media (min-width: 450px) {
  .featurette {
    margin: 6em 0;
  }

  .is-features {
    margin-top: 3em;
  }
}
 */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .is-mission-text {
    padding: 0 2.3em;
  }
  
  .is-mission-text a {
    margin: 0 22px;
  }
  
  .featurette-heading {
    font-size: 50px;
  }
  
  .featurette-divider {
    margin: 2em 0;
  }
  
  /* #moreInfo p {
    text-align:center;
  } */
  
  #projects { 
    display: block;
  }
}




@media (min-width: 992px) { /* where columns are broken down */
  
  .is-splashA {
    padding-left: 12em;
    margin-bottom: 4em;
    
    height: inherit;
    /* overflow: hidden;
    position: relative; */
  }

  .is-splashB {
    margin-left: -2em;
    margin-top: 8em;
  }

  .featurette-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .featurette-heading {
    margin-top: 80px;
  }
  
  .is-splashA {
    display:inline;
  }
  
  /* .featurette {
    margin-bottom: 80px;
  } */
  
  .featurette-heading {
    margin-top: 130px;
  }
  

}


@media (min-width: 1200px) { /* for extra large screens */
 
  .page-header {
    margin-top: 90px;
  }

  .is-splashA {
    padding-left: 8em;
  }

  .is-splashB {
    margin-top: 9em;
    margin-left: -3em;
  }

  .is-mission-text {
    font-size: 2.4em;
    text-align: center;
    line-height: 1.3em;
    padding: 0px 1.5em;
  }
  
  .is-splashB img {
    width: 440px;
  }
  
  .modal-dialog{
    margin: 60px auto 20px;
  }
  
  #projects {
    margin: 120px 0;
  }
  
  img.is-formfactor {
    margin: 4em auto 6em;
  }
  
}