/* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@600&family=PT+Serif:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body{
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

.navbar ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
/* NAVBAR */
.navbar{
    background-color: #007bff;
    color:white;
    height: 70px;
    font-size: 18px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 40px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbar .flex{
    justify-content: space-between;
}
.navbar ul{
    display: flex;
}
.navbar a {
    color: white;
    padding: 10px;
    margin: 0 5px;
}
/* NAVBAR END */
/* HEADER */
.main__header{
    background-image: url(/sysimg/bg12.jpg);
    height: 500px;
    background-repeat: no-repeat;
}
.details{
    color: white;
    font-family: PT Serif;
    font-weight: 400;
    font-style: italic;
    font-size: 34px;
    letter-spacing: 1px;
}
.details_two{
    color: white;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 84px;
    text-transform: uppercase;
    line-height:70px;
}
.header{
    text-align: center;
    width: 100%;
    position: relative;
    top: 40%;
}
/* HEADER END */
/* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik *//* cennik */
.cennik {
    display: flex;
    flex-direction: column;
    background-color: #007bff;
    height: auto;
    margin-top: 5%;
    align-items: center;
    padding: 20px 0;
}

.kafelki {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.one{
    background-color: white;
    height: 300px;
    width: 14%;
}
.two, .three, .four, .five, .six{
    background-color: white;
    height: 300px;
    width: 14%;
    margin-left: 2%;
}
.kafelki h1{
    margin-top: 20px;
    text-align: center;
    color: black;
    font-size: 34px;
    font-family: "Lato";
}
.kafelki p{
    margin-top: 20px;
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: "Lato";
}
.button {
    text-decoration: none;
    background-color: #EEEEEE;
    color: #007bff;
    padding: 5% 10% 5% 10%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
}
.fa-facebook-square{
    font-size: 30px;
}
.btn{
    text-align: center;
    padding-top: 10%;
}


/* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end *//* cennik end */

.footer{
    margin-top: 5%;
    text-align: center;
    height: 100px;
    background-color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}
@media only screen and (max-width: 420px) {
    .navbar{
        background-color: #007bff;
        color:white;
        height: 100px;
        font-size: 18px;
    }
    .logo{
        display: none;
    }
    .flex{
        display: flex;
        height: 100%;
    }
    .navbar ul{
        flex: 1 0 33%; 
        margin: 5px;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

    }
    .navbar a {
        color: white;
        padding: 10px;
        margin: 0 5px;
    }
    .main__header{
        background-image: url(/sysimg/bg12.jpg);
        height: 300px;
        background-repeat: no-repeat;
    }
    .header{
        text-align: center;
        width: 100%;
        position: relative;
        top: 35%;
    }
    .details{
        color: white;
        font-family: PT Serif;
        font-weight: 400;
        font-style: italic;
        font-size: 24px;
        letter-spacing: 1px;
    }
    .details_two{
        color: white;
        font-family: Montserrat;
        font-weight: 700;
        font-style: normal;
        font-size: 44px;
        text-transform: uppercase;
        line-height:50px;
    }
    .cennik{
        display: flex;
        background-color: #007bff;
        height: 2200px;
        margin-top: 30%;
        align-items: center;
        margin-bottom: 30%;
    }
    .kafelki{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .one{
        background-color: white;
        height: 300px;
        width: 60%;
    }
    .two, .three, .four, .five, .six{
        background-color: white;
        height: 300px;
        width: 60%;
        margin-top: 10%;
    }
    .kafelki h1{
        margin-top: 20px;
        text-align: center;
        color: black;
        font-size: 34px;
        font-family: "Lato";
    }
    .kafelki p{
        margin-top: 20px;
        text-align: center;
        color: black;
        font-size: 20px;
        font-family: "Lato";
    }
    .button {
        text-decoration: none;
        background-color: #EEEEEE;
        color: #007bff;
        padding: 5% 10% 5% 10%;
        border: 1px solid #CCCCCC;
        font-size: 16px;
    }
    .btn{
        text-align: center;
        padding-top: 10%;
    }
}