/* test  */

html {
    height: 100%;
    width: 100%;
}
body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    min-height: 100%;
}

header {
    background-color: #005581;
    padding: 20px;
    min-height: 90px;
    order: 0;
    flex: 0 0 auto;
    align-self: auto;
    /* margin: 0 -20px; */
}

main {
    /* display: block; */
    /* min-height: calc(100vh - 186px) */
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
}

footer {
    order: 0;
    flex: 0 0 auto;
    align-self: auto;
}

#noticeContainer {
    color: #666;
}

#footerContainer {
    display: block;
    width: 100%;
    background: #2f383d;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    /* background-repeat-x: initial; */
    /* background-repeat-y: initial; */
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(47, 56, 61);
    color: #959a9d;
}

.logo-footer-wrapper {
    display: block;
    color: #959a9d;
    border-top: #3f4c53 solid 1px;
    border-bottom: #3f4c53 solid 1px;
}

.foot-logo {
    display: block;
    background-repeat: no-repeat;
    width: 137px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
}

.site-info {
    background: #202629;
    color: #959a9d;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: .75em;
    display: block;
    border-top: #3f4c53 solid 1px;
}

.foot-logo div {
    background-image: url(https://www.geoengineers.com/wp-content/themes/geo/images/footer-logo.png);
    font-size: 0;
    width: 137px;
    height: 25px;
    display: block;
    opacity: .5;
}		