
body, html {
	min-height:100%;
	height:100%;
}
.nav-side {
	min-width:300px;
}
.test {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.test > header {
	/* height:100px; */
}
footer {
	/* height:200px; */
}
.test > main {
    flex-grow: 1;
}
.test > header, .test > main, .test > footer {
    flex-shrink: 0;
}

.tim-svg {
    height: 55px;
}
.navbar-tim {
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
}

.txt {
	font-size:1.6rem;
	font-weight:300;
}
