/*
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 : 01 May 2019, 9:53:43 PM
    Author     : SILENT
*/

html, body {
    height: 100%;
    width: 100%;
}

#mainHeader {
    height: 80px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#mainHeader nav a img {
    height: 60px;
    width: auto;
}

#navbarMainHeader.navbar-collapse {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
}

#mainFooter {
    background-image: url(../img/logosmallw.png);
    background-size: 80px auto;
    background-repeat: no-repeat;
    background-position: 98% 45%;
}

#mainFooter li {
        border-bottom: 1px solid #bfbfbf;
}

#mainFooter ul.navbar-nav {
    width: 50%;
}

@media (min-width: 955px) {
    #mainFooter {
        height: 150px;
    }
    #mainFooter ul.navbar-nav {
        width: auto;
    }
    #navbarMainHeader.navbar-collapse {
        padding-right: 171px;
    }
    #mainFooter li {
        border: none;
    }
    #mainFooter li:not(:last-child) {
        border-right: 1px solid #bfbfbf;
    }
}