
@media screen and (max-width: 980px) {
    /* mobile */
    p {
        font-size: 1rem;
    }
    .navbar a {
        font-size: 2rem;
    }

    .modal__top i {
        font-size: 4rem;
        padding: 0.5rem 2rem;
        margin: 0;
    }

    .modal__bottom button {
        font-size: 3rem;
        display: block;
        width: 100%;
        height: 100%;
    }

    .body__title {
        font-size: 2.5rem;
    }

    .body__subtitle {
        font-size: 2rem;
    }

    .body__subsubtitle {
        font-size: 1.5rem;
    }


    .body__text {
        /*    line-height: 2.5rem;
        padding: 1rem 0;*/
        font-size: 1.5rem;
    }

    /*DELETE
     * TODO: normal form yapısı için güncellenecek
    .coming-soon__form {
        display: block;
        margin: 2rem;
        margin-top: 0;
    }

    .coming-soon__form input[type="text"],
    .coming-soon__form input[type="email"] {
        /* font: inherit; */ /*DELETE
        font-size: 2.6rem;
        /* display: block; */ /*DELETE
        width: 100%;
        /* border: 1px solid #19323C; */ /*DELETE
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .coming-soon__form__checkbox {
        vertical-align: baseline;
        text-align: right;
        margin-top: 2rem;
    }

    .coming-soon__form__checkbox input[type="checkbox"] {
        border: 2px solid #000;
        box-shadow: 0 4px 4px 1px #69A1AC;
        height: 2rem;
        width: 2rem;
        margin-right: 0.5rem;
        margin-bottom: 2rem;
    }

    .coming-soon__form__checkbox a {
        font-size: 2.5rem;
    }
DELETE*/
    button {
        font-size: 2.6rem;
        /* display: block; */
        width: 100%;
        height: 5rem;
    }

    footer {
        font-size: 1.6rem;
    }

    .footer__list__item i {
        font-size: 2.4rem;
    }

    .footer__instagram i {
        padding-right: 1.5rem;
    }

    .footer__email {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__email i {
        padding-right: 2rem;
    }

    .cookie__body {
        display: block;
        width: 100%;
    }

    .cookie__text {
        font-size: 2.6rem;
        padding-left: 4rem;
        padding-right: 4rem;
        text-align: center;
        margin-bottom: 0;
    }

    .cookie__text a {
        text-decoration: underline;
    }

    .cookie button {
        display: block;
        width: 80%;
        margin: 0 auto 4rem auto;
    }

    .cookie button:active,
    .cookie button:hover {
        background: #E46A5E;
    }

}
