/* Common nav styles */
.navigation-wrapper{
height: 100px;
background-image: linear-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
position: sticky;
top: 0px;
/* Flexbox container */
display: flex;
justify-content: center;
align-items: center;
padding-top: 40px;
padding-bottom: 60px;
}



@media (max-width: 425px) {
    .navigation-wrapper{
        height: 50px;
    }


}
/* Link Wrapper Styles */

.links-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.nav-link {
    width: 45px;
    text-align: center;
}

.nav-link > .instagram {
    padding-left:10px;
}

.center-column>.title a {
    color: black;
    text-decoration:none;
    transition: 0.2s;
}

.center-column>.title a:hover {
    color: #e3e3e3;
    text-decoration:none;
    transition: 0.2s;
}



.links-wrapper>.nav-link a {
    font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration:none;
    transition: 0.2s;
}


.links-wrapper>.nav-link a:hover {
    color:#e3e3e3;
}

.title > a > h1 {
    display: block;
    margin-block-start: 1em;
    /* margin-block-end: 1em; */
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* Image wrapper styles */

