/* General */
* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

h1 {
    font-size: 5rem;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: white;
}

ul {
    list-style: none;
}

/* Navigation */

.nav-section {
    display: flex;
    justify-content: center;
    padding: 1rem;
    background-color: #3D4D42;
}

.nav-menu ul {
    display: flex;
}

.nav-menu ul li {
    margin: 0 1rem;
    font-size: 1.5rem;
}

.nav-menu ul li a {
    text-shadow: 0px 1px 1px #000000;
}

.nav-menu ul li a:hover {
   color: #ffffffcf;
}

.nav-menu ul li a:active {
    color: #ffffffbe;
    font-size: 1.47rem;
    text-align: center;
 }

/* Banner */

.banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43.5rem;
    width: 100%;
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-logo {
    display: flex;
    background-color: #FFFFFF;
    width: 12rem;
    height: 12rem;
    box-shadow: 0px 0px 1px 1px rgb(255, 255, 255);
    border-radius: 12rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}

.banner-logo h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 10rem;
    color: #000000;
    text-align: center;
}

.banner-title {
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.banner-text {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.7rem;
    text-transform: uppercase;
    margin: 0.8rem;
}

@media only screen and (max-width: 760px) {

    .banner-logo h1 {
        font-size: 6rem;
    }

.banner-title h1 {
        font-size: 4rem;
    }

    .banner-container p {
        font-size: 1rem;
    }

    .banner-logo {
        width: 8rem;
        height: 8rem;
        box-shadow: 0px 0px 1px 1px rgb(255, 255, 255);
        border-radius: 8rem;
    }
}

/* Mission */

.mission-section {
    display: flex;
    background-color: #FFFFFF;
    padding: 3rem;
}

.mission-section h2 {
    font-size: 3rem;
    text-align: center;
}

.mission-section p {
    font-size: 2rem;
    text-align: justify;
    padding: 1rem 4rem;
}

@media only screen and (max-width: 760px) {

    p {
        font-size: 1rem;
    }

    .mission-section p {
        padding: 1rem 1rem;
    }

    .mission-section {
        padding: 1rem;
    }

}

/* Products */

.products-section-title {
    background-color: #4D4545;
    color: #FFFFFF;
}

.products-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 3rem 3rem 3rem;
}

.product-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25rem;
    height: 25rem;
    margin: 4rem;
    background-color: #FFFFFF;
    border-radius: 1rem;
}

.product-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-section-content {
    padding-top: 3rem;
}

.products-section-content h2 {
    text-align: center;
    font-size: 3rem;
}

.product-box h3 {
    font-size: 1.5rem;
    color: #000000;
    text-align: center;
    margin: 1rem auto 1rem;
    letter-spacing: 0.1rem;
}

.product-image {
    margin: 0 auto;
}

.product-image img {
    margin: 0 auto;
    width: 320px;
    height: 320px;
}

/* Staff */

.staff-section-title {
    background-color: #FFFFFF;
    color: #000000;
}

.staff-section-content {
    padding-top: 3rem;
}

.staff-section-content h2 {
    text-align: center;
    font-size: 3rem;
}

.staff-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #FFFFFF;
    padding: 0 3rem 3rem;
}

.staff-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25rem;
    height: 35rem;
    margin: 4rem;
    background-color: #4D4D4D;
    border-radius: 1rem;
}

.staff-content h3{
    color: white;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem;
}

.staff-content h3 span {
    font-weight: 700;
    margin: 0 auto;
}

.staff-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-image {
    margin: 0 auto;
}

.staff-image img {
    width: 100%;
    margin: 0 auto;
    width: 320px;
    height: 320px;
    border-radius: 320px;
}

/* Footer */

.footer-section {
    display: flex;
    justify-content: center;
    padding: 1rem;
    background-color: #3D4D42;
}

.contact-container {
    width: 15rem;
    height: 15rem;
    margin: 4rem auto;
    background-color: #635E29;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1rem;
}

.contact-content {
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem;
}

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-image {
    margin: 0 auto;
}

.contact-image img {
    margin: 0 auto;
    width: 7.5rem;
    height: 7.5rem;
}

@media only screen and (max-width: 760px) {

    p {
        font-size: 0.5rem;
    }

    .contact-container {
        width: 7.5rem;
        height: 7.5rem;
        margin: 0.5rem auto;
    }
    .contact-image img {
        margin: 0 auto;
        width: 4rem;
        height: 4rem;
    }

    .contact-content {
        margin: 0.5rem;
    }
}