body {font-family: 'Hind', sans-serif;}

.container-fluid {
    max-width: 1500px;
}
.navbar {
    font-family: 'Raleway', sans-serif;
    background-color: white;
        }
.nav-item { color:#c71c22}
.mainpage {margin-top: 50px;}


.footer {
    height: 30px; /* Set the fixed height of the footer here */
    line-height: 30px; /* Vertically center the text there */
    background-color: #3d4da0;
    font-family: 'Hind', sans-serif;
    color: white; 
    font-size: 1 rem; 
  }

  .card-toekomst {
      color: #c71c22;
      font-size: 16px;
  }

  .blockquote {
      color: grey;
      font-size: 14px;
      border-left: 2px solid;
      border-color: grey;
      padding: 5px;
      font-style: italic;
  }