body {color: #555;}
body.homepage {padding-top: 51px;}

body > section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#applications {
  margin-top: 50px;
}

#carousel-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

body > section > .container > h2:first-child {text-transform: uppercase;}
body > section > .container > h2:first-child + .lead {font-style: italic;}



.bg-img {
  background-color: #333;
  color: #f5f5f5;
}





.chapter-stat {
  font-size: 48px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #f27320;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .chapter-stat {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chapter-stat {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .chapter-stat {
    font-size: 96px;
  }
}
.chapter-stat:before {
  content: "+";
}
.chapter-stat-caption {
  color: #999;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.section-subheading {
  font-size: 26px;;
  font-weight: 300;
  color: #444;
}

.bg-img .thumbnail h1,
.bg-img .thumbnail h2,
.bg-img .thumbnail h3,
.bg-img .thumbnail h4,
.bg-img .thumbnail h5,
.bg-img .thumbnail h6,
.bg-img .thumbnail .h1,
.bg-img .thumbnail .h2,
.bg-img .thumbnail .h3,
.bg-img .thumbnail .h4,
.bg-img .thumbnail .h5,
.bg-img .thumbnail .h6 {
  color: #f27320;
}

.bg-img .thumbnail .caption {
  color: #f5f5f5;
}

.bg-img .thumbnail {
  max-width: 360px;
  margin-left:auto;
  margin-right: auto;
}

.body-copy:first-of-type {
  margin-top: 20px;
}

.jumbotron.main {
  background-color: #222;
  background-image: url("/assets/static/img/homepage/backgrounds/jonathan215.ca9a04912fac.jpg");
  background-repeat: no-repeat;
  color: #eeeeee;
  margin-bottom: 0;
  background-attachment: fixed;
  /*background-position: 50% 51px !important;*/
  padding-top: 0;
  padding-bottom: 0;
}

body.default .jumbotron.main {
  background-position: 50% 51px !important;
}

.jumbotron.main >.container {
  position: relative;
}

.textual-link:after {
  content: "\00A0\00BB";
}

@media (min-width: 992px) {
  .jumbotron.main {
    background-position: top center;
  }

  body.homepage {padding-top: 0;}
}
@media (max-width: 767px) {
  .jumbotron.main > .container {
    /*top: 40px;*/
    top: 0px;
  }
  .jumbotron.main h1 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron.main > .container {
    bottom: -30%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .jumbotron.main > .container {
    bottom: -40%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .jumbotron.main > .container {
    bottom: -50%;
  }
}
@media (min-width: 1600px) {
  .jumbotron.main > .container {
    bottom: -55%;
  }
}
@media (max-width: 991px) {

  .jumbotron.main h1 {
    /*font-size: 39px;*/
    font-size: 32px;
  }
  .jumbotron.main h1 + p {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .jumbotron.main h1 {
    font-size: 48px;
    font-weight: 700;
  }
  .jumbotron.main h1 + p {
    font-size: 28px;
  }
}

#advocacy-featurettes {
  padding-top: 25px;
}

#advocacy-featurettes .thumbnail {
  background-color: transparent;
}

@media (min-width: 992px) {
  #advocacy-featurettes .thumbnail {
    height: 312px;
  }
}

#featured-startups {margin-top: 50px;}

#alert-banner:active,
#alert-banner:focus {
  outline: 1px dotted;
  text-decoration: none;
  overflow:hidden;
}
#hf-meetup, #advocacy {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  
#hf-meetup {background-image: url("/assets/static/img/homepage/backgrounds/img_meetup.9b8dd104a0c5.png");}
#advocacy {
  background-image: url("/assets/static/img/homepage/backgrounds/img_advocacy.82fa0cbda568.png");
}

#global_stats {margin-bottom: 50px;}

#alert-banner > .alert {
  position: fixed;
  z-index: 500;
  width: 100%;
}

#alert-banner:active > .alert,
#alert-banner:focus > .alert,
#alert-banner:hover > .alert {
  background-color: #D2E3CB;
}

#fund-logos {
  margin-top: 40px;
  margin-bottom: 40px;
}

#alert-banner p {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 0;
}

#map-heading {
  margin-bottom: 50px;
  text-transform: none;
}

@media (max-width: 767px) {
  #alert-banner p {
    font-size: 14px;
  }
}



.fund-logo {
  max-width: 365px;
}
a:focus > .fund-logo,
a:hover > .fund-logo {
  opacity: 0.5;
}
a:focus > .fund-logo {
  text-decoration: none;
  border: 1px solid #f27320;
}

@media (max-width: 767px) {
  .featured-fund {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .featured-fund {
    position: relative;
    height: 220px;

  }
  .fund-logo {
    position: absolute;
    bottom: 0%;
    padding: 10px;
  } 
  
}
@media (min-width: 992px) {
  .featured-fund {
    height: 220px;
  }
}

#featured-press-links {
  /*height: 160px;*/
  background-color: #111;
  color: #eee;
}


#featured-press-links > .container {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 0;
}

#featured-press-links a img {
  max-height: 90px;
  opacity: 0.7;
}

#featured-press-links a:active > img,
#featured-press-links a:focus > img,
#featured-press-links a:hover > img {
  opacity: 1;
}

#featured-startups h4 {
  margin-bottom: 40px;
}




.btn-feature.btn-default {
  border-color: #f27320;
  color: #f27320;
  background-color: transparent;
}

.btn-feature.btn-default:active,
.btn-feature.btn-default:focus,
.btn-feature.btn-default:hover {
  background-color: #d35b0c;
  border-color: #b14c0a;
  color: #fff;
}

#newsletter-subscription {
  margin-top: 50px;
}