﻿@media screen and (max-width: 980px) {
    .container .text {
        font-size: 1em;
        word-wrap: break-word;
    }

    .jumpBtn {
        font-size: 20px;
        left: 10px;
    }

    .Box {
        width: 96%;
    }

    .Title {
        font-size: 5rem;
        letter-spacing: 5px;
    }

    .py-4 .submit {
        border: none;
        color: #fff;
        background-color: #E47030;
        border-color: #E47030;
        border-radius: 0.3rem;
        font-size: 20px;
        padding: 0.5rem 1rem;
        text-align: center;
        margin-top: 30px;
        margin-left: 40%;
    }


    input[type='radio'] {
        transform: scale(4);
    }

    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */
        .container {
            margin: 0 auto;
            width: 100%;
            padding: 1em;
            box-sizing: border-box;
            min-height: 750px;
            font-weight: bold;
            font-size: 13px;
            margin-left: 10px;
        }

            .container .text {
                font-size: 1.3em;
            }

        input[type='radio'] {
            transform: scale(1.5);
        }

        .py-4 .submit {
            border: none;
            color: #fff;
            background-color: #E47030;
            border-color: #E47030;
            border-radius: 0.3rem;
            font-size: 24px;
            padding: 0.5rem 1rem;
            text-align: center;
            margin-top: 50px;
            margin-left: 40%;
        }
    }

    @supports not (-webkit-touch-callout: none) {
        .container {
            margin: 0 auto;
            width: 95%;
            padding: 1em;
            box-sizing: border-box;
            min-height: 750px;
            font-weight: bold;
            font-size: 18px;
            margin-left: 5px;
        }


        .py-4 .submit {
            border: none;
            color: #fff;
            background-color: #E47030;
            border-color: #E47030;
            border-radius: 0.3rem;
            font-size: 36px;
            text-align: center;
            margin-top: 50px;
            margin-left:20%;
        }

        input[type="text"] {
            font-size: 1em;
        }

        input[type='radio'] {
            transform: scale(1.5);
        }
    }
}
