/* 
 Theme Name: Fizjo
 Theme URI: https://mansfeld.pl
 Author: Pawe� Mansfeld
 Author URI: https://mansfeld.pl 
 Description: Szablon testowy
 Version: 1.0 
 */

 /* =========================
   STRONA W BUDOWIE
========================= */

.construction-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    box-sizing: border-box;

    background: #f7f7f5;
}

.construction-container {
    width: 100%;
    max-width: 950px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* LOGO - na razie przykładowe */

.construction-logo {
    width: 150px;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    border-radius: 50%;
    border: 2px solid #262626;

    background: #ffffff;

    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #262626;
}


/* NAPIS STRONA W BUDOWIE */

.construction-page h1 {
    margin: 0;

    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;

    color: #222222;
}


/* OZDOBNA LINIA */

.construction-line {
    width: 70px;
    height: 3px;

    margin: 25px 0;

    background: #222222;
}


/* TEKST POD TYTUŁEM */

.construction-info {
    margin: 0 0 50px;

    font-size: 18px;
    line-height: 1.7;

    color: #666666;
}


/* TEKST PRAWNY */

.construction-copyright {
    width: 100%;
    max-width: 850px;

    padding-top: 30px;

    border-top: 1px solid #dddddd;

    font-size: 13px;
    line-height: 1.7;

    color: #555555;
}

.construction-copyright p {
    margin: 0 0 12px;
}

.construction-copyright a {
    color: #222222;
    font-weight: 600;
    text-decoration: none;
}

.construction-copyright a:hover {
    text-decoration: underline;
}


/* =========================
   TELEFONY
========================= */

@media (max-width: 768px) {

    .construction-page {
        padding: 40px 20px;
    }

    .construction-logo {
        width: 120px;
        height: 120px;

        font-size: 20px;
    }

    .construction-page h1 {
        font-size: 34px;
    }

    .construction-info {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .construction-copyright {
        font-size: 12px;
        line-height: 1.6;
    }
}


/* =========================
   MAŁE TELEFONY
========================= */

@media (max-width: 480px) {

    .construction-page h1 {
        font-size: 29px;
    }

    .construction-logo {
        width: 100px;
        height: 100px;
    }

    .construction-copyright {
        font-size: 11px;
    }
}
.construction-logo-img {
      margin-bottom: 100px;
}

.construction-logo-img img {
    display: block;
    width: 540px;
    max-width: 80vw;
    height: auto;
}