 @media screen and (min-width:900px) {    
    body{
        margin: 0;
        background-image: url(background.png);
        background-size: cover;
        max-width: 100%;
        width: auto;
        height: auto;
        background-position: center;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }    

    .off-screen-menu{
        position: fixed;
        top: 0;
        right: -450px;
    }

    .menu{
        overflow: hidden;
        margin: 0;
        padding: 0;
        text-align: center;
        background: rgb(4,6,48);
        background: -moz-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040630",endColorstr="#050237",GradientType=1);
        font-size: 1.2em;
    }

    .menu ul li{
        list-style-type: none;
        display: inline;
        padding: 0;
        margin: 0;
    }

    .menu ul li a{
        text-decoration: none;
        color: whitesmoke;
        padding: 16px;
        margin: 0;
    }

    .menu ul li a:hover{
        color: rgba(255, 190, 11, 0.993);
        transition: 1s;
    }

    .logo{
        max-width: 100%;
        width: auto;
        height: auto;
        margin-top: 3%;
        animation: animace ease-in 1;
        animation-fill-mode:forwards;
        animation-duration:1s;
        text-align: center;
        justify-content: center;
        font-family: ´medieval´;
        font-size: 2em;
        color: whitesmoke;
        display: flex;
        text-shadow: 10px 10px 20px black;
    }

    .off-screen-logo{
        position: fixed;
        top: 0;
        right: -650px;
    }

    .content{
        display: flex;
        max-width: 100%;
        margin-top: 2%;
        margin-bottom: 3%;
        height: auto;
        width: auto;
        color: whitesmoke;
        animation: animace ease-in 1;
        animation-fill-mode:forwards;
        animation-duration:1s;
        font-size: 1.3em;
    }

    .content img{
        margin-bottom: 5%;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .leftbox{
        width: 30%;
        margin-left: 5%;
    }

    .rightbox{
        max-width: 100%;
        width: auto;
        height: auto;
        width: 50%;
        margin-left: 2.5%;
        text-align: center;
        display: flex;
    }

    .rightbox a{
        color: whitesmoke;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.2em;
        letter-spacing: 2px;
        font-family: 'Poppins', sans-serif;
        max-width: 100%;
        width: auto;
        height: auto;
        background: rgb(8,38,74);
        background: -moz-radial-gradient(circle, rgba(8,38,74,1) 5%, rgba(8,38,85,1) 20%, rgba(6,30,82,1) 50%, rgba(7,28,78,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(8,38,74,1) 5%, rgba(8,38,85,1) 20%, rgba(6,30,82,1) 50%, rgba(7,28,78,1) 80%);
        background: radial-gradient(circle, rgba(8,38,74,1) 5%, rgba(8,38,85,1) 20%, rgba(6,30,82,1) 50%, rgba(7,28,78,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08264a",endColorstr="#071c4e",GradientType=1);
        padding: 4% 12%;
        border-radius: 40px;
        border: 1px solid rgba(255, 190, 11, 0.993);
        opacity: 90%;
    }

    .picture{
        margin-left: 10%;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .rightbox a:hover{
        color: rgba(255, 190, 11, 0.993);
    }

    .footer{
        clear: both;
        background: rgb(4,6,48);
        background: -moz-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040630",endColorstr="#050237",GradientType=1);
        color: whitesmoke;
        padding: 1%;
        text-align: center;
        animation: animace ease-in 1;
        animation-fill-mode:forwards;
        animation-duration:1s;
        margin-top: auto;
        font-size: 0.8em;
    }
}

@media screen and (max-width:900px) {    
    body{
        margin: 0;
        background-image: url(background_mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        width: auto;
        height: auto;
        background-position: center;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .menu{
        position: fixed;
        top: 0;
        right: -450px;
    }

    .content{
        max-width: 100%;
        height: auto;
        width: auto;
        color: whitesmoke;
        font-size: 1.2em;
        animation: animace ease-in 1;
        animation-fill-mode:forwards;
        animation-duration:1s;
    }

    .logo{
        position: fixed;
        top: 0;
        right: -650px;
    }

    .off-screen-logo{
        max-width: 100%;
        width: auto;
        height: auto;
        text-align: center;
        animation: animace ease-in 1;
        animation-fill-mode:forwards;
        animation-duration:1s;
        font-family: ´medieval´;
        font-size: 2em;
        margin-top: 0;
        color: whitesmoke;
        text-shadow: 10px 10px 20px black;
    }

    .content img{
        margin-bottom: 5%;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .leftbox{
        width: 80%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2%;
        align-items: center;
        text-shadow: 2px 3px 1px black;
    }

    .rightbox{
        max-width: 100%;
        width: auto;
        height: auto;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 5%;
    }

    .rightbox a{
        color: whitesmoke;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.2em;
        letter-spacing: 2px;
        font-family: 'Poppins', sans-serif;
        max-width: 100%;
        width: auto;
        height: auto;
        background: rgb(8,38,74);
        background: -moz-radial-gradient(circle, rgba(8,38,74,1) 5%, rgba(8,38,85,1) 20%, rgba(6,30,82,1) 50%, rgba(7,28,78,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(8,38,74,1) 5%, rgba(8,38,85,1) 20%, rgba(6,30,82,1) 50%, rgba(7,28,78,1) 80%);
        background: radial-gradient(circle, rgba(8,38,74,1) 5%, rgba(8,38,85,1) 20%, rgba(6,30,82,1) 50%, rgba(7,28,78,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08264a",endColorstr="#071c4e",GradientType=1);
        padding: 4% 12%;
        border-radius: 40px;
        border: 1px solid rgba(255, 190, 11, 0.993);
        opacity: 90%;
    }

    .picture{
        max-width: 100%;
        width: auto;
        height: auto;
        margin-bottom: 15%;
    }

    .rightbox a:hover{
        color: rgba(255, 190, 11, 0.993);
    }

    .footer{
        clear: both;
        text-align: center;
        background: rgb(4,6,48);
        background: -moz-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040630",endColorstr="#050237",GradientType=1);
        color: whitesmoke;
        padding: 3%;
        animation: animace ease-in 1;
        animation-fill-mode:forwards;
        animation-duration:1s;
        margin-top: auto;
        font-size: 0.8em;
    }

    .off-screen-menu{
        background: rgb(4,6,48);
        background: -moz-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040630",endColorstr="#050237",GradientType=1);
        height: 100vh;
        width: 100%;
        max-width: 450px;
        position: fixed;
        top: 0;
        right: -450px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 3rem;
        transition: .3s ease;
    }
    
    .off-screen-menu.active{
        right: 0;
        z-index: 998;
    }
    
    nav{
        padding: 1rem;
        display: flex;
        background: rgb(4,6,48);
        background: -moz-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: -webkit-radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        background: radial-gradient(circle, rgba(4,6,48,1) 5%, rgba(3,3,50,1) 20%, rgba(4,4,50,1) 50%, rgba(5,2,55,1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040630",endColorstr="#050237",GradientType=1);
    }
    
    .ham-menu{
        height: 50px;
        width: 50px;
        margin-left: auto;
        position: relative;
    }
    
    .ham-menu span{
        height: 5px;
        width: 100%;
        background-color: whitesmoke;
        border-radius: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
    }
    
    .ham-menu span:nth-child(1) {
        top: 25%;
    }
    
    .ham-menu span:nth-child(3) {
        top: 75%;
    }
    
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 999;
    }
    
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
        z-index: 999;
    }
    
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 999;
    }

    .off-screen-menu ul li{
        list-style-type: none;
        display: block;
    }

    .off-screen-menu ul li a{
        text-decoration: none;
        color: whitesmoke;
    }
}

@keyframes animace {
    0% {
        transform: translate(0px, 150px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@font-face {
    font-family: ´medieval´;
    src: url(MedievalSharp-Regular.ttf)
}