/* Custom styles */

#about {
  background-image: url(../img/ncb-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}

.backdrop {
  background:white;
  opacity:0.5;
  color:black;
  border-radius:15px;
  padding:30px;
  max-width:84%;
}

.navbar {
  border-bottom: solid 1px gray;
}

.form-group, button {margin-bottom:12px;}

.showcase_image {margin-bottom:6px;}
