* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    background-color: white;
    color: black;
    font-family: Roboto Condensed;
}

@media only screen and (max-width: 1000px) {
  #oferta-ferie{
    width: 100%;
    }
}

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

.intro-container{
    display: grid;
    align-self: center;
    align-items: center;
    background-image: url(./images/Niedzwiadek_przedszkole.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 85vh;
    padding: 8%;
    font-family: Oswald;
    color: white;
}

.intro-container-formularz{
    display: grid;
    align-self: center;
    align-items: center;
    background-color: #429C24;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 85vh;
    padding: 8%;
    font-family: Roboto Condensed;
    color: white;
    font-size: 32px;
    font-weight: 300 !important;
}

.intro-container div{
    margin-top: 10%;
}

.intro-container-kolonia{
    display: grid;
    align-self: center;
    align-items: center;
    background-image: url(./images/Niedzwiadek-Kolonie-Slupsk-13.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 45vh;
    padding: 8%;
    font-family: Oswald;
    color: white;
}

.intro-container-kolonia div{
    margin-top: 10%;
}

.offer-container{
    display: grid;
    align-self: center;
    align-items: center;
    background-image: url(./images/Niedzwiadek_przedszkole.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 65vh;
    padding: 8%;
    font-family: Roboto Condensed;
    color: white;
    margin: 0 auto;
    text-align: center;
}

#offer2{
    background-image: url(./images/Niedzwiadek-ferie-slupsk.jpg);
}

#experience{
    font-size: 20px;
}

.offer-container p{
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 5%;
}

.offer-container .button{
    font-weight: 400;
}

.br{
    display: none;
}

.intro-container h2{
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 12%;
}

.intro-container h1{
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 12%;
}

.intro-container-kolonia h1{
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 12%;
    line-height: 50px;
}

.button{
    font-size: 17px;
    font-weight: 300;
    border-radius: 5px;
    padding: 3% 5%;
    background-color: #429C24;
    text-decoration: none;
    color: white;
    transition: all 1s;
}

.experience-container{
    text-align: center;
    color: black;
    padding: 5% 0%;
    font-family: Roboto Condensed;
}

.experience-element{
    padding: 5% 0%;
    color: #444444;
    font-size: 20px;
    transition: all .1s;
}

.experience-element p{
    padding: 5% 0%;
}

.experience-element p:last-child{
    padding-bottom: 0%;
}

.attractions-container{
    max-width: 90%;
    margin: 0 auto;
    font-family: Roboto Condensed;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 12%;
}

.attractions-container img{
    width: 100%;
    padding-bottom: 2%;
}

.attractions-container p{
    color: #999999;
    padding-bottom: 8%;
}

.attractions-title{
    font-weight: 300;
    font-size: 25px;
    color: #444444 !important;
    padding: 2% 0% !important;
}

.attractions-element{
    padding: 5% 0%;
}

.aboutus-container{
    padding: 12% 0%;
    font-family: Roboto Condensed;
    font-weight: 300;
    max-width: 85%;
    margin: 0 auto;
    font-size: 20px;
    color: #676767;
    line-height: 32px;
}

.aboutus-container h3{
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
    color: #444444;
}

.aboutus-container-wyjazd{
    padding: 12% 0%;
    font-family: Roboto Condensed;
    font-weight: 300;
    max-width: 85%;
    margin: 0 auto;
    font-size: 20px;
    color: #676767;
    line-height: 32px;
}

.aboutus-container-wyjazd h3{
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
    color:#444444;
}

.aboutus-container-wyjazd div img{
    padding: 4%;
    max-width: 100%;
    margin: 0 auto;
}

.reviews-container{
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.reviews-container img{
    text-align: center;
    padding-bottom: 6%;
}

#buttonmenu{
    display: block;
}

.scrolled{
    background-color: #429C24 !important;
    transition: all .4s;
}

hr{
    background-color: #1F1F1F;
    height: 2px;
    border: 1px solid #1F1F1F;
}

video{
    object-fit: cover;
    position: absolute;
}

.intro-container-przedszkole{
    width: 100%;
    height: 38vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.intro-element-przedszkole{
    position: relative;
    color: white;
    width: 100%;
}

.intro-element-przedszkole h1{
    font-family: Roboto Condensed;
    font-weight: 400;
    margin-top: 16% !important;
    padding-left: 6.5%;
    width: 100%;
    font-size: 26px;
}

.intro-element-przedszkole h2{
    font-family: Roboto Condensed;
    font-weight: 300;
    font-size: 33px;
    padding-left: 6.5%;
    margin-top: 5% !important;
}

#last-child{
    text-align: center;
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
    padding: 12%;
}

#przedszkole{
    padding-bottom: 0% !important;
}

#gallery{
    padding-top: 0px !important;
    margin-bottom: 5.5%;
}

.schedule-container {
    max-width: 85%;
    margin: 0 auto;
    font-size: 20px;
    color: #444444;
    font-weight: 300;
    font-family: Roboto Condensed;
}

.schedule-element p{
    font-size: 30px;
    padding-top: 12%;
}

.schedule-element ol li{
    color: #676767;
}

.schedule-element ol li span{
    font-weight: 400;
}

.schedule-photo{
    text-align: center;
}

.schedule-photo img{
    max-width: 100%;
}

.main{
    padding-top: 150px; 
    display: grid;
    place-items: center;
}

.col-sm-6{
    width: 100% !important;
}

.intro-container-wyjazd{
    display: grid;
    align-self: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 85vh;
    padding: 8%;
    font-family: Oswald;
    color: white;
    background-image: url(./images/Niedzwiadkowe_przedszkole.jpg);
}

.intro-container-wyjazd div{
    margin-top: 15%;
}

.intro-container-wyjazd h2{
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 12%;
    line-height: 35px;
    color: rgba(255,255,255,0.8);
}

.intro-container-wyjazd h1{
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 12%;
    line-height: 40px;
}

.mobile-menu ul li a{
    color: black !important;
}

#cena-wartosc{
    font-weight: 500;
    color: red;
    font-size: 35px;
}

#cena{
    font-size: 35px;
    font-weight: 500;
}

#p{
    margin-bottom: 0 !important;
}

.button:hover{
    background-color: #21bd4b;
    transition: all 1s;
}

#nav_menu ul li a{
    transition: all .1s;
}

#nav_menu ul li a:hover{ 
    font-size: 22px;
    transition: all .1s;
}

.footer-container div a{
    transition: all 1s;
}

.footer-container div a:hover{
    font-size: 22px;
    transition: all .1s;
}

.contact{
    display: block;
}

.contact-container{
    font-family: Roboto Condensed;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    padding: 10% 0%;
}

.contact-container h3{
    color: #444444;
    font-weight: 300;
    padding-bottom: 4%;
    font-size: 30px;
}

.contact-container label{
    font-family: Roboto Condensed;
    font-size: 20px;
    color: #676767;
    font-weight: 300;
    padding: 4% 0%;
}

.contact-container input{
    width: 100%;
    padding: 3%;
    border: 0;
    background-color: #F5F5F5;
    height: 40px;
    font-weight: 300;
}

.contact-container textarea{
    width: 100%;
    padding: 3%;
    border: 0;
    background-color: #F5F5F5;
    height: 120px;
}

.contact-container textarea:focus{
    border: 2px solid green;
    outline: none;
}

input:focus {
    border: 2px solid green;
    outline: none;
  }

#submit{
    background-color: #429C24 !important;
    color: white;
    height: 50px;
  }

.brr{
    display: none !important;
}

#contact{
    padding: 10% 0%;
}

#contact2{
    padding-top: 25%;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-family: Roboto Condensed;
    font-size: 20px;
    max-width: 85%;
}

#contact2 img{
    padding: 5% 0%;
}

@media only screen and (min-width: 860px){

    #contact{
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #contact2{
        padding-top: 8%;
        padding-bottom: 0%;
    }

    .brr{
        display: block !important;
    }

    .contact-container h3{
        font-size: 40px;
    }

    #submit{
        width: 7%;
        height: 5%;
    }

    .contact-container{
        text-align: left;
        padding-top: 0%;
        padding-bottom: 6%;
    }
    
    .contact-container input{
        padding: 1.5%;
        font-size: 17px;
        font-weight: 300;
    }

    .contact-container label{
        padding: 1.5% 0%;
    }

    #buttonmenu{
        display: none;
    }

    .reviews-container img{
        padding-bottom: 2.5%;
    }

    .intro-container{
        background-image: url(./images/Niedzwiadek_przedszkolepc.jpg); 
        background-size: cover;
        line-height: 80px;
        align-items: center;
    }

    .intro-container-wyjazd div{
        margin-top: 0%;
    }

    .intro-container-wyjazd{
        height: 60vh;
    }

    .intro-container-kolonia div{
        margin-top: 3%;
    }

    .intro-container-kolonia h1{
        font-size: 46px;
        margin-bottom: 2%;
    }

    .intro-container-wyjazd h2{
        font-size: 31px;
        margin-bottom: 4%;
    }

    .intro-container-wyjazd h1{
        font-size: 46px;
        margin-bottom: 2%;
        line-height: 55px;
    }

    .intro-container div{
        margin-top: 7%;
    }

    .offer-container{
        background-size: cover;
        height: 50vh;
    }

    .offer-container p{
        padding-bottom: 1%;
        font-size: 38px;
        line-height: 30px;
    }

    .br{
        display: block;
    }

    .intro-container h2{
        font-size: 60px;
        margin-bottom: 2%;
    }

    .intro-container h1{
        font-size: 31px;
        margin-bottom: 2%;
    }

    .button{
        padding: 1% 3%;
    }

    .experience-container{
        max-width: 80%;
        margin: 0 auto;
        display: grid;
        padding: 3% 0%;
        grid-template-columns: repeat(4, 1fr);
    }

    .experience-element{
        font-size: 25px;
    }

    .attractions-container{
        max-width: 93%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2%;
        padding-bottom: 3%;
    }

    .attractions-element .button{
        padding: 2% 3%;
    }

    .attractions-container p{
        padding-bottom: 6%;
        font-size: 23px;
    }
    
    .attractions-title{
        font-size: 30px !important;
    }

    .aboutus-container{
        padding: 3.5% 0%;
        max-width: 85%;
    }

    .aboutus-container h3{
        font-size: 40px;
    }

    .aboutus-container-wyjazd{
        padding: 3.5% 0%;
        max-width: 85%;
    }

    .aboutus-container-wyjazd h3{
        font-size: 40px;
    }

    .reviews-container{
        max-width: 85%;
    }

    .intro-container-przedszkole{
        height: 55vh;
    }

    .intro-element-przedszkole h1{
        margin-top: 4% !important;
        font-size: 65px;
        padding-bottom: 1%;
    }

    .intro-element-przedszkole h2{
        margin: 0 !important;
    }

    #last-child{
        padding: 4%;
        font-size: 40px;
    }

    #gallery{
        margin-bottom: 3.5%;
    }

    .schedule-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
        grid-gap: 8%;
        margin-bottom: 4%;
    }

    .col-sm-6{
        width: 25% !important;
    }

    .aboutus-container-wyjazd div{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
        padding-bottom: 2%;
    }

    .aboutus-container-wyjazd h3{
        margin-top: 1%;
    }

}

