@media screen and (max-width:1024px) {
    .social-links {
        margin-left: 0;
    }
    .pageskin {
        position: fixed;
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    h1 {
        font-size: 3em;
    }
    h1::after {
        display: none;
    }
    h2 {
        font-size: 2em;
    }
    .content p {
        max-width: 100%;
    }
    .site-links {
        flex-direction: column;
        align-items: stretch;
    }
    .social-links {
        justify-content: center;
        grid-template-columns: repeat(4, auto);
        gap: 1em
    }
    .login-site {
        order: -1;
        margin-bottom: 1em;
        font-size: 1em;
    }
    .login-site::after {
        display: none;
    }
    .container {
        padding-left: 2em;
        padding-right: 2em;
    }
    .grid-yontemler,
    .grid-yontemler.hizlilink {
        grid-template-columns: 1fr 1fr;
        gap: .5em
    }
    .image-grid,
    .image-grid.saglayici {
        grid-template-columns: repeat(3, 1fr);
    }
    footer span {
        margin-top: 2em;
        display: block;
    }
    .grid-yontemler>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:640px) {
    .grid-yontemler,
    .grid-yontemler.hizlilink {
        grid-template-columns: 1fr;
        gap: .5em
    }
    header nav {
        flex-direction: column;
    }
    .logo {
        margin-bottom: 1em;
    }
}

@media screen and (max-width:320px) {
    .grid-yontemler,
    .grid-yontemler.hizlilink {
        grid-template-columns: 1fr;
        gap: .5em
    }
    .social-links {
        justify-content: space-between;
        gap: 1em;
        grid-template-columns: repeat(4, 1fr);
    }
    .social-links a {
        width: unset;
    }
    header nav ul li a {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (max-height:812px) {
    .content-fixed {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 2em;
        flex-wrap: nowrap;
    }
}
