﻿* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
}

#standardBody {
    position: relative;
    top: 0;
    height: 100%;
    overflow-x: hidden;
}

#page {
    min-height: calc(100vh - 143px);
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    #page {
        margin-left: 0;
        margin-right: 0;
    }

    footer {
        visibility: hidden;
    }
}

#footerBrand {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: none;
}

footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom:0px;
    width: 100%;
    width: 100vw;
    text-align: center;
    color: white;
}

.navbar-inverse {
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu, .dropdown-menu > li > a {
    background-color: lightgreen;
    color: white;
}

    .dropdown-menu > li > a:hover {
        background-color: lightgreen;
        color: white;
    }

.headFootColor {
    background-color: lightgreen;
    color: white;
}

.button {
    background-color: initial
}