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

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

.capitalBTN_One{
  border: 1px solid #fbb813; 
  color: rgb(60,60,60); 
  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_One:hover{
  background-color:white;
  color: #fbb813;  
  transition: .9s ease all;     
}

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

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






