/*
FONTS

font-family: 'Satisfy', cursive;
font-family: 'Lato', sans-serif;
*/



/*WHOLE DOC*/


body {
    font-family: 'Lato', sans-serif;
    background: rgb(21, 25, 101);
    background: linear-gradient(49deg, rgba(21, 25, 101, 1) 0%, rgba(50, 64, 123, 0.9920343137254902) 100%);
    color: #fff;
    position: relative;
}

section {
    padding-top: 5rem;


}

.section-title h1 {
    font-family: 'Satisfy', cursive;
    text-shadow: 4px 3px 0px #000000, 8px 7px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
}

.sh {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}


/*HEADER and NAV*/


.nav-link {
    color: #fff;
}

.header__title {}

.header__title h1 {
    font-family: 'Satisfy', cursive;
    font-size: 6rem;
    text-shadow: 4px 3px 0px #000000, 8px 7px 0px rgba(0, 0, 0, 0.15);
}

.header__title h2 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    padding-top: rem
}

.main-img {
    width: 14rem;
    margin: 1rem
}

.header__main {}

.nav {}

.main__box {
    background-color: rgba(0, 0, 0, 0.11);
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 10px 6px -6px #171515;
    box-shadow: 0 10px 6px -6px #171515;

}

.mission_box {
    padding: 1.5rem;
}

.mission_box h2 {
    font-family: 'Satisfy', cursive;
    font-size: 4rem;
    text-shadow: 4px 3px 0px #000000, 8px 7px 0px rgba(0, 0, 0, 0.15);
}

.mission_box h3 {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    padding-top: 1rem
}


/*products*/

.section-products ul {
    list-style: none;
}


.section-products {
    background-color: #303576;
    padding: 4rem 0 4rem 0;
}



.list-title {
    margin-left: 2.8rem;
}

.products_close {
    text-align: center;
    padding: 1rem;
}


/*CUSOMTERS*/

.section-principles {}

.principles-cards {
    padding: 15px
}

.card {
    text-align: center;
    color: black;
    width: 18rem;
    height: 19rem;
}

.card-top {
    text-align: center;
    color: black;
    width: 18rem;
    height: 14rem;
}

.card-bot {
    text-align: center;
    color: black;
    width: 18rem;
    height: 19rem;
}

.kb {
    width: 13rem;
}



/*ABOUT*/

.section-about {
    background-color: #303576;
    padding: 4rem 0 4rem 0;
}

.about-text {
    text-align: center;
}

.about-img {
    width: 15rem;
}

.family {
    width: 15rem;
}


/*CONTACT*/
.section-contact {
    padding: 0 0 3rem 0;
}



/*FOOTER*/

footer {
    padding: 1rem 0 1rem 0;
    background-color: #151965;
}

.footer-logo-small {
    width: 6rem;
    padding-bottom: 1rem;
}

.footer-logo-small-kb {
    width: 6rem;
    padding-bottom: 1rem;

}
