#site-title {
    letter-spacing: 5px;
}

/* fix header jumping
https://forum.squarespace.com/topic/255708-header-jumps-on-load/ */
#page {
    /*opacity: 0;*/
    /*animation: fadeIn .2s ease-in forwards .25s;*/
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* space out nav items on desktop */
.header-layout-nav-center .header-nav-item {
    margin-left: .8vw !important;
    margin-right: .8vw !important;
}