body {
    margin: 0;
    background: linear-gradient(#eee8ac 0%, #eee8ac 75%, #eaadb2 79%);
    font-family: "Merriweather", serif;
    color: #eee8ac;

}

h1 {
    text-align: center;
    margin-top: 110px;
    font-size: 6rem;
}

.hero-text p {
    text-align: center;
    font-size: 2rem;
    margin-top: -70px;

}

.navbar {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 60px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 50px;

    background: rgba(181, 31, 62, 0.5);
    backdrop-filter: blur(10px);

    z-index: 999;

    box-sizing: border-box;

    transition:
        height 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;

}

.navbar:hover {
    
    height: 70px;

    background: #eaadb2;

    box-shadow: 5px 0 20px rgba(0,0,0,.25); 
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.mobile-about {
    display: none;
}

.home-link {
	order:-1;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
}

.home-icon {
    width: 40px;
    height: 30px;
    transform: translateY(-0px);

    fill: white;
    transition: fill .25s ease, transform .25s ease;
}

.navbar:hover .home-icon {
    fill: #b51f3e
}

.home-link:hover .home-icon {
    fill: #eee8ac;
    transform: scale(1.1);
}

.navbar a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    transition: .25s;
}

.navbar:hover a {
    color: #b51f3e
}

.navbar a:hover {

    color: #eee8ac;
}

.dance-link:hover {
    animation: colorChange .25s linear infinite;
}

@keyframes colorChange {
    0% {
        color: #ff0000;
    }
    32% {
        color: #ff0000;
    }

    33% {
        color: #00ff0d;
    }
    65% {
        color: #00ff0d;
    }

    66% {
        color: #002aff;
    }
    99% {
        color: #002aff;
    }

    100% {
        color: #ff0000;
    }
}
.logo {
    top: 2px;
    max-width: 500px;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    transition: 0.25s ease;
}
.navbar:hover .logo {
    top: 8px;
}

.hero {
    position: relative;
    padding-top: 50px;
    
}

.placeholder {
    height: 2500px;
    background: #eee8ac;
}

.hero-blob {
    position: absolute;

    width: 900px;

    left: 50%;
    top: 75px;

    transform: translateX(-50%);

    z-index: -1;
}

.hero-text {
    text-align: center;
}

.hero-thankyouguy {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

    top: 25px;

    width: 170px;
    height: auto;

    z-index: 1000;

}

.hero::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 22px;

    background: rgba(0, 0, 0, 0.25);

    border-radius: 50%;

    left: 50%;
    top: 165px;

    transform: translateX(-50%);

    filter: blur(5px);

    z-index: -1;
}

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;

    width: 60px;
    height: calc(100vh - 60px);

    background: rgba(181,31,62,.75);
    backdrop-filter: blur(10px);

    transition:
        width 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;

    z-index: 502;

}

.sidebar:hover {
    width: 70px;

    background: #eaadb2;

    box-shadow: 5px 0 20px rgba(0,0,0,.25);
}

.hands {
    pointer-events: none;
    position: fixed;
    bottom: 0px;
    left: 8px;

    width: 500px;
    height: auto;

    z-index: 503;

    transition: left 0.25s ease;

}

#menu:has(.sidebar:hover) ~ .hands {
    left: 17px;
}

.robie {
    position: fixed;

    bottom: 0px;
    left: 48px;

    width: 500px;
    height: auto;

    z-index: 501;

    transition: left 0.25s ease;
}

.sidebar:hover ~ .robie {
    left: 58px;
}

.social-bar {
    position: absolute;

    top: 180px;
    left: 15px;

    display: flex;
    flex-direction: column;
    gap: 30px;

    transition: 
    left 0.25s ease;

}

.social-icon * {
    
    transition: fill 0.25s ease;
}
.sidebar:hover .social-icon * {
    fill: #B51F3E;
}

.sidebar:hover .social-bar {
    left: 20px;
}

.social-link {
    display: inline-block;
    transition: transform 0.25s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-icon {
    width: 30px;
    height: 30px;
}

.social-icon * {
    fill: #eaadb2;
    transition: fill 0.25s ease;
}

.social-link:hover .social-icon * {
    fill: #eee8ac;
}

.hiremeguy {
    position: fixed;

    right: 0px;
    bottom: 150px;

    width: 460px;
    height: auto;

    z-index: 100;
}


.animation-reel {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0px;
}

.animation-reel h2 {
    margin-top: 0;
}

.header {
    display: flex;
    align-items: center;
    gap: 16px;

    position: relative;
    left: -100px;

    width: fit-content;
    box-sizing: border-box;
    
    padding: 5px 5px;
    margin-bottom: 25px;

    z-index: 501;
}

.reel-header h2 {
    margin: 0;

    text-align: left;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 2.5rem;

    background: #eaadb2;
    border: 8px solid #B51F3E;
    border-radius: 25px;
    color: #B51F3E;
    padding: 5px 15px;

}

.year-header h2 {
 margin: 0;

    text-align: left;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 2.5rem;

    color: #eaadb2;
    padding: 0;
}

.section-body {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 50px 0;

    
    
    background: #eaadb2;
    border: 10px solid #eee8ac;
    border-style: double;
    border-radius: 25px;

    padding: 25px;
    margin-top: 15px;
}

.section-body p {
    margin: 0;

    color: #eee8ac;
    font-family: "Merriweather", serif ;
    font-size: 1.25rem;
    line-height: 1.5;
}

.section-body a {
    margin: 0;

    color: #eee8ac;
    text-decoration: underline;
    font-family: "Merriweather", serif ;
    font-size: 1.25rem;
    line-height: 1.5;

    transition: .12s;
}

.section-body a:hover {
    color: #B51F3E;
    text-decoration: underline;
}

.video-container {
    width: 100%;
    margin: 0 0 25px 0;
    position: relative;
    
    z-index: 500;
 
    border: 12px solid #B51F3E;
    outline: 12px solid #eaadb2;
    border-radius: 20px;

    box-sizing: border-box;
    overflow: hidden;
}

.video-container iframe {
    display:block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    box-sizing: border-box;

    border: none;
    border-radius: 8px;
}

/* ===========================
   Footer
=========================== */

.site-footer{

    position: relative;

    background:#f7f1f1;

    border-top:20px solid #b51f3e;
    box-shadow: inset 0 10px 0 #b51f3e;

    padding:70px 8%;

}

.site-footer::before {
    content: "";

    position: absolute;

    top: 15px;
    left: 0;
    width: 100%;
    height: 5px;

    background: #b51f3e;
}
.footer-content{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:80px;

    flex-wrap:wrap;

}
.footer-brand{

    flex:1;

    min-width:180px;

    color:#b51f3e;

    font-weight:bold;

}
.footer-column{

    display:flex;

    flex-direction:column;

    gap:12px;

    min-width:160px;

}
.footer-column h3{

    margin-bottom:10px;

    color:#b51f3e;

    font-size:1.4rem;

}
.footer-column a{


    text-decoration:none;

    color:#d37b83;

    transition:.25s;

}
.footer-column a:hover{
    color:#b51f3e;
}

.footer-link {

    display: flex;
    align-items: center;
    gap: 10px;

    text-decoration: none;
    color: #d37b83;

    transition: color .25s ease;
}

.footer-icon {

    fill: #eaadb2;

    width: 22px;
    height: 22px;

    flex-shrink: 0;

    transition:
        transform .25s ease,
        fill .25s ease;
}

.footer-link:hover {

    text-decoration: underline;
}
.footer-link:hover .footer-icon {

    transform: scale(1.1);
}

/* ===========================
   Footer-end
=========================== */

/* ===========================
   MOBILE
   =========================== */

@media (max-width: 768px) {

    /* ---------- NAVBAR ---------- */

    .navbar {
        height: 55px;
        padding: 10px 15px;
        justify-content: flex-start;
    }

    .navbar:hover {
        height: 55px;
    }

    .nav-left {
        display: flex;
        align-items: center;
        gap: 15px;
        width: auto;
    }

    .nav-right {
        display: flex;
        align-items: center;
        gap: 15px;
        width: auto;
        margin-left: 30vw;
    }
	
	.desktop-about {
    	display: none;
	}

	.mobile-about {
    display: inline;
	}

    .home-link {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .dance-link {
        display: none;
    }

    .navbar a {
        font-size: 0.8rem;
    }

    .logo {
        display: none;
    }


    /* ---------- SIDEBAR ---------- */

    .sidebar {
        display: none;
    }


    /* ---------- DECORATIVE CHARACTERS ---------- */

    .hands {
        display: none;
    }

    .robie {
        display: none;
    }

    .hiremeguy {
        width: 200px;
        right: 0px;
        bottom: 340px;
    }


    /* ---------- HERO ---------- */

    .hero {
        padding-top: 40px;
        overflow: hidden;
    }

    .hero-blob {
        width: 500px;
        max-width: none;
    }

    .hero-thankyouguy {
        width: 120px;
    }

    h1 {
        font-size: 3rem;
        margin-top: 90px;
    }

    .hero-text p {
        font-size: 1.2rem;
        margin-top: -30px;
    }
	
	.hero::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 22px;

    background: rgba(0, 0, 0, 0.25);

    border-radius: 50%;

    left: 50%;
    top: 120px;

    transform: translateX(-50%);

    filter: blur(5px);

    z-index: -1;
}


    /* ---------- ANIMATION REEL ---------- */

    .animation-reel {
        width: calc(100% - 30px);
        max-width: none;
        margin: 0 auto;
        padding: 15px 0 5px 0;
    }

    .header {
        left: 0;
        width: 100%;
    }

    .reel-header h2,
    .year-header h2 {
        font-size: 1.5rem;
    }

    .reel-header h2 {
        border-width: 5px;
        border-radius: 18px;
        padding: 5px 10px;
    }


    /* ---------- VIDEO ---------- */

    .video-container {
        border-width: 7px;
        outline-width: 7px;
        border-radius: 0px;
   		margin-bottom: 30px;
    }
	.video-container iframe {
        border-width: 7px;
        outline-width: 7px;
        border-radius: 0px;
    }

    .section-body {
        padding: 15px;
        border-width: 6px;
        border-radius: 10px;
    }

    .section-body p,
    .section-body a {
        font-size: 1rem;
        line-height: 1.5;
    }


    /* ---------- FOOTER ---------- */

    .site-footer {
        padding: 50px 25px;
		z-index: 2000;
    }

    .footer-content {
        flex-direction: column;
        gap: 35px;
    }

    .footer-brand,
    .footer-column {
        min-width: 0;
        width: 100%;
    }
}