@media only screen and (max-width: 1259px) {
    html {
        height: 100vh;
    }

    ::-webkit-scrollbarr:horizontal { display: none; }

    body {
        overflow-x:hidden;
        min-height: 100vh;
        width: 100%;
        height:100%;
        padding: 0;
        margin: 0;
        font-family: Arial;
        background-color: #eeeeee;
        font-size: 30;
    }

    content {
        z-index: 0;
        position: absolute;
        background-color: #eeeeee;
        top: 75px;
        width: 100%;
        height: 100%;
    }

    th, td {
        border: 1px solid crimson;
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        padding: 0.5em;
        font-size: 40;
    }

    table {
        margin: 3em;
        margin-top: 5em;
        margin-bottom: 5em;
        border-radius: 0.5rem;
        border: 1px hidden crimson;
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        padding: 0.5em;
    }

    small {
        font-size: 30;
    }

    italic {
        font-style: italic;
    }

    th {
        background-color: darkred;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        font-weight: bold;
        color: white;
    }

    footer a {
        color: crimson;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
    }

    input {
        font-size: 30;
        border: 2px solid crimson;
    }

    #static-header{
        display:none;
    }

    #static-mobile-header {
        display:normal;
        position: fixed;
        z-index: 1;
        background-color: black;
        color: crimson;
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        font-size: 30;
    }

    #footer {
        position: fixed;
        background-color: black;
        color: crimson;
        width: 100%;
        height: 50px;
        padding: 20px 0;
        bottom: 0;
        font-size: 20;
        background-blend-mode: color;
    }

    .button-nav{
        position:fixed;
        color: white;
        background-color: black;
        border: hidden;
        font-size: 30;
        top:0;
        right:7%;
        height:74px;
        width:10%;
    }

    .navbar-show {
        position: fixed;
        top:75px;
        right: 0;
        min-width: 50%;
        width:auto;
        background-color: black;
    }

    .navbar-hidden {
        display: none;
    }

    .biglogo {
        width:25%;
    }

    .user-menu-show {
        display:normal;
        position:fixed;
        font-size:15;
        padding:0;
        margin:0;
    }

    .user-menu-show table {
        width: 100%;
        padding:0;
        margin:0;
    }

    .user-menu-show table td {
        background-color: black;
        border: 2px solid crimson;
    }

    .user-menu-hidden {
        display:none;
    }

    footer .p {
        position: fixed;
        left: 0;
        bottom: 0;
        color: grey;
        padding-left: 3em;
        font-weight: bold;
        background-color:black;
    }

    .layout-wrapper {
        display: flex;
    }

    .button {
        background-color: lightcoral;
        color: white;
        font-weight: bold;
        border-radius: 0.5rem;
        border: 1px solid white;
        width: 50%;
        cursor: pointer;
    }

    .prices-tables {
        display: flex;
        flex-direction: column;
    }

    .prices-price {
        background-color: rgb(255, 220, 225);
        font-size: 140;
        font-weight: bolder;
    }

    .prices-end {
        background-color: darkred;
        color: white;
        font-style: italic;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .login {
        height: 40vh;
    }

    .prices-center {
        background-color: crimson;
        font-weight: bold;
        color: white;
    }

    .prices-center .princes-end td {
        background-color: crimson;
        color: white;
        font-style: italic;
    }

    .logo {
        padding-left: 5%;
        width: 75px;
    }

    #footer > .logo {
        display: none;
    }

    .required {
        color: crimson;
    }

    .header-page-active {
        color: white;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
    }

    .header-page-notactive {
        color: gray;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
    }

    .username {
        color: gray;
        text-decoration: none;
        font-weight: bolder;
        font-size:35;
    }
}
