body {
    background-color: black;
}
a.mail {
    transition: 0.3s;
    color: black;
}
a.mail:hover {
    color: white;
    transition: 0.3s;
    background-color: black;
}
button.nav:hover {
    background-color: white;
}
.people {
    border-radius: 100%;
}
main {
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0 24px;
}
.centerofthepage {
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 90%;

}
.title {
    font-size: 13ch;
}
.outline:hover {
    color: white;
    transition: 0.3s;
}
.abitoutline:hover {
    color: white;
    transition: 0.3s;
}
.subtitle {
    font-size: 5ch;
}
.outline {
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: white;
    transition: 0.3s;
}
.abitoutline {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: white;
    transition: 0.3s;
}
.animated {
    -webkit-animation-duration:1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    from{opacity:0}to{opacity:1}
}
@keyframes fadeIn {
    from{opacity:0}to{opacity:1}
}
.fadeIn {
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
.apply {
    -webkit-text-stroke-width: 0.7px;
    color: white;
    -webkit-text-stroke-color: white;
    transition: 0.3s;
}
.moresubtitle {
    font-size: 4ch;
    color: white;
}
.apply:hover {
    color: black;
    transition: 0.3s;
}
hr {
    background-color: white;
    color: white;
}
.end, .end a {
    color: gray;
    transition: 0.3s;
}
.end a, .end span {
    letter-spacing: 1ch;
    text-transform: uppercase;
}
.end a:hover {
    color: white;
    transition: 0.4s;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: none;
}
.brand-outline {
    color: black;
    -webkit-text-stroke-width: 0.69px;
    -webkit-text-stroke-color: white;
}
@media (width >= 300px) {
    .title {
        font-size: 6ch;
    }
    .subtitle {
        font-size: 3ch;
    }
    .moresubtitle {
        font-size: 2ch;
    }
}
@media (width >= 800px) {
    .title {
        font-size: 9ch;
    }
    .subtitle {
        font-size: 4ch;
    }
    .moresubtitle {
        font-size: 3ch;
    }
}
@media (width >= 1200px) {
    .title {
        font-size: 10ch;
    }
    .subtitle {
        font-size: 6ch;
    }
    .moresubtitle {
        font-size: 4ch;
    }
}
@media (width >= 1200px) {
    .title {
        font-size: 13ch;
    }
    .subtitle {
        font-size: 5ch;
    }
    .moresubtitle {
        font-size: 4ch;
    }
}
marquee {
    display: none;
}
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}
@keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.contact {
    color: white;
    transition: 0.25s;
}
.contact:hover {
    transition: 0.25s;
    color: gray;
}
.back {
    background-color: #ffffff;
}
.info {
    font-size: 36px;
}
.position {
    font-size: 30px;
}
.kookiezeee {
    font-size: 24px;
}
.left-wing {
    text-align: end;
}
.right-wing {
    text-align: left;
}
@media (width >= 300px) {
    .info {
        font-size: 20px;
    }
    .position {
        font-size: 18px;
    }
    .kookiezeee {
        font-size: 20px;
    }
}
@media (width >= 800px) {
    .info {
        font-size: 30px;
    }
    .position {
        font-size: 24px;
    }
    .kookiezeee {
        font-size: 24px;
    }
}
@media (width >= 800px) {
    .kookiezeee {
        font-size: 16px;
    }
    .kookiezeee-position {
        margin-right: 25%;
        font-size: 12px;
    }
}
@media (width >= 1200px) {
    .info {
        font-size: 36px;
    }
    .position {
        font-size: 30px;
    }
    .kookiezeee {
        font-size: 24px;
    }
    .kookiezeee-position {
        font-size: 20px;
        margin: 0;
    }
}
.navbar-toggler {
    background-color: white;
}
.contactcard {
    margin-left: 15px;
    width: 90%;
    background-color: #f2f2f2;
    padding: 40px 30px 60px;
    border-radius: 1.25rem;
    text-align: center;
}
.contactcard img {
    margin-bottom: 10px;
}
.banner {
    width: 100%;
    height: 100vh; /* Ensure the height covers the entire viewport */
    background-image: url('/img/banner.png'); /* Replace 'your-image.jpg' with your image file */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}