.navbar {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	border-bottom: solid 4px #a1d3c1;
}
html {
	min-height: 100%; 
	position: relative;
}
nav {
	margin-bottom: 0 !important; 
	padding-bottom: 0;
}
.margin {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.copyright {
    background-color: #63c1a8;
    color: #9fd2c3;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}