﻿html,
body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #f1f1f1;
}

.under-construction-icon {
    color: #1A6B8E;
    font-size: 2rem;
}

.under-construction-icon:not(:last-child) {
    margin-right: 2rem;
    transition: 1s;
}

.under-construction-icon:hover {
    color: #FF7300;
    cursor: none;
}

.bi-display:hover {
    color: #CA1B2D;
    cursor: none;
}

.bi-tools:hover {
    color: lightgrey;
    cursor: none;
}

h5 {
    color: #1A6B8E !important;
    display: inline-block;
    vertical-align: middle;
}

.logo-img {
    width: 150px;
    height: auto;
}

.menu-link {
    color: #1A6B8E !important;
}

.hyperlink {
    color: #1A6B8E !important;
    text-decoration: none;
    font-weight: bold;
}
/*FOOTER*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    color: rgba(255,255,255,.5);
    background-color: #263137;
}

footer, footer * {
    background: #253237;
    color: #fff !important;
}

    footer a {
        color: #CA1B2D !important;
    }

        footer a:hover {
            color: #1A6B8E !important;
        }

        footer a i {
            color: #CA1B2D !important;
            margin-right: 1rem;
        }

        footer a:last-child i {
            margin-right: 0 !important;
        }

        footer a i:hover {
            color: #1A6B8E !important;
        }

.footer .heading {
    color: #ffffff;
    font-size: 20px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

    .footer ul li {
        list-style: none;
        margin-bottom: 10px;
    }

        .footer ul li a {
            color: rgba(255,255,255,1);
        }

.footer-link {
    color: #CA1B2D !important;
}

.social-media {
    margin-right: 1rem;
}

    .social-media img {
        width: 30px;
        height: auto;
    }

@media (max-width: 820px) {
    .md-text-center {
        text-align: center !important;
    }
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
    }