/* Make body take full screen height */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Make wrapper-body expand naturally and push footer down */
.wrapper-body {
    min-height: 0 !important;
    flex: 1 0 auto;
}

/* Make the outer container flex */
body > .wrapper-body,
body {
    display: flex !important;
    flex-direction: column !important;
}

/* Keep footer at the bottom */
footer, .footer {
    margin-top: auto;
}

.navbar-nav .nav-item {
    padding-left: 0.75em;
    padding-right: 0.75em;
}

/* Mobile header */
.cygenex-logo {
	width: auto; 
	height: 4em; 
	margin: 0 10px;
}
