/*
 * Copyright (c) 2020-2022 daring.systems SPRL (BCE 0660.615.926).
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 * Author(s) : David Michaluk <david@dare.systems>
 */

.logo {
    height: 14px;
    width: auto;
}

.logo:hover {
    opacity: 1;
}

#footer {
    text-align: center;
}

#footer hr {
    margin-bottom: 4px;
}

#footer img {
    filter: grayscale(1);
    width: 75px;
    opacity: 0.5;
}

#footer img:hover {
    opacity: 0.7;
}