﻿/* Custom CSS */
@font-face {
    font-family: 'Ethnocentric';
    src: url('/assets/fonts/ethnocentric.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.logo {
    font-family: 'Ethnocentric', 'Officer Rough Stamp', 'Arial Black', 'Oswald', 'Bebas Neue', 'Montserrat', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    color: #2c2c2c;
    text-align: center;
}
.list-style-none {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.anchor {
    display: block;
    height: 50px; /* same height as header */
    margin-top: -50px; /* same height as header */
    visibility: hidden;
}
.anchor-offset {
    position: relative;
    display: block;
    /* Adjust this to match your navbar height */
    top: -4rem;
    visibility: hidden;
}

    .nav-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
        color: currentColor;
    }
    
    .social-icon {
        width: 24px;
        height: 24px;
        margin: 0 6px;
        color: #666;
        transition: color 0.2s;
    }
    
    .social-icon:hover {
        color: #2c2c2c;
    }
    
    .cta-icon {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        vertical-align: middle;
    }
