/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
    height: 100vh;
    min-height: 300px;
    z-index: 1;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-transparent {
	/* background-color: rgba(41, 43, 44, 0.3); */
	background-color: rgba(255,0,0,0.2);

}
.donate-box {
	background: rgba(65,146,186,0.8);
	z-index: 2; 
	position: absolute; 
	color: #fff;
	top: 50px; 
	left: 50px;
	padding: 10px;
	padding-top: 15px;
	background-position:100px 200px; 
	min-height:250px; 
	width:500px;
}
