﻿.footerCustom {
    opacity: .95;
    background-color: lightgray
}

.mainLink {
        background-color: black !important;
        color: white !important
}

    
    .mainLink:hover {
        background-color: black !important;
        color: white !important
    }

.mainHR {
    height: 2px;
    border: none;
    background-color: black;
    margin-bottom: 0px;
    margin-top: 0px
}

.loginButton {
    background-color: black;
    color: white;
    width: 140px;
    height: 30px;
    border: none;
    font: inherit;
    margin: 0;
}


.smallLoginButton {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px !important;
}

