.bg-customTVN-1 {
    background-color: aquamarine;
}

.bg-light1 {
    /*background-color: #2c4583;*/
    background-color: #c10e1a;
}

.navbar-light1 .navbar-text1 {
    color: #eee;
}

body {
    /*
    margin: 50;
    background-image: url("../img/intranet-02.svg");
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, -0.1)0%), url("../img/intranet-02.svg");
    */
}

.footer-grimi {
    background-color: #c10e1a;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: white;
}