@charset "UTF-8";
/* CSS Document */

/* remove rounding from cards, buttons and inputs */
.card, .btn, .form-control { border-radius: 0; }

 .btn-primary {background-color: #D96D62; border-color: #D96D62; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

 .btn-primary hover { background-color:#592D28; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 

 .btn-primary focus { background-color:#D96D62; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 

 .btn-primary active { background-color:#592D28; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 


 .btn-primary visited { background-color:#D96D62; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 



 .btn-outline-primary {background-color: #fff; border-color: #D96D62; border-width: 2px; color: #D96D62; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

.btn-outline-primary hover {background-color: #fff; border-color:#D96D62; border-width: 2px; color: #592D28;  font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

 .btn-outline-primary focus { background-color:#fff; border-color:#D96D62; border-width: 2px; color: #D96D62; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 

.btn-outline-primary active {background-color: #fff; border-color: #D96D62; border-width: 2px; color: #592D28;  font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

 .btn-outline-primary visited {background-color: #fff; border-color: #D96D62; border-width: 2px; color: #D96D62;  font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}


.btn-submit {background-color: #D96D62; border-color: #D96D62; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}



.topbar2  .btn-outline-primary {background-color: #transparent; border-color: #fff; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

.topbar2  .btn-outline-primary hover {background-color: #fff; border-color: #fff; border-width: 2px; color: #666; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}



.btn-block {background-color: #D96D62; border-color: #D96D62; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

.btn-block hover{ background-color:#592D28; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 

.btn-block active { background-color:#592D28; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 

.btn-block visited {background-color: #D96D62; border-color: #D96D62; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

.btn-block focus { background-color:#D96D62; border-color:#592D28; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;} 



.card .card-footer .btn-primary {background-color: #D96D62; border-color: #D96D62; border-width: 2px; color: #fff; font-family: "Arial", sans-serif; font-size: 16px; font-weight: 500;}

// this is a white icon with 50% opacity
.navbar .navbar-toggler-icon { border-color: #fff;
  
}

