@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titel-img {
    max-width: 400px;
}

.bg-black {
    background-color: #000;
}

.spatious {
    padding-top: 60px;
    padding-bottom: 60px;
}

.navbar-brand {
    font-size: 1.7em;
}

.nav-link {
    font-size: 1.2em;
    font-family: "Roboto", "Poppins", "Montserrat", sans-serif;
    margin: 0 10px 0 10px;
}

.carousel-item {
    height: 500px;
}

.carousel-item .covered {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.lead {
    font-size: 1.1rem;
    font-weight: 300;
}

