/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}
.jumbotron, .jumbotronx {
	z-index: 1;
	background-color: rgba(233,236,239,0.80);
	
}
.jumbotron_bg{
	background-image: url("SLIDE_1.png");
	background-size:  cover;
	background-repeat:  repeat; 
	 
  z-index: -1;   
  width: 100%;
  height: 100%;  
  opacity: 0.5;
 overflow: hidden;
	position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.small_blue{
	    color: #0085ad;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.donate_btn{
	color: #fff;
    background-color: #1E39AF;
    border-color: #101E5B;
	    padding: 10px 25px;
    font-size: 22px;
	font-weight: bold;
    line-height: 1.33333;
    border-radius: 3px;
}