
body {
	background-color: #F1AD32;
}

#content-wrap {
	min-height: calc(100vh - 70px);
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

footer {
	text-align: center;
	height: 50px;
}