@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

* {
  font-family: 'Lato';
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#feature {
  background-color: #3fa9f5;
  color: #fff;
  padding: 52px;
  text-align: center;
}

#feature h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  margin: 0 auto;
}

#footer {
  background: #fff;
  text-align: center;
  padding: 52px 0;
}

#footer #copyright,
#footer #join-mailing-list,
#footer #social-links {
  padding: 32px 0;
}

#footer #copyright {
  color: #b7b7b7;
  border-top: 1px solid #f0f0f0;
  /*padding-bottom: 104px;*/
}

#footer #join-mailing-list label {
  line-height: 12px;
  margin-right: 2px;
}

#footer #social-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#footer #social-links li {
  display: inline-block;
  padding: 0 12px;
}

#get-involved {
  background-color: #f3f3f3;
  color: #555555;
  padding: 104px 0;
  text-align: center;
}

#get-involved h2 {
  color: #35a6ff;
  margin: 0;
  padding: 0px;
  padding-bottom: 52px;
}

#get-involved p {
  padding-bottom: 52px;
}

#get-involved #join-button {
  width: 320px;
}

#projects {
  background: #fff;
  padding: 104px 0;
}

#projects h2 {
  color: #f73863;
  margin: 0;
  padding: 0px;
  padding-bottom: 52px;
  text-align: center;
}

.btn-red {
  color: #fff;
  background-color: #f73863;
}

.btn-red:hover {
  color: #fff;
  background-color: #e3365d;
}

.background-image {
/*   background: url(../img/homepage-feature-bg.jpg) no-repeat center center; */
	background: url(https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfp1/v/t1.0-9/996131_297072333797721_7953118221790935017_n.jpg?oh=ca53bf48a86610062f5319aa6eaa7262&oe=558FAD1C&__gda__=1431109149_63c9ec8f21912af26469d6fddbf230c3) no-repeat center center; background-size: cover;
  background-size: cover;
  position: fixed;
  min-height: 200px;
  height: 689px;
  width: 100%;
  z-index: -1;
}

.content {
  padding-top: 90px;
}

.navbar {
  background: rgba(255,255,255, 0.9);
  padding: 20px 0;
}

.navbar-default .navbar-nav > li >a {
  color: #f73863;
  font-size: 20px;
  font-weight: 300;
  margin-left: 50px;
}
