.bg-youth {
    background-image: url(img/back.png);
    background-size: cover;
    font-family: 'Arial', sans-serif;
}

.trans {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 0;
}

.cstone {
    margin-bottom: 30px;
}

.navbar-brand {
    font-size: 1.5rem;
}

.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    border-radius: 10px 10px 0 0;
}

footer {
    background-color: #333;
}

.social-links a {
    margin: 0 10px;
    font-size: 1.5rem;
}

.lead {
    font-size: 1.5rem;
}

/* Responsive Styles */
.desktop-component {
    display: block;
}

.mobile-component {
    display: none;
}

/* Tablets (768px - 1024px) */
@media (min-width: 225px) and (max-width: 1024px) {
    .desktop-component {
        display: none;
    }
    .mobile-component {
        display: block;
    }
}

/* Screens smaller than 600px */
@media (max-width: 600px) {
    .iframe-containerp {
       display:block;
    }
    .iframe-container {
        display:none;
    }
}

/* Screens between 601px and 1024px */
@media (min-width: 601px) and (max-width: 1024px) {
    .iframe-containerp {
       display:none;
    }
    .iframe-container {
        display:block;
    }
}
