#banner_image{
    padding-top: 75px;
    padding-bottom: 50px;
    color: #f8f8f8;
    background: url(Img/church05.jpg) no-repeat center;
    background-size: cover;}

#banner_content{
    position: relative;
    padding-top: 6%;
    padding-bottom: 0;
    margin-top: 6%;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.6);
    max-width: 915px;
    text-align: left;
}

.footer{
    padding: 10px 0;
    background-color: #E7E7E7;
    color:#555555;
    bottom: 0;
    width: 100%}

.foo{
    padding: 10px 0;
    background-color: #E7E7E7;
    color:#555555;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;}

.content{
    padding-top: 75px;
    align-content: center;}

.jumbotron{
    background-color: #9d9d9d;}


#left{
    float:left;
    padding:0px;
    border:none;
}
#right{
    float:right;
    padding:0px;
    border:black;
}

.form-errors {

}

@media screen and (max-width: 500px) {
  .navbar-header  {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar-right {
    float: none;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e4002b; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.row .panel-primary .panel-heading{
background-color:#e4002b;
}
.row .panel-primary{
border-color:#e4002b;
}

