#docs {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
        /* outline: solid 1px red; */    
}
body {
    margin: 0;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
#header {
    background: linear-gradient(to bottom, #C0DEFF 30%,#fff 100%);
}
.navbar {
    display: flex;
    padding: 5px;
    margin-top: 20px;
    color: white;
}
.navbar a {
    padding: 12px;
    margin: 10px;
    background-color: #2b0c5ccb;
    border-radius: 50%;
}
.navbar a img {
    width: 50px;
}
.header {
    display: flex;
    align-items: flex-end;
} 
.header .logo {
    margin: 30px 0;
    width: 40%;
}
.header .logo img {
    width: 100%;
}
.headerElements {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
}
h1 {
    font-family: 'Lumanosimo', cursive;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #df0404;
    text-shadow: #2a0c5c 2px 2px;
    margin: 0;
}
 .headerElements h3 {
    font-family: 'Lumanosimo', cursive;
    text-transform: uppercase;
    font-size: 22px;
    color: #2a0c5c;
    margin: 0;
}
#description {
    background-image: url(../img/children\ Thin-01.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:contain;
    height: 500px;  }
.description {
    display: flex;
    align-items: flex-start;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #1b073a;
    width: 800px;
    margin-top: 50px;
}
.description div {
    margin: 20px;
}
.description div img {
    width: 50px;
}
.founderDescr {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    padding: 100px 0px 0 100px;
    background-color: #c0deff4b;
    border-radius: 50%;
}
.founderDescr .founderAbout h3 {
    font-family: 'Lumanosimo', cursive;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    color: #b90101;
    text-shadow: #2a0c5c 1px 1px;
    padding: 10px;
    margin: 0;
}
.founderDescr .founderAbout h4 {
    font-family: 'Lumanosimo', cursive;
    text-transform: uppercase;
    font-size: 16px;
    color: #1b073a;
    padding: 0 10px 10px;
    margin: 0;
}
.founderDescr .founderAbout p {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    color: #1b073a;
    padding: 10px;
    margin: 0;
}
/* .founderDescr .founderPic {
    width: 30%;
} */
.founderDescr .founderPic img {
    width: 300px;
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.13) 10px 10px 0px;
}

/* ABOUT */
#about .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.aboutItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 40px;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.349) 5px 5px 5px;
    font-family: 'Nunito', sans-serif;
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
}
.aboutItem h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin: 0px;
    color: #9e0000;
    text-shadow: #2a0c5c 1px 1px;
}
.firstItem {
    background-color: #f0f1ed;
    text-align: center;
}
.firstItem img {
    width: 120px;
}
.secondItem {
background-color:#a9fab5;
}
.secondItem li, .thirdItem li, .fourthItem li {
    line-height: 20px;
    color: #1b073a;
    font-size: 13px;
    font-weight: 500;
}
.thirdItem {
    background-color: #fcd5e8;
}
.fourthItem {
    background-color:  rgb(252, 196, 148);
}
.fourthItem .liHeader {
    font-weight: 800;
    margin: 5px 0;
    text-decoration: underline;
}
.fifthItem {
    background-color:#c7c3f9;
}
.fifthItem p {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    color: #1b073a;
    line-height: 20px;
    text-transform: uppercase;
}
.fifthItem a {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: #1b073a;
    font-weight: 500;
    text-transform: uppercase;
}
.sixthItem {
    background-color:#edfcb1;
}
.sixthItem p {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    color: #1b073a;
    font-weight: 500;
}
.subHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 30px 0;
}
.subHeader h3 {
    font-family: 'Lumanosimo', cursive;
    text-transform: uppercase;
    font-size: 26px;
    color: #b90101;
    text-shadow: #2a0c5c 1px 1px;
    padding: 10px;
    margin: 0;
}
.subHeader p {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #1b073a;
    width: 800px;
    text-align: center;
}

/* SLIDER */

#slider {
    padding: 0px;
}
.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}
#slider .carousel .carouselItem img {
  width: 100%;
  padding: 20px;
}
.slick-prev, .slick-next {
 border: none;
 background-color:rgba(230, 25, 25, 0);
 cursor: pointer;
}
.slick-prev img, .slick-next img {
   width: 80px;
}
.slick-prev .arMini, .slick-next .arMini {
    width: 30px;
 }
.carouselMini {
    display: flex;
    flex-direction: row;

}
.carouselItemMini img {
    height: 150px;
    padding: 20px;
}
/* FEEDBACKS */
.feedbacksItemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feedbackItem {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: #1b073a;
    margin: 10px;
    padding: 30px;
    background-color: #c0deff4b;
    border: 1px dotted #1b073a;
    border-radius: 20px;
    width: 450px;
}
.feedbackItem h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: #b90101;
}

.garland {
    width: 60%;
    margin: 50px auto 0;
}
.garland img {
    width: 100%;
}

/* REQUEST */
.request {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.request .subHeader {
    margin-bottom: 0;
}
form {
    display: flex;
    flex-direction: column;
    align-items:center;   
}
form input {
    width: 400px;
    padding: 10px 20px;
    margin: 15px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #1b073a;
    background-color: #c0deff4b;
    border: 1px dotted #1b073a;
    border-radius: 20px;
}
form button {
    width: 200px;
    padding: 10px 20px;
    margin: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    background-color: #1b073a;
    color: white;
    border-radius: 20px;
}
form button:hover {
    background-color: #9e0000;
    cursor: pointer;
}
label.error {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}
input.error {
    border: 2px solid #f00;
}
input.valid {
    border: 2px solid #1b073a;
}



/* FOOTER */
#footer {
    background-image: url(../img/footer-background-02-01.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items:start;
    padding-top: 110px;
}
.contacts {
    display: flex;
    flex-direction: column;
}
.information {
    display: flex;
    padding: 10px;
}
.information img {
    width: 50px;
    height: 50px;
}
.information p {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    color: #1b073a;
    padding: 10px;
    margin: 0;
}
.map {
    border: 1px dotted #1b073a;  
    border-radius: 10px;  
    width: 200px;
    height: 150px;
    padding: 5px;
}
.mapmap {
width: 100%;
height: 100%;
}
.containerCopyright {
    display: flex;
    justify-content: center;
}
.containerCopyright a {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #1b073a;
    padding: 10px;
}
.pageUp {
    width: 40px;
    height: 80px;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.pageUp img {
    width: 100%;
}





/* ADAPTATION */

@media all and (max-width: 820px) {
    .container {
        width: 90%;
    }
    .navbar a img {
        width: 35px;
    }
    h1 {
        font-size: 27px;
        margin-right: 30px;
        text-shadow: #2a0c5c 1px 1px;
    }
    .headerElements h3 {
        font-size: 15px;
        margin: 0 30px;
    }
    .description div img {
        width: 30px;
    }
    #description {
        height: 300px;  }
    .description {
        font-size: 16px;
        color: #1b073a;
        width: auto;
        margin-top: 50px;
    }
    .founderDescr {
        margin: 20px 10px;
        padding: 50px 20px 20px 50px;
        background-color: #c0deff4b;
        border-radius: 50%;
    }
    .founderDescr .founderAbout h3 {
        font-size: 15px;
    }
    .founderDescr .founderAbout h4 {
        font-size: 13px;
    }
    .founderDescr .founderAbout p {
        font-size: 13px;
    }
    .founderDescr .founderPic img {
        width: 250px;
    }
.aboutItem {
    padding: 40px;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    margin: 10px;
}
.aboutItem h4 {
    font-size: 17px;
}
.firstItem img {
    width: 120px;
}
.secondItem li, .thirdItem li, .fourthItem li {
    line-height: 20px;
    font-size: 14px;
}
.fifthItem p {
    font-size: 14px;
    line-height: 20px;
}
.fifthItem a {
    font-size: 17px;
}
.sixthItem p {
    font-size: 14px;
}
.carouselMini {
    display: none;
}
.subHeader h3 {
    font-size: 20px;
}
}

@media all and (max-width: 500px) {
    .container {
        width: 95%;
    }
    .header {
        flex-direction: column;
    }
    .header .logo {
        margin: 0;
        width: 100%;
        height: 30px;
    }
    .headerElements {
        justify-content: start;
        align-items: center;
    }
    .navbar a img {
        width: 35px;
    }
    h1 {
        font-size: 23px;
        margin-right: 0;
    }
    .description div img {
        width: 30px;
    }
    #description {
        height: 280px;  }
    .description {
        flex-direction: column;
        align-items:space-between;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
    }
    .description div {
        margin: 0px;
    }
    .description div img {
        width: 20px;
    }
    .quoteOne {
        align-self: flex-start;
    }
    .quoteTwo {
        align-self: flex-end;
    }
    .founderDescr {
        flex-direction: column;
        align-items: center;
        margin: 10px;
        padding: 10px;
        background-color: white;
    }
    .founderDescr .founderAbout {
        margin: 20px 10px;
        padding: 0px;
        background-color: #c0deff4b;
        border-radius: 50%;
    }
    .founderDescr .founderAbout h3 {
        font-size: 13px;
        text-align: center;
    }
    .founderDescr .founderAbout h4 {
        font-size: 11px;
        text-align: center;
    }
    .founderDescr .founderAbout p {
        font-size: 15px;
        text-align: center;
    }
    .founderDescr .founderPic img {
        width: 300px;
        margin: 10px;
        border-radius: auto;
        box-shadow: rgba(0, 0, 0, 0.13) 10px 10px 0px;
    }
.aboutItem {
    padding: 40px;
    width: 300px;
    height: 300px;
    border-radius: 15px;
    margin: 10px;
}
.aboutItem h4 {
    font-size: 17px;
}
.firstItem img {
    width: 120px;
}
.secondItem li, .thirdItem li, .fourthItem li {
    line-height: 20px;
    font-size: 14px;
}
.fifthItem p {
    font-size: 14px;
    line-height: 20px;
}
.fifthItem a {
    font-size: 17px;
}
.sixthItem p {
    font-size: 14px;
}

.subHeader h3 {
    font-size: 16px;
    text-align: center;
}
.subHeader p {
    font-size: 15px;
    width: auto;
    margin: 0 20px;
}
form input {
    width: 300px;
}
#slider .carousel .carouselItem img {
    padding: 10px;
  }
.slick-prev img, .slick-next img {
    width: 30px;
 }
 .carouselItem {
 width: 100%;
}
}
