#BESA-Head {
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
    background-image: url(/img/banner/banner.png);
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#BESA-Dropdown {
    border-radius: 50px;
    text-align: center;
}

#BESA-Radius {
    border-radius: 50px;
}

#BESA-Radius-Top-Percent {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#BESA-Radius-Top {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#BESA-Radius-Bottom {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#BESA-Navlink-Brand {
    margin: 25px;
}

#BESA-Orange {
    color: orange;
}

#BESA-Large {
    font-size: large;
}

#BESA-Green {
    color: green;
}

#BESA-Black {
    color: black;
}

#BESA-Center {
    text-align: center;
}

#BESA-Brand {
    width: auto;
    height: 100px;
}

#BESA-Map {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

#BESA-Dimgray {
    color: dimgray;
}

#BESA-Footer {
    width: 100px;
    height: auto;
}

#BESA-TopButton {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 47px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(to bottom, #007bff 0%, #dc3545 50%, #ffc107 100%);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    font-size: x-large;
}

    #BESA-TopButton:hover {
        background: linear-gradient(to bottom, #ffc107 0%, #dc3545 50%, #007bff 100%);
        color: white;
    }

    #BESA-TopButton i {
        font-size: xx-large;
    }
