html, body {
    height: 100%;
    width: device-width;
    margin: 0;
}

.rune {
    display: none;
}

header {
    width: 100%;
    height: 100vh;
    background-image: url("../images/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-dr:before {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    height: 100vh;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.header-dr {
    width: 100%;
    height: 100vh;
    background-image: url("../images/header-dr.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-dr:before {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    height: 100vh;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 25%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    max-width: 40vw;
}

.slide {
    width: 100%;
    min-height: 100vh;
    background-size: auto 100vh;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    background-repeat: no-repeat;
    transition: .8s ease;
    overflow: hidden;
}

.slide1 {
    background-color: black;
    background-image: url("../images/sfondo-slide1.png");
    background-position: right -50px center;
}

.slide2 {
    background-color: black;
}

.slide3 {
    background-color: rgba(255, 188, 89, 0.6);
    background-image: url(../images/sans-sprite.png), url(../images/papyrus-sprite.png);
    background-size: auto 50%, auto 50%;
    background-position: bottom -35px left, bottom right 30px;
    transition: 1.5s;
    transform: scale3d(1);
}

.slide4 {
    background-color: #3d120e;
    background-image: url(../images/sfondo-slide3.png);
    overflow: hidden;
    box-shadow: inset 0px 20px 13px rgba(0, 0, 0, 0.23), inset 0px -20px 13px rgba(0, 0, 0, 0.23);
}

.slide4Rune {
    background-color: #3d120e;
    background-image: url(../images/sfondo.png);
    overflow: hidden;
    box-shadow: inset 0px 20px 13px rgba(0, 0, 0, 0.23), inset 0px -20px 13px rgba(0, 0, 0, 0.23);
    background-position: right center;
    background-size: cover;
    background-position-x: -300px;
}

.slide5 {
    background-color: black;
}

.slide5Rune {
    background-color: black;
}


.slide6 {
    background-image: url(../images/sleeping-dog.png);
    background-size: 350px auto;
    background-position: left bottom -10px;
    background-color: black
}

.slide5Rune:after {
    content: "";
    width: 90vw;
    margin-left: 5vw;
    height: 1px;
    background-color: white;
    display: block;
    opacity: .1;

}

.slide5:after {
    content: "";
    width: 90vw;
    margin-left: 5vw;
    height: 1px;
    background-color: white;
    display: block;
    opacity: .1;
    margin-top: 100px;
}

.container1 {
    height: 100vh;
    width: 50%;
    background-color: #222;
    padding-left: 20px;
}

.container1:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 100vh solid transparent;
    border-left: 10vw solid #222;
    position: absolute;
    left: calc(50% + 20px);
    top: 100vh;
}

.container4 {
    height: 100vh;
    width: 30vw;
    background-color: #222;
    float: right;
    text-align: center;
}

.container4:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 100vh solid transparent;
    border-right: 10vw solid #222;
    position: absolute;
    right: 30vw;
}

.title {
    display: inline-block;
    color: white;
    font-family: Raleway;
    font-weight: 300;
    font-size: 2.5em;
    transition: .8s ease;
}

.title:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: white;
}

.title1 {
    margin-top: 8vh;
    opacity: 0;
    transform: translateX(50px)
}

.moved-title1 {
    transform: translateX(0);
    opacity: 1;
}

.title2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(200px);
    font-size: 70px;
    margin-top: 30px;
    opacity: 0;
}

.moved-title2 {
    opacity: 1;
    transform: translateX(-50%)
}

.title3 {
    color: rgba(0, 0, 0, .7);
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-60px);
    font-size: 60px;
    margin-top: 50px;
    opacity: 0;
}

.moved-title3 {
    opacity: 1;
    transform: translateX(-50%)
}

.title3:after {
    background-color: rgba(0, 0, 0, .7);
}

.title4 {
    margin-top: 60px;
    transform: translateX(250px);
    opacity: 0;
    font-size: 50px;
}

.moved-title4 {
    transform: translateX(0px);
    opacity: 1;
}

.title5 {
    font-size: 7vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(130px);
    opacity: 0;
}

.moved-title5 {
    opacity: 1;
    transform: translateX(-50%) translateY(30px);
}

.description {
    color: white;
    font-family: Raleway;
    font-weight: 200;
    font-size: 1.3em
}

.description1 {
    display: block;
    margin-top: 20px;
    position: relative;
    opacity: 0;
    transition: .8s ease;
    z-index: 2;
    font-size: 2.5vh;
    font-weight: 200;
    transform: translateX(100px);
}

.moved-description1 {
    transform: translateX(0);
    opacity: 1;
}

.description1 a, .description1 a:visited {
    color: white;
}

.description1 a:hover, .description1 a:visited:hover {
    text-decoration: none;
}

.description2 {
    color: white;
    font-size: 3vw;
    display: block;
    text-align: center;
    padding-top: 20vh;
}

/* top bar */

.top-bar {
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: black;
    z-index: 999;
    margin-top: -50px;
    transition: .8s ease;
    opacity: .9;
    overflow: hidden;
}

.visible-top-bar {
    margin-top: 0;
}

.top-bar ul {
    list-style: none;
    font-family: Raleway;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    color: white;
    padding: 0;
    margin-top: 0;
    float: right;
}

.top-bar li {
    display: inline;
    margin-right: 15px;
}

.top-bar li:last-of-type {
    margin-right: 40px;
}

.top-bar a, .top-bar a:visited {
    color: white;
    text-decoration: none;
    transition: .5s ease;
}

.top-bar a:hover {
    color: rgb(222, 60, 60);
    font-weight: bold;
}

.dog {
    background-image: url(../images/annoying-dog.gif);
    height: 38px;
    width: 46px;
    display: block;
    float: left;
    background-size: cover;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    margin: 4px 0 0 35px;
}

/* slider immagini */

.slider-immagini {
    padding-top: 30px;
    width: 640px;
    display: block;
    margin: 0 auto;
    opacity: 0;
    transition: 3s ease;
}

.moved-slider-immagini {
    opacity: 1;
}

.pictures {
    padding: 0;
}

.pictures input {
    display: none;
}

.pictures label {
    float: left;
    width: 80px;
    height: 60px;
    margin: 0 10px 0 10px;
    margin-top: 530px;
    image-rendering: auto;
    opacity: .5;
    transition: .1s ease;
    cursor: pointer;
    margin-bottom: 50px;
}

.pictures label:hover, .pictures input:checked + label {
    opacity: 1;
}

.pictures label:first-of-type {
    margin-left: 80px;
}

.pictures label:before {
    content: "";
    width: 80px;
    height: 60px;
    background-size: cover;
    display: inline-block;
}

input#img-1 + label:before {
    background-image: url("../images/screenshot1.png")
}

input#img-2 + label:before {
    background-image: url("../images/screenshot2.png")
}

input#img-3 + label:before {
    background-image: url("../images/screenshot3.png")
}

input#img-4 + label:before {
    background-image: url("../images/screenshot4.png")
}

input#img-5 + label:before {
    background-image: url("../images/screenshot5.png")
}

.picture {
    opacity: 0;
    position: absolute;
    transition: .5s ease;
    font-size: 0;
}

input:checked + label + .picture {
    opacity: 1;
}

/* download button */

.download-button {
    text-align: center;
    height: 10vw;
    max-height: 300px;
    width: 40vw;
    display: block;
    margin: 10px auto;
    position: relative;
    top: 5%;
    left: 3vw;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s ease;
    background-color: #E57373;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50px);
}

.download-button:hover {
    background-color: #942020
}

.download-button a {
    text-decoration: none;
}

.animated-download-button {
    opacity: 1;
    transform: translateX(0)
}

.download-icon {
    width: 12vw;
    height: 12vw;
    background-image: url(../images/download-icon.svg);
    background-size: cover;
    position: absolute;
    left: -8vw;
    top: -1vw;
    border-radius: 100%;
    transform: scale(0);
    transition: .3s ease;
}

.download-button:hover .download-icon {
    transform: scale(1.1);
}

@keyframes bounce {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.1)
    }
    70% {
        transform: scale(0.9)
    }
    85% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(1)
    }
}

.animated-download-icon {
    animation: bounce 1s;
    transform: scale(1);
}

.download-text {
    display: flex;
    flex-direction: column;
    width: 35vw;
    text-align: center;
    position: absolute;
    right: 0;
    font-family: Raleway;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}

.download-title {
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.download-description {
    font-size: 1.9vw;
    font-weight: 200;
    display: block;
    margin-top: 5px;
}

.warning {
    font-family: Raleway;
    font-size: 24px;
    color: #3b3b3b;
    position: relative;
    text-align: center;
    float: left;
    top: 16vh;
    padding: 0 20px 0 20px;
    margin: 0;
    width: calc(100% - 40px);
}

.warning a {
    color: #3b3b3b;
}

.warning-dr {
    font-family: Raleway;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    text-align: center;
    float: left;
    top: 16vh;
    padding: 0 20px 0 20px;
    margin: 0;
    width: calc(100% - 40px);
}

.warning-dr a {
    color: #ff9999;
}

/* Lista versioni precedenti */

.previous-versions {
    display: inline-block;
    height: 30px;
    padding: 0 100px;
    line-height: 30px;
    font-family: Raleway;
    background-color: rgb(222, 60, 60);
    color: white;
    text-align: center;
    letter-spacing: 1px;
    transform: translateX(-50%);
    margin-left: 50%;
    transition: .5s ease;
    position: relative;
    top: calc(13vh + 50px);
}

.previous-versions:before {
    content: "";
    border-left: 13px solid rgba(0, 0, 0, 0.2);
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: 6px;
    transition: .4s ease;
}

.previous-versions:hover:before {
    transform: rotate(90deg);
    transform-origin: center center;
}

.previous-versions ul {
    padding: 0;
    line-height: 40px;
    background-color: #F5F5F5;
    color: black;
    font-size: 13px;
    list-style: none;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: left;
    text-indent: 40px;
    margin-top: -0;
    display: inline-block;
    transition: .8s ease;
    visibility: hidden;
    z-index: -9;
    opacity: 0;
    transform: translateY(-20px);
    max-height: 15vh;
    overflow-y: scroll;
}

.previous-versions:hover ul {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
}

.previous-versions ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, .05);
}

.previous-version-download {
    text-indent: 0;
    line-height: 25px;
    float: right;
    height: 25px;
    margin-top: 7px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: rgb(216, 88, 88);
    color: white;
    font-weight: bold;
    padding-right: 5px;
    margin-right: 10px;
    transition: .2s ease
}

.previous-version-download:hover {
    background-color: rgb(222, 60, 60)
}

.previous-version-download:before {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    background-image: url(../images/download-icon-small.svg);
    background-size: cover;
    margin: 3px 5px;
    opacity: .9
}

/* Release notes */

.release-notes {
    position: relative;
    right: 50%;
    transform: translateX(50%);
    top: calc(13vh + 10px);
    float: right;
    font-family: Raleway;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.release-notes-dr {
    position: relative;
    right: 50%;
    transform: translateX(50%);
    top: calc(13vh + 10px);
    float: right;
    font-family: Raleway;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

/* Lista social */

.social-list {
    color: white;
    font-family: Raleway;
    font-size: 1.3em;
    list-style: none;
    padding-left: 0;
    margin-left: 50px;
    position: relative;
    top: 35vh;
    transform: translateY(-50%)
}

.social-list li {
    text-align: left;
    line-height: 48px;
    margin: 25px 0;
    font-weight: 200;
    transition: .8s ease;
}

.social-list li:nth-child(1) {
    margin-left: -40px;
}

.social-list li:nth-child(2) {
    margin-left: -55px;
}

.social-list li:nth-child(3) {
    margin-left: -70px;
}

.social-list li:nth-child(4) {
    margin-left: -85px;
}

.social-list li a:hover {
    border-bottom: solid 1px white;
    padding-bottom: 3px;
}

.social-list li a {
    text-decoration: none;
    color: white;
}

.social-list li a:visited {
    color: white;
}

.social-list li:before {
    content: "";
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-color: white;
    vertical-align: middle;
    margin-right: 20px;
}

.social-list .social-fb:before {
    background-image: url(../images/facebook.svg);
    background-size: 45px 45px;
    background-position: center;
}

.social-list .social-tumblr:before {
    background-image: url(../images/tumblr.svg);
    background-size: 40px 40px;
    background-position: center;
}

.social-list .social-email:before {
    background-image: url(../images/mail.svg);
    background-size: 40px 40px;
    background-position: center;
    margin-right: 10px;
}

.social-list .social-discord:before {
    background-image: url(../images/discord.svg);
    background-size: 40px 40px;
    background-position: center;
    margin-right: 10px;
}

.social-list .social-bluesky:before {
    background-image: url(../images/bluesky.svg);
    background-size: 40px 40px;
    background-position: center;
    margin-right: 10px;
}

.social-fb {
    position: relative;
    transform: translateX(350px);
    opacity: 0;
}

.moved-social-fb {
    transform: translateX(0);
    opacity: 1;
}

.social-tumblr {
    position: relative;
    transform: translateX(550px);
    opacity: 0;
}

.moved-social-tumblr {
    transform: translateX(0);
    opacity: 1;
}

.social-email {
    position: relative;
    transform: translateX(650px);
    opacity: 0;
    font-size: .8em
}

.moved-social-email {
    transform: translateX(0);
    opacity: 1;
}

.social-discord {
    position: relative;
    transform: translateX(550px);
    opacity: 0;
}

.moved-social-discord {
    transform: translateX(0);
    opacity: 1;
}

.social-bluesky {
    position: relative;
    transform: translateX(550px);
    opacity: 0;
}

.moved-social-bluesky {
    transform: translateX(0);
    opacity: 1;
}

/* Lista staff */

.staff-list {
    color: #FAFAFA;
    padding-top: 50px;
    width: 90vw;
    position: relative;
    margin: 0 auto;
    opacity: 0;
    transition: 1s ease;
    transform: translateY(250px);
}

.staff-listRune {
    color: #FAFAFA;
    padding-top: 50px;
    width: 90vw;
    position: relative;
    margin: 0 auto;
    opacity: 0;
    transition: 1s ease;
    transform: translateY(250px);
}

.animated-staff-list {
    opacity: 1;
    transform: translateY(0px);
}

.staff-listRune ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-listRune li {
    display: inline-block;
    width: 25vw;
    max-height: 70px;
    margin: 20px 2.3vw;
}

.staff-list li {
    display: inline-block;
    width: 25vw;
    max-height: 70px;
    margin: 20px 2.3vw;
}

.staff-avatar {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 20px;
    border: 2px solid white;
    border-radius: 100%;
    transform: scale(0);
    transition: .8s ease;
    background-size: cover;
    image-rendering: auto;
}

.animated-staff-avatar {
    transform: scale(1);
}

.staff-text {
    font-family: Raleway;
    height: 70px;
}

.staff-nick {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 5px;
}

.staff-nick a {
    color: white
}

.staff-role {
    margin-top: 5px;
    font-size: 1em;
    position: absolute;
    margin-left: 95px;
    max-width: calc(26vw - 90px);
}

.staff-list li:nth-child(1) .staff-avatar {
    background-image: url("../images/avatar/renard.png")
}

.staff-list li:nth-child(2) .staff-avatar {
    background-image: url("../images/avatar/auster.jpg")
}

.staff-list li:nth-child(3) .staff-avatar {
    background-image: url("../images/avatar/crefice.jpg")
}

.staff-list li:nth-child(4) .staff-avatar {
    background-image: url("../images/avatar/jacklemon.jpg")
}

.staff-list li:nth-child(5) .staff-avatar {
    background-image: url("../images/avatar/spizor.png")
}

.staff-list li:nth-child(6) .staff-avatar {
    background-image: url("../images/avatar/drake.png")
}

.staff-list li:nth-child(7) .staff-avatar {
    background-image: url("../images/avatar/napsta.png")
}

.staff-list li:nth-child(8) .staff-avatar {
    background-image: url("../images/avatar/mens.png")
}

.staff-list li:nth-child(9) .staff-avatar {
    background-image: url("../images/avatar/ximenos.png")
}

.staff-list li:nth-child(10) .staff-avatar {
    background-image: url("../images/avatar/Chri.jpg")
}

.staff-list li:nth-child(11) .staff-avatar {
    background-image: url("../images/avatar/fim.jpg")
}

.staff-list li:nth-child(12) .staff-avatar {
    background-image: url("../images/avatar/daizo.jpg")
}

.staff-list li:nth-child(13) .staff-avatar {
    background-image: url("../images/avatar/lafaiette.png")
}

.staff-list li:nth-child(14) .staff-avatar {
    background-image: url("../images/avatar/apino.png")
}

.staff-list li:nth-child(15) .staff-avatar {
    background-image: url("../images/avatar/confo.png")
}

.staff-list li:nth-child(16) .staff-avatar {
    background-image: url("../images/avatar/dummy.png")
}

.staff-list li:nth-child(17) .staff-avatar {
    background-image: url("../images/avatar/explo.png")
}

.staff-list li:nth-child(18) .staff-avatar {
    background-image: url("../images/avatar/pis.png")
}

.staff-list li:nth-child(19) .staff-avatar {
    background-image: url("../images/avatar/panda.png")
}

.staff-list li:nth-child(20) .staff-avatar {
    background-image: url("../images/avatar/wi-fu.jpg")
}

.staff-list li:nth-child(21) .staff-avatar {
    background-image: url("../images/avatar/MVRRH.jpg")
}

/* Report button */

.slide6 a {
    text-decoration: none;
    display: block;
    width: 50vw;
    margin-left: 50vw;
    margin-top: calc(30vh);
    transform: translateX(-50%) translateY(-50%);
}

.report-button {
    color: white;
    background-color: #942020;
    display: inline-block;
    width: 50vw;
    height: 200px;
    font-family: Raleway;
    font-size: 60px;
    line-height: 200px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 125px;
}

.report-button:before {
    content: "!";
    color: white;
    font-family: initial;
    font-size: 190px;
    float: left;
    margin-left: 90px;
    transition: .2s;
}

.report-button:hover {
    background-color: #E57373;
}

.report-button:hover:before {
    transform: scale(1.15)
}

/* Mobile fixes */

@media screen and (max-width: 1080px) {

    .social-list li:last-of-type {
        font-size: .7em;
    }

    .social-list li:nth-child(1) {
        margin-left: -50px;
    }

    .social-list li:nth-child(2) {
        margin-left: -60px;
    }

    .social-list li:nth-child(3) {
        margin-left: -75px;
    }

    .social-list li:nth-child(4) {
        margin-left: -85px;
    }

    .container4 {
        width: 40vw;
    }

    .container4:before {
        right: 40vw;
    }

    .report-button {
        height: 150px;
        line-height: 150px;
        font-size: 50px;
    }

    .report-button:before {
        font-size: 140px;
    }
}

@media screen and (max-width: 1010px) {
    .title1 {
        font-size: 5vh;
    }

    .slide1 {
        background-position: right -100px bottom;
    }
}

@media screen and (max-width: 940px) {
    .previous-versions {
        padding: 0 50px;
        font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    .staff-list li {
        width: 39vw;
    }

    .staff-listRune li {
        width: 39vw;
    }

    .staff-nick {
        font-size: 2.4vw;
    }

    .staff-role {
        max-width: calc(40vw - 90px);
        font-size: 2.4vw
    }

    .slide1 {
        background-position: right -200px bottom;
    }

    .title1 {
        margin-top: 3.2vh;
    }

    .container1 {
        width: 55%;
    }

    .container1:after {
        left: calc(55% + 20px)
    }

    .report-button:before {
        margin-left: 8vw;
    }
}

@media screen and (max-width: 800px) {

    #logo {
        max-width: 70vw;
    }

    .staff-role {
        font-size: 2.6vw
    }

    .social-list {
        font-size: 1.2em;
    }

    .social-list li:nth-child(1) {
        margin-left: -40px;
    }

    .social-list li:nth-child(2) {
        margin-left: -50px;
    }

    .social-list li:nth-child(3) {
        margin-left: -65px;
    }

    .social-list li:nth-child(4) {
        margin-left: -75px;
    }

    .report-button {
        height: 100px;
        line-height: 100px;
        font-size: 30px;
    }

    .report-button:before {
        font-size: 85px;
    }
}

@media screen and (max-width: 700px) {
    .top-bar a {
        font-size: 2.3vw;
    }

    .top-bar li {
        margin-right: 12px;
    }

    .top-bar li:last-of-type {
        margin-right: 30px;
    }
}

@media screen and (max-width: 700px) and (orientation: portrait) {

    .slide1 {
        height: 150vh;
        background-position: center bottom -260px;
        background-size: cover;
    }

    .container1 {
        height: 90vh;
        width: 100%;
        background-color: #222;
        padding: 0;
    }

    .title1 {
        margin-top: 5vh;
        font-size: 7vw;
    }

    .moved-title1 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .container1:after {
        content: "";
        display: block;
        border-top: 80px solid #222;
        border-right: 100vw solid transparent;
        border-left: 0;
        left: 0;
        top: 190vh;
    }

    .description1 {
        width: 90%;
        margin: 0 auto;
        padding-top: 5vh;
        font-size: 2.6vw;
    }

    .title2 {
        font-size: 7vw;
    }

    .staff-role {
        font-size: 2.7vw
    }

    .slide3 {
        background-size: 60% auto, 30% auto;
        background-position: bottom -30px left -50px, bottom -20px right -10px;
    }

    .title3 {
        font-size: 8vw;
    }

    .download-button {
        width: 70vw;
        height: 22.5vw;
    }

    .download-icon {
        height: 24.5vw;
        width: 24.5vw;
    }

    .download-text {
        width: 54.5vw;
    }

    .download-title {
        font-size: 4.5vw;
    }

    .download-description {
        font-size: 2.5vw;
    }

    .previous-versions {
        padding: 0;
        width: 60vw;
    }

    .previous-versions ul {
        margin-top: 30px;
    }

    .container4 {
        height: 40vh;
        width: 100%;
        margin-top: 60vh;
    }

    .container4:before {
        display: none;
    }

    .title4 {
        margin-top: 20px;
    }

    .social-list {
        top: 0;
        transform: none;
        margin-left: 0;
    }

    .social-list li:nth-child(n) {
        display: inline-block;
        margin: 10px 10px;
        font-size: 1em;
    }

    .social-list li:last-of-type {
        font-size: .9em
    }

}

@media screen and (max-width: 640px) and (orientation: portrait) {

    .title2, .title35 {
        font-size: 14vw;
    }

    .picture img {
        width: 80vw;
        height: auto;
        margin-left: 9vw;
    }

    .pictures label:before, .pictures label {
        width: 12vw;
        height: 8vw;
    }

    .pictures label {
        margin-top: 65vw;
    }

    .pictures label:first-of-type {
        margin-left: calc(20vw - 40px);
    }

    .staff-avatar {
        width: 50px;
        height: 50px;
    }

    .staff-role {
        margin-left: 75px;
    }

    .staff-nick {
        font-size: 2.8vw
    }

    .report-button {
        font-size: 5vw;
    }

}

@media screen and (max-width: 600px) and (orientation: portrait) {

    .description1 {
        font-size: 2.7vw;
    }

}

@media screen and (max-width: 570px) and (orientation: portrait) {
    .top-bar li {
        font-size: 15px;
    }
}

@media screen and (max-width: 550px) and (orientation: portrait) {

    .description1 {
        font-size: 3vw;
    }

    .previous-versions {
        font-size: 13px;
    }

    .staff-avatar {
        margin-right: 10px;
    }

    .staff-role {
        font-size: 3.5vw;
        margin-left: 65px;
    }

    .staff-nick {
        font-size: 3.5vw
    }

    .social-list li:nth-child(n) {
        font-size: .8em;
        display: inline-block;
        margin: 10px 8px;
    }

    .social-list li:before {
        margin-right: 10px;
    }

    .warning {
        font-size: 12px;
    }

    /* .warning-dr {
        font-size: 12px;
        color:#F5F5F5;
    } */

}

@media screen and (max-width: 500px) and (orientation: portrait) {
    .slide3 {
        background-size: 75% auto, 40% auto;
        background-position: bottom -30px left -80px, bottom -20px right -50px;
    }

    .slide6 a {
        width: 70vw;
    }

    .report-button {
        width: 70vw
    }

    .report-button {
        font-size: 8vw;
    }
}

@media screen and (max-width: 480px) and (orientation: portrait) {

    .description1 {
        font-size: 3.2vw;
    }

    .top-bar li {
        margin-right: 10px;
    }

    .top-bar li:last-of-type {
        margin-right: 20px;
    }

    .dog:before {
        margin-left: 20px;
    }

    .previous-versions {
        width: 65vw;
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) and (orientation: portrait) {
    .slide3 {
        background-size: 90% auto, 45% auto;
    }

    .previous-versions {
        font-size: 12px;
        height: 60px;
        padding: 0 20vw;
        width: 30vw;
    }

    .previous-versions:before {
        right: 12px;
        top: 22px;
    }

    .previous-versions ul {
        text-indent: 20px;
        font-size: 12px;
    }

    .previous-version-download {
        font-size: 10px;
    }

    .title4 {
        font-size: 12vw;
    }

    .social-list li:nth-child(n) {
        font-size: .75em;
    }

    .social-list li:before {
        height: 40px;
        width: 40px;
        margin-right: 8px;
    }

    .social-list .social-fb:before {
        background-size: 35px 35px;
    }

    .social-list .social-tumblr:before, .social-list .social-email:before .social-discord .social-discord:before .social-bluesky .social-bluesky-before {
        background-size: 30px 30px;
    }

    .top-bar li {
        font-size: 13px;
        margin-right: 5px;
    }

    .dog {
        margin-left: 10px;
    }

}

@media screen and (max-width: 400px) and (orientation: portrait) {

    .description1 {
        font-size: 3.6vw;
    }

    .staff-list li:nth-child(16) .staff-nick, .staff-list li:nth-child(19) .staff-nick {
        font-size: 3.2vw;
    }

    .slider-immagini {
        padding-top: 10vh;
    }

    .top-bar {
        height: 40px;
        overflow: visible;
        cursor: pointer;
    }

    .dog {
        background-image: url(../images/menu.svg);
        background-size: cover;
        height: 35px;
        width: 35px;
        cursor: pointer;
        position: relative;
        display: block;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        transition: .8s ease;
        margin-top: 2px;
    }

    .top-bar ul {
        width: 100%;
        text-align: center;
        background-color: black;
        transition: max-height .7s ease;
        max-height: 0;
        overflow: hidden;
    }

    .visible-top-bar.activated-top-bar .dog {
        transform: translateX(-50%) rotate(90deg);
    }

    .visible-top-bar.activated-top-bar ul {
        max-height: 50vh;
    }

    .top-bar li {
        display: block;
        font-size: 1em;
    }

    .top-bar li:first-of-type {
        margin-top: 20px;
    }

    .top-bar li:last-of-type {
        margin-right: 5px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 371px) and (orientation: portrait) {
    .social-list li:nth-child(3), .social-list li:nth-child(4) {
        margin-top: -5px
    }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
    .previous-versions {
        width: 40vw;
        font-size: 10px;
    }

    .staff-list li:nth-child(16) .staff-nick, .staff-list li:nth-child(19) .staff-nick {
        font-size: 3vw;
    }

}

@media screen and (max-width: 350px) and (orientation: portrait) {

    .staff-avatar {
        width: 40px;
        height: 40px;
    }

    .staff-role {
        margin-left: 55px;
    }

    .slide3 {
        background-size: 90% auto, 45% auto;
        background-position: bottom -15px left -90px, bottom right -25px;
    }

}

@media screen and (max-width: 331px) and (orientation: portrait) {
    .social-list li:nth-child(4) {
        font-size: .65em;
    }

    .social-list li:nth-child(4):before {
        width: 30px;
        height: 30px;
        background-size: 20px 20px;
        margin-right: 7px;
    }
}

@media screen and (max-width: 300px) and (orientation: portrait) {

    .description1 {
        font-size: 3.75vw;
    }

}

@media screen and (max-width: 285px) and (orientation: portrait) {
    .social-list li:nth-child(4) {
        font-size: .5em;
    }
}

@media screen and (max-width: 280px) and (orientation: portrait) {

    .staff-avatar {
        width: 12vw;
        height: 12vw;
    }

    .staff-role {
        margin-left: calc(12vw + 15px);
    }

    .previous-versions ul {
        font-size: 10px;
    }

    .previous-versions-download {
        font-size: 8px;
    }
}

@media screen and (max-width: 735px) and (orientation: landscape) {
    .title3 {
        font-size: 13vh;
    }

    .previous-versions {
        font-size: 9px;
    }
}

.container1rune {
    height: 100%;
    background-color: black;
}

.container1runeDesc {
    width: auto;
    background-color: #222;
    text-align: center;
    padding: 25px;
}

.container1runeDescTot {
    width: 100%;
    background-color: black;
    text-align: center;
    padding-bottom: 30px;

}

.darker {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.darkerUSP {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

/* Download Link */

.link {
    color: white;
    font-family: Raleway;
    font-size: 60px;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 20px 0;

}


.link:hover {
    color: #803235;
}

.link:hover:before {
    transform: scale(1.15)
}

.sliderune {
    display: grid;
    width: 100%;
    min-height: 50vh;
    background-size: auto 100vh;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    background-repeat: no-repeat;
    transition: .8s ease;
}

.slideGrey {
    width: 100%;
    min-height: 100vh;
    background-size: auto 100vh;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    background-repeat: no-repeat;
    transition: .8s ease;
    overflow: hidden;
    background-color: #222;
}

.container4rune {
    height: 100vh;
    width: 30vw;
    background-color: #222;
    float: right;
    text-align: center;
    display: inline;

}

.staff-listRune li:nth-child(1) .staff-avatar {
    background-image: url("../images/avatar/renard.png")
}

.staff-listRune li:nth-child(2) .staff-avatar {
    background-image: url("../images/avatar/auster.jpg")
}

.staff-listRune li:nth-child(3) .staff-avatar {
    background-image: url("../images/avatar/crefice.jpg")
}

.staff-listRune li:nth-child(4) .staff-avatar {
    background-image: url("../images/avatar/jacklemon.jpg")
}

.staff-listRune li:nth-child(5) .staff-avatar {
    background-image: url("../images/avatar/nik.png")
}

.staff-listRune li:nth-child(6) .staff-avatar {
    background-image: url("../images/avatar/daizo.jpg")
}

.staff-listRune li:nth-child(7) .staff-avatar {
    background-image: url("../images/avatar/shosia.gif")
}

.staff-listRune li:nth-child(8) .staff-avatar {
    background-image: url("../images/avatar/gmoody.jpg")
}

.staff-listRune li:nth-child(9) .staff-avatar {
    background-image: url("../images/avatar/armor.png")
}

.staff-listRune .ty li:nth-child(1) .staff-avatar {
    background-image: url("../images/avatar/Chri.jpg")
}

.staff-listRune .ty li:nth-child(2) .staff-avatar {
    background-image: url("../images/avatar/fakedubita.jpg")
}

.staff-listRune .ty li:nth-child(3) .staff-avatar {
    background-image: url("../images/avatar/wander.png")
}

.staff-listRune .ty li:nth-child(4) .staff-avatar {
    background-image: url("../images/avatar/gabby.png")
}

.staff-listRune .ty li:nth-child(5) .staff-avatar {
    background-image: url("../images/avatar/rake.png")
}

.staff-listRune .ty li:nth-child(6) .staff-avatar {
    background-image: url("../images/avatar/thea.png")
}

.staff-listRune .ty li:nth-child(7) .staff-avatar{
    background-image: url("../images/avatar/fim.jpg")
}

.staff-listRune .ty li:nth-child(8) .staff-avatar{
    background-image: url("../images/avatar/depa.jpg")
}

.staff-listRune .ty li:nth-child(9) .staff-avatar{
    background-image: url("../images/avatar/giulia.jpg")
}

.staff-listRune .ty li:nth-child(10) .staff-avatar{
    background-image: url("../images/avatar/naebulis.jpeg")
}

.staff-listRune .ty li:nth-child(11) .staff-avatar{
    background-image: url("../images/avatar/leovius.png")
}

/*MEDIA DELTARUNE*/
/*PER VEDERE DEI CAMBIAMENTI NEL CODICE/SITO,
BISOGNA PRIMA DICHIARARE LE CLASSI/ID E POI MODIFICARLI.*/

@media ( max-width: 850px ) {
    .darker{
        width: 250px;
    }

    .darkerUSP{
        width: 300px;
    }

    .description1{
        font-size: 3.5vh;
    }
}

@media ( max-width: 700px ){

    .slide4Rune {
        background-position-x: -380px;

    }
}

@media ( max-width: 635px ){

    .slide4Rune {
        background-position-x: -250px;
        background-position-y: -250px;
    }
}

@media ( max-width: 500px ){

    .slide4Rune {
        background-position-x: -390px;
        background-position-y: -250px;
    }
}





