body{
    margin-top: 60px;
}

h1{
    font-weight: 900;
    font-style: italic;
}

:root {
  --bs-body-font-family: Mulish, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

nav{
    background: #E9B824;
}

.navbar-brand img{
    width: 250px;
    height: 35px;
}

.dropdown-item:active, .dropdown-item:hover {
 background-color: rgb(255, 193, 7);
 color: #fff;
}

#map-netherlands{
    width: 300px;
    height: 300px;
}

.project-jumbo{
    background: #D83F31;
}
.project-jumbo #map-netherlands{
    width: auto;
    height: auto;
    max-width: 200px;
}