.bg-body		{background-color: #092029;}
.bg-jumbo		{background-color: #3983af;}
.jumbotron 		{padding: 25px; margin-top: 25px;}
.col			{margin-top: 30px;}
.col-centered{
    float: none;
    margin: 0 auto;
}
body				{color: #fff;}
a				{color:#e3bb49;}	
a:hover			{color: #e3bb49;}
.footer			{margin-top: 50px;

    margin-bottom: 10px;}
img.img-border  {
 
   border:1px solid #fff;
    margin-bottom: 20px;
   ;
}
hr {

    height: 1px;

    background-color:#092029;

    margin-top: 20px;

    margin-bottom: 20px;

    width: 75%;

}

.btn-sample { 
  color: #000; 
  font-size: 150%;
  white-space: normal;
  background-color: #e3bb49; 
  border-color: #000; 
} 
 
.btn-typo { 
  color: #fff; 
 background-color: #092029;
font-weight: normal;
  white-space: normal;

} 

.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #000; 
  background-color: #b38b1a; 
  border-color: #000; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #b38b1a; 
  border-color: #000000; 
} 
 
.btn-sample .badge { 
  color: #75470F; 
  background-color: #305676; 
}