@charset "UTF-8";

/* Global */

body {
	padding-top: 50px;
	padding-bottom: 40px;
	font-size:16px;
}
.alpha70 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.7 opacity */
	background: rgba(255, 255, 255, 0.7);
	padding: 1em 2em;
}
.whitebkgd {
	background:#fff;
	padding: 1em 2em;
}
.marginleft {margin-left:1.5em;}
.marginright {margin-right:1.5em;}
.notopmargin {margin-top:0;}
.nobottommargin {margin-bottom:0.5em;}
.space {margin:25px 0;}
.sm-space {margin:1em 0;}
.partner-logo {margin:1.5em;}
.img-center {margin:1em auto;}
.btn {font-size:16px;}


/* nav */

.navbar-nav > li > a {
	font-size:18px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}

/* header */

.logo {
	margin: 0 0 1em 0;
}
.btn-donate {
	margin:0.5em 0 1.5em 0;
}
.header-bkgd {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding:20px 0 0 0;
	margin-bottom:25px;
}

/* backgrounds */
.bg-voices {
	background: url('../images/bg2new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-home {
	background: url('../images/bg1new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-about {
	background: url('../images/bg5new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-partners {
	background: url('../images/bg3new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-get-involved {
	background: url('../images/bg4new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-contact {
	background: url('../images/bg7new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-thanks {
	background: url('../images/bg4new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-donate {
	background: url('../images/bg6new.jpg');
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* home page */
.hpblock {
	background-color: #fff;
    padding: 0.1em 1em 1em 1em;
	margin:2em 0 0 0;
}
.carousel-caption p {
    font-size: 8px;
    line-height: 1;
}
.carousel-caption-left {
	left:10%;
	right:25%;
}
.carousel-caption-right {
	left:28%;
	right:10%;
}
.carousel-indicators {
    bottom: 3px;
}
 /* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.carousel-caption p {
    font-size: 12px;
    line-height: 1.2;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-caption-left {
	left:10%;
	right:35%;
}
.carousel-caption-right {
	left:35%;
	right:10%;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
/* Bump up size of carousel content */
  .carousel-caption p {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.hpblock {
	  min-height:300px;
	}
	.carousel-caption p {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  	.hpblock {
	  min-height:265px;
	}
	.carousel-caption p {
    font-size: 22px;
    line-height: 1.4;
  }
}
