﻿/* ===== RESET ===== */

@font-face {
    font-family: 'berkshireswash-regular';
    src: url('../fonts/berkshireswash-regular.woff') format('woff');
}
@font-face {
    font-family: 'gabriola';
    src: url('../fonts/gabriola.woff') format('woff');
}

h1, h2, h3, p {
    margin-top: 0;
}

/* ===== SEKCJE ===== */
.section-padding {
    padding: 30px 15px;
}

.kontener-margin {
    padding-top: 20px;
}


/* ===== DESKTOP ===== */
@media (min-width: 1200px) {

    body {
    }

    .section-padding {
        padding: 60px 80px;
    }

    .tytul_glowny {
        font-size: 60px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
    }

    .tekst_glowny {
        font-size: 26px;
        text-align:justify;
    }

    .text_sekcja_1 {
        font-size: 25px;
    }

    .tytul_sekcja_2 {
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
        font-size: 35px;
    }


    .tytul_sekcja_3 {
        font-size: 35px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
    }

    .tytul_sekcja_4 {
        font-size: 35px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
    }

    .tekst_sekcja_2,
    .tekst_sekcja_3,
    .tekst_sekcja_4 {
        font-size: 20px;
        text-align:justify;
    }

    .tekst_sekcja_2_md {
        font-size: 30px;
        font-weight: 600;
        font-family: 'gabriola', serif;
    }

    .menu-link {
        font-size: 24px;
    }

    .menu-sesja {
        font-size: 24px;
    }

  
}

/* ===== TEKSTY (MOBILE) ===== */

@media (max-width:768px) {
   
    .tytul_glowny {
        font-size: 22px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
        padding-top: 20px;
    }

    .tekst_glowny {
        font-size: 16px;
        text-align: justify;
    }

    .text_sekcja_1 {
        font-size: 16px;
        padding: 10px;
    }

    .tytul_sekcja_2 {
        font-size: 21px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
    }

    .tytul_sekcja_3 {
        font-size: 21px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
        margin-top: 20px;
    }

    .tytul_sekcja_4 {
        font-size: 21px;
        font-family: 'berkshireswash-regular', cursive;
        color: #B58556;
        margin-top: 20px;
    }

    .tekst_sekcja_2 {
        font-size: 16px;
        text-align: justify;
    }
    .tekst_sekcja_3 {
        font-size: 16px;
        text-align: justify;
    }

    .tekst_sekcja_4 {
        font-size: 16px;
        text-align: justify;
    }

    .tekst_sekcja_2_md {
        font-size: 20px;
        font-weight: 600;
        font-family: 'gabriola', serif;
    }

    /* ===== MENU ===== */
    .menu-link {
        font-size: 18px;
        padding: 8px;
        text-align: center;
    }

    .menu-sesja {
        font-size: 18px;
        padding: 8px 12px;
    }
}
/* ===== TABLET ===== */
@media (min-width: 768px) and (max-width:1199px) {

    body {
        
    }

    .section-padding {
        padding: 50px 30px;
    }

    .tytul_glowny {
        font-size: 22px;
    }

    .tekst_glowny {
        font-size: 16px;
    }

    .text_sekcja_1 {
        font-size: 20px;
        text-align:justify;
    }

    .tytul_sekcja_2,
    .tytul_sekcja_3,
    .tytul_sekcja_4 {
        font-size: 22px;
    }

    .tekst_sekcja_2,
    .tekst_sekcja_3
    {
        font-size: 16px;
        text-align:justify;
    }

    .tekst_sekcja_2_md {
        font-size: 22px;
        text-align:justify;
    }

    .menu-link {
        font-size: 20px;
    }

    .menu-sesja {
        font-size: 20px;
    }
    
    .tekst_sekcja_4{
        font-size:16px;
        margin-left:10px;
        margin-right:10px;
    }
}




