body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
}

.y1990s {
    width: 100%;
    min-height: 100vh;
}

.picturectn {
    width: 100%;
    position: relative;
}

.mySlides {
    width: 100%;
}

.bg {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.bg .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.bg .text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
}

.bg .text h2 {
    font-size: 24px;
    font-weight: normal;
}

.menu {
    width: 60%;
    margin: 0 20%;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
}

.menu .home {
    display: inline-block;
    margin-right: 10px;
}

.menu .home a {
    text-decoration: none;
    color: #494545;
}

.menu .home a:hover {
    color: #eec900;
    transition: color 0.3s ease;
}

.menu .Intro {
    display: inline-block;
    color: #eec900;
}

.container {
    width: 60%;
    margin: 0 20%;
    padding: 30px 0;
}

.container section {
    /* background: #fff; */
    padding: 40px;
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
    line-height: 1.8;
    font-size: 16px;
    color: #3b3b3b;
}

.container section p {
    margin-bottom: 15px;
}

.container section ul {
    padding-left: 20px;
    margin: 15px 0;
}

.container section li {
    margin-bottom: 10px;
}

.donation-form {
    margin-top: 30px;
    text-align: center;
}

.donation-form h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #212121;
}

.donate-button {
    display: inline-block;
    padding: 5px 50px;
    min-width: 300px;
    background-color: #eec900;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-align: center;
}

.donate-button:hover {
    background-color: #d4b000;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(238, 201, 0, 0.4);
}

.paypal-button {
    padding: 12px 60px;
    background-color: #ffc439;
    border-radius: 6px;
}

.paypal-button:hover {
    background-color: #f5b825;
}

.paypal-logo {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0070ba;
    letter-spacing: -1px;
}

.bt {
    text-align: center;
    padding: 20px 0;
    color: #666;
    font-size: 14px;
}

/* @media (max-width: 768px) - donation moved to media.css */