html {
    scroll-behavior: smooth;
}

.navbar {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

.Logo {
        display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.image-container {
  display: flex;
  justify-content: center;
}

.vitrine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.index-vitrine {
    background-image: url(img/drifter.jpg) ;
}
    
.about-vitrine {
    background-image: url(img/wellington-harbour.jpeg)
}

.portals-vitrine {
    background-image: url(img/ostsee-portal-bw2.jpeg) ;
}

p {
    color: black;
    font-family: sans-serif;
    font-size: 11px;
}

h2 {
    color: black;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
}

a {
    color:black
}

a:hover {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.content-text {
    padding-bottom: 80px;
}

.content-text H2 {
    padding-bottom: 10px;
}


.footer {
    background-color: #070D0D;
}

.footer p {
    color: #FAF9F6;
    font-family: sans-serif;
    font-size: 10px;
    margin-bottom: 0px;
    padding-left: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}