/* Body styles */
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* background-color: #f4f4f4; */
    margin: 0;
    padding: 0;
    color: #333;
}



/* Logo styles */
#npaj-logo {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

/* Background image styles */
#background-img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}





/* List styles */
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

li {
    margin-bottom: 10px;
}

/* Countdown timer styles */
#countdown {
    font-size: 1.2em;
    margin-top: 20px;
}

/* Spinning logo animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#spinning-logo {
    width: 100px;
    height: auto;
    margin-top: 50px;
    animation: spin 2s linear infinite;
}

/* STYLE BACKGROUND OF PAGE */
body {
    background: rgb(255 255 255);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.rotate {
    animation: rotation 10s infinite linear;
}

.rocket {
    animation: rocket 10s infinite linear;
    /* rocket color like fire */
    background: linear-gradient(45deg, #ff0000, #ff6600, #ffcc00, #ffff00);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: relative;
    margin: 0 auto;
    top: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #f4f4f4;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #f4f4f4;
    border-radius: 50%;

}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rocket {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100px);
    }
}

/* committe ul li */
#committee ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    text-align: left;
}

#committee li {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
    color: #333;

}


/* Logo styles */


#npaj-logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.commitee-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

/* Button Styling */

.button {
    display: inline-block;
    padding: 15px 50px;
    background-color: #e8f800;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 115px;
    transition: background-color 0.3s;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

/* fit buttun to width of its container */
.button-full-width {
    width: 100%;
    text-align: center;
}

.button:hover {
    background-color: #333;
    color: #f4f4f4;
}

.button:active {
    transform: translateY(2px);
}

.motto {
    /* make it really stand out */
    font-size: 30px;
    color: #3b3b42;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;


}



/* style countdown timer to be larger etc */
#countdown {

    margin-top: 20px;
}

#timer {
    font-size: 70px;
    /* color: white; */
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

#commitee h4 {
    font-size: 50px;
    color: black;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}


.title {
    font-size: 30px;
    color: #4e4eff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}



.subtext {
    font-size: 20px;
    color: black;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}



.justify-center {
    display: flex;
    justify-content: center;
}

.hero {
    background: url('https://images.unsplash.com/photo-1685633225090-6b93b9b739b6?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center/cover;
    height: 100%;
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

/* add overlay to hero */
.overlay {
    background: rgba(0, 0, 0, 0.5);
    /* width: 100%; */
    height: 100%;
    /* border-radius: 30px; */
    /* padding: 20px; */
}



.hero-title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding: 10px;
}

.hero-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

/* add some animations to certains aspects of the page */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn 2s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 2s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    animation: fadeInDown 2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation: fadeInLeft 2s;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation: fadeInRight 2s;
}



.text-med {
    font-size: 40px;

}

#committee li {
    font-size: 30px;
    /* remve list item style */
    list-style-type: none;
}

/* button */
#audio-play {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
}

.flyer {
    width: 100%;

}



/* enlarge on click */
.flyer:hover {
    transform: scale(1.1);
}


/* style modal */
.flyer {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.flyer:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


.section-title{
    /* stlying underline to word */
    text-decoration: underline;
    /* text-decoration-color: #4e4eff; */
    text-decoration-thickness: 5px;
    text-decoration-style: solid;
    text-align: center;
    font-size: 30px;
    /* color: #4e4eff; */
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;

}

.hr{
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 20px 0;
}