@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.main-div{
	
	background:url('don-back2.jpg') no-repeat fixed; 
	background-size:cover; 
	position:relative; 
	width:100%; 
	height:auto;
}



.carousel-control{

	width: 0%;
}

.carousel-indicators{

	display: none;
}



html, body{
  height:auto !important;
  font-family: "Avenir Next LT Pro Regular" !important;
  }

#smooth-scroll{
	position: absolute;
	z-index: 0;
	margin-left: 48%;
	margin-top: -100px;

}

@media only screen and (max-width: 640px){

	#smooth-scroll{
		display: none;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform:translateY(0);
  }
	40% {
    transform:translateY(-30px);
  }
	60% {
    transform:translateY(-15px);
  }
}



.bounce {
  animation:bounce 2s infinite;
}

.row{
	margin-right: 0px !important;
	margin-left: 0px;

}

#donate-content{

	width: 100%;
	height: auto;
	background: #fafafa;
}

p.heading{
	font-size:40px;
	padding-top: 30px;
	color:#1a1a1a;
	font-family: Oswald;
	letter-spacing: 1px;

}

p.heading1{
	font-size:40px;
	padding-top: 30px;
	color:#fafafa;
	font-family: Oswald;
	letter-spacing: 1px;

}

p.subhead2{

	font-size: 25px;
	color:#fafafa;
	letter-spacing: 1px;
}

p.subhead3{

	font-size: 20px;
	color:#fafafa;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

p.subhead{

	font-size: 25px;
	color:#1a1a1a;
	letter-spacing: 1px;
}

p.subhead1{

	font-size: 20px;
	color:#1a1a1a;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 42px;
}

#morecontent{

	width: 100%;
	height: auto;
	background: #1a1a1a;
}

#footer{
	width: 100%;
	height: auto;
	background-color: #fafafa;

}

ul.explore{
display: block;
width: 100%;

}

ul.explore li{

	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-family:"Avenir Next LT Pro Regular";
	color:#1a1a1a;
	font-weight: bold;
}

ul.explore li a{
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Raleway;
	font-weight: bold;
	color:#1a1a1a;
}

ul.explore li a:hover{


	color: #999;
}

.query ul{

	width: 100%;
}
#contact-form{
width: 100%;

}

#contact-form li input{
	border:none;
	border-bottom: 1px solid;
	background: none;

}

#contact-form li input:checked{
	border:none;
	border-bottom: 1px solid;

}

#sub-footer{
	position: absolute;
	
	width: 100%;
	height: auto;
	background-color: #1a1a1a;
}

#sub-footer p{
		color:#999;	
		padding-top:10px;

}

#sub-footer p a{

	text-decoration: none;
	color:#fafafa;
}


.rwd-table {
  min-width: 300px;
  display: table;
  margin: auto;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

body {
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #444;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

.rwd-table {
  background: #0c071b;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}