/*
Copyright (C) 2019 SILENT

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : 04 May 2019, 10:48:06 AM
    Author     : SILENT
*/

#navbarMainHeader.navbar-collapse .navbar-nav li a:hover {
    background-color: grey; /* This needs to be converted to rgb */
}
#mainHeader , #navbarMainHeader.navbar-collapse {
    background-color: rgb(102, 102, 102);
}

#mainBody {
    background-image: url(../img/wallpaper.png);
    background-repeat: repeat;
    color: white; /* This needs to be converted to rgb */
}

#mainFooter {
    background-color: rgb(221, 221, 221);
}

.footer-copyright {
    font-size: 0.7em;
    color: white; /* This needs to be converted to rgb */
}

.footer-copyright > a, .footer-copyright > a:visited {
    text-decoration: none;
    color: white; /* This needs to be converted to rgb */
}

.footer-copyright > a:hover {
    color: grey; /* This needs to be converted to rgb */
}