@import url('https://fonts.googleapis.com/css?family=Roboto:wght@400;700');

.logo-container > img {
    max-height: 15rem;
}
 .myclass {
     font-size: xx-large;
     border-width: 2px;
    }
 
 .bootstrap-buttons-div {
    .btn-primary  { 
      border: none;
      color :  #3d1100;
    }
 }
 
.bootstrap-buttons-div {
    /* Normal and mouse over */
     
    .btn-primary : hover { 
      background-color :  #3d1100; 
      color :  #3d1100; 
      border-color :  #3d1100; 
    }   
 }
.mylogo-50 {
    width: 50%;
}
.mylogo-10 {
    width: 10%;
}
.mylogo-3 {
    width: 3%;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-3 {
    margin-top: 3rem;
}
.ta-center {
    text-align: center;
}

.font-roboto {
    font-family: 'Roboto';
}


