.custom-btn {
min-width: 130px;
display: inline-block;
color: #494b51;
font-family: lato;
padding: 10px 15px;
background-color: white;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
border-style: solid !important;
border-width: 1px;
border-color: black;
margin-top: 15px !important;
}
.custom-btn:hover  {
min-width: 130px;
display: inline-block;
color: #ffffff;
font-family: lato;
padding: 10px 15px;
background-color: black;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
border-style: solid !important;
border-width: 1px !important;
border-color: black !important;
}