/* Resources Page Specific Styles */
.resources {
    font-size: clamp(3.5rem, 10vw, 6rem);
    text-align: center;
    color: white;
    margin-top: 50px;
    font-weight: bold;
}

.resources-container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    margin-top: 40px;
    padding: 20px;
    background: #000B2A;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
    color: white;
    text-align: center;
}

.resources-container h2 {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 2.5px #0286BD,
        0 0 5px #0286BD,
        0 0 10px #00aaff,
        0 0 20px #00aaff,
        0 0 40px #00e6ff;
    margin-bottom: 15px;
}

.resources-container p{
    line-height: 1.75;
    padding-bottom: 8px;
}

.video-container {
    padding: 8px;
    
}

.video-container iframe {
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
}