.btn:hover {
    color: #2a7cb1;
}

.btn-primary:hover, .rbc-btn-group > button[aria-label=Today]:hover {
    color: #2a7cb1; /*--#fff;*/
    background-color: #fff; /*--#2a7cb1; --#004077;*/
    border-color: #003c70
}

.btn {
    border: 1px solid;
    border-radius: 30px;
    background-color: #2a7cb1; /* --#fff;*/
    color: #fff; /*--#2a7cb1; --#333;*/
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 17px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all .35s ease;
}
/*.btn {
    border: 1px solid;
    border-radius: 30px;
    background-color: #fff;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: .778rem;
    line-height: 17px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all .35s ease;
}

btn-primary-gold {
    color: #fff !important;
    font-weight: bold !important;
    background: #2a7cb1 !important;
    border-color: #2a7cb1 !important;
}

/*.btn {
    border: 1px solid;
    border-radius: 30px;
    background-color: #fff;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: .778rem;
    line-height: 17px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all .35s ease;
}
*/
/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

/*html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}*/