
@font-face {
    font-family: Bauhaus;
    src: url(res/fonts/BAUHS93.ttf);
}

.navbar {
    background-image: url(res/uusi-tausta\(cropped\).png);
    display: flex;
    justify-content: left;
    position: sticky;
    top: 0;
    z-index: 100;
    min-width: 100%;
}

.dropdown {
    margin-left: auto;
    margin-right: 2.5rem;
    margin-top: 2rem;
    position: relative;
}

.hamburger-button {
    display: none;
}

.hamburger-button span {
    background-color: rgb(131, 49, 17);
    height: 10px;
    width: 100%;
    border-radius: 10px; 
}

.hamburger-content {
    display: none;
    position: absolute;
    background-color: antiquewhite;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: auto;
    list-style: none;
    right: -3rem;
    top:4rem;
    font-size: xx-large;
    font-family: Bauhaus;
}

@media (max-width:852px) {
    .menu-link {
        display: none;
    }
    
    .hamburger-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: none;
        border: none;
        height: 50px;
        width: 60px;
        cursor: pointer;
    }
}

.menu-links {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    font-family: Bauhaus;
    font-weight: bold;
    font-size: xx-large;
}

.menu-links > a {
    text-decoration: none;
    color: rgb(37, 30, 18);
}

.menu-link :hover {
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,255));

}

.menu-btn {
    display: none;
}

#menu {
    background-color: rgb(53, 42, 26);
    display: flex;
    color: antiquewhite;
    justify-content: center;
}

.footer > div, .footer{
    background-image: url(res/uusi-tausta\(cropped\).png);
    display: flex;
    min-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer > img {
    object-fit: contain;

}