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: #231f20;
    color: #231f20;
    font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
}
.well {
    background-color: #ffffff;
    border: 1px solid #d7df21;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 25px;
    padding-top: 40px;
	margin-top: 30px;
}

.carousel-indicators li {
    background-color: rgba(0,0,0,0);
    border: 1px solid #e2e2e2;
}
.carousel-indicators .active {
    background-color: #e2e2e2;
}