/*
 * podstrony z listą odnośników: Kalkulator, Cennik, Linki
 *
 * Style dotąd osadzone w <style> podstron: calculator.html, cennik.html, links.html, engver/calculatoreng.html, engver/cennikeng.html, engver/linkseng.html.
 */

@media (max-width: 767px) {
    .linksection {
        width: 100%;
        height: 450px;
        background-color: var(--white);
        margin-top: 50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .linksection a {
        text-decoration: none;
        font-family: "PlayFair",Georgia, 'Times New Roman', Times, serif;
        font-size: 10px;
        color: var(--light_gray);
        transition: all 0.2s ease;
    }

    .linksection a:hover {
        border-bottom: 1px solid var(--light_gray);
        padding-bottom: 5px;
        font-size: 11px;
        transition: all 0.2s ease;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .start {
        display: none;
    }

    .start p {
        font-size: 60%;
        max-width: 700px;
        max-height: 30px;
    }

    .buttonlinks {
        display: none;
    }

    .logo-mn {
        margin-left: auto;
    }

    .mobile-menu {
        display: flex;
    }

    .linksection {
        width: 100%;
        height: 450px;
        background-color: var(--white);
        margin-top: 75px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .linksection a {
        text-decoration: none;
        font-family: "PlayFair",Georgia, 'Times New Roman', Times, serif;
        font-size: 15px;
        color: var(--light_gray);
        transition: all 0.2s ease;
    }

    .linksection a:hover {
        border-bottom: 2px solid var(--light_gray);
        padding-bottom: 7px;
        font-size: 17px;
        transition: all 0.2s ease;
    }

    footer {
        width: 100%;
        height: 300px;
        background-color: var(--darkgray);
        display: flex;
        justify-content: center;
    }

    .logo-ft_one img {
        width: 90%;
        height: auto;
    }

    .navigation-ft_one .footer-title {
        color: var(--dark_red);
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .navigation-ft_two a {
        color: var(--white);
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        transition: all 0.2s ease;
    }

    .navigation-ft_two p {
        margin: 5px;
    }

    .navigation-ft_two a:hover {
        border-bottom: 1px solid white;
        padding-bottom: 3px;
        font-size: 12px;
        transition: all 0.2s ease;
    }

    .information-ft_one .footer-title {
        color: var(--dark_red);
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .information-ft_two p {
        color: var(--white);
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .contact-ft_one .footer-title {
        color: var(--dark_red);
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .contact-ft_two .footer-title {
        color: var(--white);
        font-size: 12px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin: 0;
    }

    .contact-ft_two a {
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: var(--light_gray);
        transition: all 0.2s ease;
    }

    .contact-ft_two a:hover {
        border-bottom: 1px solid var(--light_gray);
        padding-bottom: 2px;
        font-size: 12px;
    }

    .contact-ft_two p {
        margin: 0px 0px 0px 0px;
    }

    .contact-ft_three .footer-title {
        color: var(--white);
        font-size: 12px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin: 0;
    }

    .contact-ft_three p {
        font-size: 11px;
        text-decoration: none;
        font-style: normal;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: var(--light_gray);
    }
}
