/* -----------------------------------------------------------
NAVIGATION STYLESHEET PADGIN 
version: -
authors: Bas Faro, Jonathan van den Brink
website: https://www.padgin.com/
All rights reserved

template: standaardMenu
------------------------------------------------------------ */
/* temp styling */
#navigation {
    justify-content: flex-end !important;
}
#socialContainer {
    flex: unset !important;
}
@media screen and (max-width : 810px) {
    #navigation {
        justify-content: flex-start !important;
    }
}