﻿#header {
    height: 74px;
}
    #header-content {
            display: flex;
            max-width: 1280px;
            height: 100%;
            margin: 0 auto;
            font-weight: 600;
            justify-content: space-between;
    }
        #header #header-content .notio-logo {
            display: block;
            height: 100%;
            width: 122px;
            background: url(../lib/Images/logo.svg) no-repeat center;
            overflow: hidden;
        }
            #header #header-content .notio-logo object {
                top: 50%;
                transform: translateY(-50%);
                position: relative;
                z-index: -1;
            }
#logout {
    align-items: center;
    display: flex;
}
    #logout a {
        color: black;
        text-decoration: none;
    }

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
    #footer-content {
        display: flex;
        max-width: 1280px;
        height: 100%;
        margin: 0 auto;
        font-weight: 600;
        justify-content: space-between;
    }