﻿
/*## DESKTOP ##*/

@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');
}


@media (min-width:1200px) {
    body {
    }

    .SB_tytul {
        font-family: 'berkshireswash-regular';
        font-size: 35px;
        color: #B58556;
        margin-top:70px;
    }
  
    .SB_haslo {
        font-size: 25px;
        font-family: 'berkshireswash-regular';
        font-weight: 500;
    }
    .SB_haslo_V2 {
        font-size: 20px;
        font-family:Arial;
        font-weight: 500;
        text-align:justify;
        padding-top:20px;
        padding-bottom:20px;
    }

    .SB_tytul_tekst {
        font-size: 25px;
        font-family: 'berkshireswash-regular';
        font-weight: 500;
        color: #B58556;
    }

    .SB_tekst {
        font-size: 18px;
        font-family: Arial;
        text-align:justify;
    }

    .SB_zaproszenie {
        font-family: 'berkshireswash-regular';
        font-size: 30px;
        color: black;
        font-weight: 500;
    }
    .SB_punkty{
        font-family:Arial;
        font-size:18px;
    }
    SB_tekst_zaproszenie {
        font-size: 18px;
        font-family: Arial;
        text-align: justify;
    }
    .SB_section-padding {
        padding: 30px 15px;
    }
    .SB_menu{
        text-decoration:none;
        color:black;
        font-weight:600;
        
    }
    .SB_menu:hover{
        color:#328b08;
    }

    p {
        word-break: normal;
        overflow-wrap: break-word;
        max-width: 100%;
    }
}

   



/*## TELEFON ##*/
@media (max-width:768px) {
    body {
    }

    .SB_tytul {
        font-family: 'berkshireswash-regular';
        font-size: 25px;
        color: #B58556;
        margin-top: 15px;
        text-align:center;
    }
    .SB_tekst{
        font-family:Arial;
        font-size:16px;
        text-align:justify;
    }
    .SB_haslo{
        font-size:18px;
        font-weight:600;
        text-align:center;
        font-family:Arial;
    }
    .SB_zaproszenie{
        font-family:Arial;
        font-size:16px;
        text-align:center;
        font-weight:600;
    }
    .SB_tytul_tekst {
        font-family: 'berkshireswash-regular';
        font-size: 20px;
        color: #B58556;
        
    }
    .SB_haslo_V2{
        font-family:Arial;
        font-size:18px;
        font-weight:500;
        text-align:justify;
    }
    .SB_tekst_zaproszenie {
        font-size: 15px;
        font-family: Arial;
        
    }
    .SB_menu {
        text-decoration: none;
        color: black;
        font-weight: 600;
    }

        .SB_menu:hover {
            color: #328b08;
        }
}
@media (min-width:769px) and (max-width:1199px) {
    body {
    }

    .SB_tytul {
        font-family: 'berkshireswash-regular';
        font-size: 25px;
        color: #B58556;
        margin-top: 15px;
        text-align: center;
    }

    .SB_tekst {
        font-family: Arial;
        font-size: 16px;
        text-align: justify;
    }

    .SB_haslo {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        font-family: Arial;
    }

    .SB_zaproszenie {
        font-family: Arial;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }

    .SB_tytul_tekst {
        font-family: 'berkshireswash-regular';
        font-size: 20px;
        color: #B58556;
    }

    .SB_haslo_V2 {
        font-family: Arial;
        font-size: 18px;
        font-weight: 500;
        text-align: justify;
    }

    .SB_tekst_zaproszenie {
        font-size: 15px;
        font-family: Arial;
    }

    .SB_menu {
        text-decoration: none;
        color: black;
        font-weight: 600;
    }

        .SB_menu:hover {
            color: #328b08;
        }
}







