@charset "utf-8";
/* CSS Document */
  body {
      margin: 0;
      font-family: 'Helvetica Neue', sans-serif;
      background-color: #f7f1e6;
      color: #E94D3C;
    }


.navbar-brand img{
	width:100%;
	max-width:100%;
}


.nav-link{
	color: #E94D3C;
}


nav a:hover{
    color: #E76163!important;
	text-decoration: underline;
}


footer {
		justify-content: center;
	    text-align: center;
		background-color: #E76163;
		color: darkblue;
		padding: 1px;
		margin-bottom: 10px;
		margin-top: 10px;
}


h5{
	color: #E76163;
}



.lijn_links {
      border-left: 2px solid #E94D3C;
}


.number {
      font-size: 72px;
      font-weight: bold;
      color: #E94D3C;
      margin: 0;
}

.title {
      font-size: 32px;
      font-weight: 700;
      margin: 10px 0 20px;
}

.text {
      font-size: 18px;
      line-height: 1.6;
      color: black;
}


