.carousel-indicators {
  position: relative;
}

.carousel-indicators li {
  border: 1px solid #666666;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #666666;
}

#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#999;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 5px; 
            border-radius: 5px; 
}
#menu li.active{
	background:#999;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position: fixed;
	top:0;
	left:0;
	z-index: 70;
	padding: 0;
	margin:0;
}

.btn-donate{
		color: #000;
	background:#999;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 5px; 
            border-radius: 5px;
}

h1{
	font-size: 6em;	
	font-family: arial,helvetica;
}

h2.freesongHeader{
	font-size:3em;
	font-weight: bold;
}

h2.donateHeader{
	font-size:2.5em;
	margin-top:0;
}

p.margin-bottom-0{
	margin-bottom:0;
}

h2.donateThanksHeader{
	font-size:1.5em;
}

 .slides{
	height: 100%;

 }

 .donation-appreciate{
 	color:#666666;
 	margin-right:20px;
 }

 #song1{
	background-color: #ffffff;
	height: 100%;
 }

 #song2{
 	background-color: #141311;
	height: 100%;
 }

 #song3{
 	background-color: #ffffff;
	height: 100%;
 }

 #song4{
 	background-color: #bfa98a;
	height: 100%;
 }

 #bio{
	background-color:#B0E2DF;
	height: 100%;
 }

  #photos{
	background-color: #0AEABF;
	height: 100%;
 }

#homeSection{
	background-color: #ffffff;
}

#aboutSection{
	background-color:#000000;
}

#donateSection{
	background-color:#052135;
}

#contactSection{
	background-color:#e50e0e;
	color:#ffffff;
}

#aboutSection,
#donateSection{
	color:#ffffff;
}

.vspacing-20{
	height:20px;
}

.vspacing-5{
	height:5px;
}

.vspacing-10{
	height:10px;
}

.vspacing-30{
	height:30px;
}

.vspacing-100{
	height:100px;
}

.vspacing-50{
	height:50px;
}

.social-icon{
	height:100px;
	width:100px;
	margin:0 10px;
}

.mail-icon{
	height:100px;
	width:100px;
	margin:0 50px 0 25px;
}

.popover-content{
	color:#000000;
}

/*	youtube stuff*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#donateLink{
	color:#B09154;
}

.controlArrow{
    position:absolute;
    top:50%;
    cursor:pointer;
	width: 0px;
	height: 0px;
	border-style: solid;
	margin-top: -19px;
}

.controlArrow.prev{
	left:15px;
	width: 0px;
	border-width: 19px 17px 19px 0;
	border-color: transparent #fff transparent transparent;
}
.controlArrow.next{  
	right:15px;
	border-width: 19px 0 19px 17px;
	border-color: transparent transparent transparent #fff;
}

/*Fix large image breaking the responsive layout in firefox or ie.*/
.img-responsive{
	width:100%;
}

.mobileEmail{
	display: none;
}

.mobileEmail a{
	color:#000000;
}

@media (max-width: 480px),(max-height: 640px){
	.vspacing-20,.vspacing-30,.vspacing-100,.vspacing-50{
  	height:20px;
  }
  .controlArrow{
  	top:10%;
  }

.controlArrow.prev{
	border-width: 10px 8px 10px 0;
}
.controlArrow.next{  
	border-width: 10px 0 10px 8px;
}

#menu{
  	display: none !important;
  }
}

@media (max-width: 768px){
	.mobileEmail{
		display: block;
	}
	.desktopEmail{
		display: none;
	}
}