/* For Laptop */

@media (min-width: 1024px) and (max-width: 1439px) {
    .resize-logo {
        width: 200px;
    }

    .hero-logo {
        width: 325px;
    }

    #announcement-section {
        img {
            width: 425px;
        }
    }

    .announcement-heading {
        font-size: 2.25rem;
    }

    .announcement-subheading {
        font-size: 21.5px;
    }

    .announcement-paragraph {
        font-size: 14px;
    }
}

/* For Tablet */

@media (min-width: 768px) and (max-width: 1023px) {
    .resize-logo {
        width: 150px;
    }

    .nav-item {
        padding: 2px 0px;
    }

    .hero-logo {
        width: 275px;
    }

    #announcement-section {
        img {
            width: 400px;
        }

        .announcement-heading {
            font-size: 2.25rem;
        }

        .announcement-subheading {
            font-size: 21.5px;
        }

        .announcement-paragraph {
            font-size: 14px;
        }
    }

    .about-paragraph {
        width: 75%;
    }

    .team-paragraph {
        font-size: 15px;
    }

    .announcement-heading, .announcement-subheading, .announcement-paragraph {
        text-align: center;
    }

    .announcement-paragraph {
        width: 50%;
        margin: auto;
    }
}

/* For Mobile L */

@media (min-width: 425px) and (max-width: 767px) {
    .resize-logo {
        width: 125px;
    }

    .hero-logo {
        width: 250px;
    }

    .hero-subtitle {
        font-size: 30px;
        margin-top: 15px;
    }

    .hero-title {
        font-size: 35px;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-heading {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .about-paragraph {
        font-size: 16px;
        width: 80%;
        margin: auto;
        margin-top: 15px;
    }

    #announcement-section {
        img {
            width: 350px;
        }

        .announcement-heading {
            font-size: 2rem;
        }

        .announcement-subheading {
            font-size: 20px;
        }

        .announcement-paragraph {
            font-size: 14px;
        }
    }

    .announcement-heading, .announcement-subheading, .announcement-paragraph {
        text-align: center;
    }

    .announcement-paragraph {
        width: 75%;
        margin: auto;
    }

    #team-section img {
        text-align: center;
    }

    #team-section h3 {
        margin-top: 20px;
        font-size: 25px;
    }

    #team-section p {
        font-size: 18px;
    }

    #team-section h3, p {
        text-align: center;
    }

    .list-unstyled {
        display: flex;
        justify-content: center;
    }

    .footer-heading {
        font-size: 27.5px;
    }

    .footer-paragraph {
        font-size: 18px;
    }
}

/* For Mobile M */

@media (min-width: 375px) and (max-width: 424px) {
    .resize-logo {
        width: 110px;
    }

    .hero-logo {
        width: 225px;
    }

    .hero-subtitle {
        font-size: 30px;
        margin-top: 15px;
    }

    .hero-title {
        font-size: 35px;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-heading {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .about-paragraph {
        font-size: 16px;
        width: 80%;
        margin: auto;
        margin: 15px 0px;
    }

    #announcement-section {
        img {
            width: 300px;
        }

        .announcement-heading {
            font-size: 1.9rem;
        }

        .announcement-subheading {
            font-size: 20px;
        }

        .announcement-paragraph {
            font-size: 14px;
        }
    }

    .announcement-heading {
        font-size: 30px;
        margin-top: 20px;
    }

    .announcement-paragraph {
        width: 80%;
        margin: auto;
    }

    .announcement-heading, .announcement-subheading, .announcement-paragraph {
        text-align: center;
    }

    #team-section img {
        text-align: center;
    }

    #team-section h3 {
        margin-top: 20px;
        font-size: 22.5px;
    }

    #team-section p {
        font-size: 16px;
    }

    #team-section h3, p {
        text-align: center;
    }

    .list-unstyled {
        display: flex;
        justify-content: center;
    }

    .footer-heading {
        font-size: 26.5px;
    }

    .footer-paragraph {
        font-size: 18px;
    }
}

/* For Mobile S */

@media (min-width: 320px) and (max-width: 374px) {
    .resize-logo {
        width: 100px;
    }

    .hero-logo {
        width: 200px;
    }

    .hero-subtitle {
        font-size: 30px;
        margin-top: 15px;
    }

    .hero-title {
        font-size: 35px;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-heading {
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .about-paragraph {
        font-size: 16px;
        width: 80%;
        margin: auto;
        margin: 15px 0px;
    }

    #announcement-section {

        .announcement-heading {
            font-size: 1.5rem;
        }

        .announcement-subheading {
            font-size: 18px;
        }

        .announcement-paragraph {
            font-size: 14px;
        }
    }

    .announcement-heading {
        font-size: 25px;
        margin-top: 20px;
    }

    .announcement-paragraph {
        width: 80%;
        margin: auto;
    }

    .announcement-heading, .announcement-subheading, .announcement-paragraph {
        text-align: center;
    }

    #team-section img {
        text-align: center;
    }

    #team-section h3 {
        margin-top: 20px;
        font-size: 20px;
    }

    #team-section p {
        font-size: 15px;
    }

    #team-section h3, p {
        text-align: center;
    }

    .list-unstyled {
        display: flex;
        justify-content: center;
    }

    .footer-heading {
        font-size: 25px;
    }

    .footer-paragraph {
        font-size: 15px;
    }
}