.social-media {

}

.gallery {

}

.nav-bar-wrapper{

}

/*BUTTON-STYLES*/
button{
    margin: 5px;
}

.button-internal {
    color: white;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    background: none;
    border-radius: 5px;
    width: auto;
    height: 50px;
    cursor: pointer;

}

.button-internal:hover {
    transform: scale(1.02);
    transition: 0.1s ease-in-out;
}


.button-internal a {
    color: white;
    font-size: large;
    white-space: nowrap;
}

.button-external {
    border: none;
    background: rgb(51, 74, 229);
    color: white;
    border-radius: 5px;
    width: auto;
    height: 50px;
    cursor: pointer;
}

.button-external:hover {
    transform: scale(1.02);
    transition: 0.1s ease-in-out;
}

.button-external a {
    color: white;
    font-size: large;
}
/*END: BUTTON-STYLES*/


.logo {
    font-size: large;
}

/*MENU-STYLES*/
.menu {

}

@media (max-width: 500px) {
    .header .container {

        display: flex;

        flex-wrap: nowrap;
        justify-content: space-between;

        gap: 24px;

        align-items: center;
    }

    .header .container div #menu {
        width: 30px;
        height: 30px;
    }

    .header .container div a{
        display: none;
    }

}
/*END: MENU-STYLES*/
#i-hover:hover {

}


.person-placeholder {
    width: 40px;
    height: 40px;
}


.under-maintenance {
    font-weight: bold;
    font-family: Avenir, serif;
    font-size: 100px;
    color: #3d50ce;
    padding: 25px;
}
