* {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
}

.header {
	position: fixed;
	width: 100%;
	background-image: linear-gradient(to bottom,#CF6396 0,#222 100%);
/*	background: #222;*/
/*	background-color: transparent;*/
	z-index: 100;
	font-family: 'Quicksand', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background-image: linear-gradient(to bottom,#CF6396 0,#222 100%);
/*	border-color: #E36CA4;*/
}

/*.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}*/

/*.navbar-inverse .navbar-text {
  color: #9d9d9d;
}*/

.navbar-inverse .navbar-nav > li > a {
  color: #DFF1F9;
}

.header .navbar-brand {
	font-weight: 900;
	color: #DFF1F9;
/*	padding-left: 20px;*/
}

.header .navbar {
	margin: 0;
	border: none;
/*	padding-left: 20px;*/
}

/*.header .navbar a:visited {
	text-decoration: none;
}*/


.navbar-default, .navbar-inverse a:hover {
	font-weight: 900;
}


body {
	background-color: #fcf7f8;
/*	background-color: #D1B3C3;*/
	color: #5d6163;
	font-family: 'Quicksand', sans-serif;
/*	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}

.page-section {
	width: 100%;
	min-height: 800px;
	padding: 50px 0;
	border-bottom: 10px solid #fff;
}

.page-section h1 {
	/*font-size: 4em;*/
	margin: 50px 0;
/*	text-shadow: 2px 2px 2px #CF6396;*/
	color: rgb(207, 99, 149);
	/*font-size: 50px;*/
/*	background-color: #fcf7f8;;*/
	text-shadow: rgb(46, 46, 46) 0px 4px 5px;
}

.page-section h1.lead {
	margin: 50px 0;
	padding: 10px;
/*	text-shadow: 2px 2px 2px #CF6396;*/
	/*color: rgb(207, 99, 149);*/
	color: rgb(252, 247, 248);
	font-size: 40px;
	background-color: rgba(252, 247, 248,0.25);
	text-shadow: rgb(207, 99, 149) 0px 4px 5px;
	/*width: 100%;*/
}

.page-section h2 {
/*	font-size: 3em;*/
	font-weight: 900;
	color: #5d6163;
	margin: 0 0 30px;
	text-shadow: 2px 2px 2px #CF6396;
}

.page-section p {
	font-size: 1.2em;
	font-weight: 200;
	margin: 0 25% 20px 0;
}

.page-section p.lead {
	font-size: 1.5em;
	font-weight: 200;
	margin: 0 25% 20px 0;
	background-color: rgba(252, 247, 248,0.25);
	color: rgb(252, 247, 248);
	text-shadow: 2px 2px 2px #CF6396;
/*	width: 100%;*/
}

.page-section.intro {
	min-height: 650px;
	background: url(../images/girls-women-happy-sexy-53364.jpeg) 100% no-repeat;
}

.page-section a:visited {
	color: #5d6163;
}

.page-section.intro a:visited {
	color: rgb(252, 247, 248);
}

.vertical-center {
	padding-top: 100px;
}

.page-section#charity-1 {
/*	background: url(../images/Page1.jpg) 100% no-repeat;*/
background-color: #D1B3C3;
}

.page-section#charity-2 {
/*	background: url(../images/Page2.jpg) 100% no-repeat;*/
background-color: #dff1f9;
}

.page-section#charity-3 {
/*	background: url(../images/Page3.jpg) 100% no-repeat;*/
background-color: #fcf7f8;
}

.page-section#charity-4 {
/*	background: url(../images/Page4.jpg) 100% no-repeat;*/
background-color: #D1B3C3;
}

.page-section#charity-5 {
/*	background: url(../images/Page5.jpg) 100% no-repeat;*/
background-color: #dff1f9;
}

.col-sm-6 .col-sm-7 {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

blockquote {
   border-left: none;
}



.page-section#charity-3 {
/*	background: url(../images/Page3.jpg) 100% no-repeat;*/
background-color: #fcf7f8;
}

.back-to-top {
	display: inline-block;
	clear: both;
	background: #CF6396;
	color: #333;
	padding: 0 10px 5px;
	margin: 20px 0 0;
	text-shadow: none;
}

.back-to-top:hover {
	background: #333;
	color: #CF6396;
	text-decoration: none;
}

@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
		/*color: #DFF1F9;*/
	}
	.navbar-nav {
		float: right;
	}
}

@media (max-width: 767px) {
/*	.header {
		background: #3c3c3c;
	}*/

	.navbar-inverse {
		background-image: linear-gradient(to bottom,#CF6396 0,#222 100%);
	}

	.header {
		background-image: linear-gradient(to bottom,#CF6396 0,#222 100%);
	}
}



@media (max-width: 480px) {

	.page-section {
		padding-top: 50px;
	}
	/*.page-section h1 {
		font-size: 3em;
	}
	.page-section h2 {
		font-size: 2em;
	}
	.page-section p {
		font-size: 1em;
		margin: 0 0 20px;
	}*/

	.navbar-inverse {
		background-image: linear-gradient(to bottom,#CF6396 0,#222 100%);
	}

	.header {
		background-image: linear-gradient(to bottom,#CF6396 0,#222 100%);
	}

}