@CHARSET "UTF-8";

/* Modify the background color */

.lightpastel {
	color: #FFB3BF; /* deze */
}


.navbar-custom {
    background-color: #FFB3BF;
}

.footer {
  		/* position: fixed; */
  		left: 0px;
  		bottom: 0px;
  		width: 100%;
  		text-align: center;
	    font-size: 14px;
}

.copyright-content.p {
	text-align: center;
}


.tiny-footer {
	width: 100%;
	text-align: center;
}


hr.haar {
    border-top: 1px solid #FFB3BF;
}

.img {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #FFB3BF;
  color: white;
}