.brosBG{
  background-size: cover; 
  background-position: top right; 
  background-repeat: no-repeat; 
}

.capitalButtonContainer{
  margin-top: 30px; 
  margin-bottom: 30px; 
}

.capitalBTN_OneUpdate{
  border:1px solid #fbb813;
  color: #3c3c3c;  
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  padding:15px 30px;
  margin: 10px; 
  background-color:#fbb813; 
  font-family: Gotham;
  font-weight: 700;     
  transition: .9s ease all;   
}

.capitalBTN_OneUpdate:hover{
  background-color: white; 
  color: rgb(60,60,60);   
}


.capitalBTN_One:hover{
  background-color:white;
  color: #0a9ce8;
  transition: .9s ease all;     
}

.capitalBTN_Two{
  background-color: white; 
  border: 1px solid #0a9ce8; 
  color: #212121; 
  text-transform: uppercase; 
  text-align: center; 
  text-decoration:none; 
  display: inline-block; 
  padding: 15px 30px; 
  margin: 10px; 
  font-family: Gotham;
  font-weight: 700;   
  transition: .9s ease all;
}

.capitalBTN_Two: hover{
  background-color:#0a9ce8;    
  color: white; 
}






