body {

}	

/* Padding aan de zijkanten weghalen bij fluid container */
.container-fluid {
   padding: 0px;
}

.breadcrumb {
	border-radius: 0;
}

.footer-main {
	padding: 20px;
	background-color: #e9ecef !important;
}

.footer-bottom {
	padding: 20px;
	background-color: #343a40 !important;
}

/* social icons */
.fab {
    font-size: 30px;
    float: right;
	line-height: 0.7;
	color: #fff;
	margin-left: 10px;
}

/* underline bij links weg */
a:hover, a:visited, a:focus {
	text-decoration: none !important;
}