

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.masthead {
	color:#FFFFFF
	height:200px;
	background-repeat:no-repeat;
}        
        
.jumbotron {
  margin: 5px 0;
  text-align: center;
  background-color:white;
}
.jumbotron h1 {
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}












