/* ====================== FONT & BASICS ====================== */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: #f8f9fa;
    color: #222;
}

.section-block {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-title {
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.section-text {
    max-width: 650px;
}

/* ====================== LINKS ====================== */
.section-links li {
    margin-bottom: 6px;
}

.section-links a {
    color: #111;
    font-weight: 300;
    text-decoration: none;
}

.section-links a:hover {
    opacity: 0.6;
}

/* ====================== BUTTONS ====================== */
.custom-btn {
    border-radius: 30px;
    font-weight: 300 !important;
}

/* ====================== PORTFOLIO ====================== */
.portfolio-entry {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.entry-title {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.entry-description {
    font-size: 1rem;
    max-width: 650px;
    margin-bottom: 20px;
}

.entry-video iframe {
    border-radius: 8px;
    border: none;
}

/* SoundCloud */
.soundcloud-embed {
    width: 100%;
    height: 166px;
    border-radius: 8px;
    background: #000;
}

/* ====================== MISC ====================== */
footer {
    font-weight: 200;
}

.navbar-brand {
    white-space: normal; /* allows wrapping */
    word-break: break-word; /* breaks long words if needed */
}

/* ============================================
   COMPACT HEADER LAYOUT
   ============================================ */

#header-compact {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Card-like container for Links + CV */
.compact-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #ffffff;
}

.subsection-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 10px;
}

#header-compact .section-links li {
    margin-bottom: 4px;
}

/* Make it look a bit more modern and “twinky” */
.compact-card {
    box-shadow: 0px 4px 16px rgba(0,0,0,0.04);
}

/* Responsive: stack nicely on small screens */
@media (max-width: 767px) {
    #header-compact {
        margin-top: 20px;
    }
}