html {
    min-height: 100%;
    background-image: url('/images/splash2/Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body {
    font-style: normal;
    font-size: 28px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    background: none;
/*    font-family: 'Aka-AcidGR-Compacta';*/
}
/*@font-face {
    font-family: 'Aka-AcidGR-Compacta';
    src:url('/fonts/accompacta/Aka-AcidGR-Compacta.ttf.woff') format('woff'),
        url('/fonts/accompacta/Aka-AcidGR-Compacta.ttf.svg#Aka-AcidGR-Compacta') format('svg'),
        url('/fonts/accompacta/Aka-AcidGR-Compacta.ttf.eot'),
        url('/fonts/accompacta/Aka-AcidGR-Compacta.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}*/
@media only screen and (min-width: 1700px) {
    .container {
        width: 1640px;
    }
} 
#logo, .album {
    width: 100%;
}
#logo img, .album img {
    width: 100%;
}
.left {
    padding-right: 10%;
    align-items: center;
}
.left, .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 840px;
}
.content {
    margin-block: 2rem;
}
.buttons {
    display: flex;
    gap: 1rem;
}
img {
    max-width: 100%;
}

@media only screen and (max-width: 1799px) {
    body {
        font-size: 22px;
    }
    .container {
        padding-block: 2rem;
    }
    .left {
        padding-right: 3%;
    }
    .left, .right {
        padding-block: 1rem;
        min-height: calc(768px - 8rem);
    }
}
@media only screen and (max-width: 1199px) {
    .left {
        padding-right: 15px;
    }
    .left, .right {
        min-height: calc(768px - 12rem);
    }
}
@media only screen and (max-width: 991px) {
    .left {
        margin-bottom: 32px;
    }
    .left, .right {
        justify-content: flex-start;
        min-height: unset;
        height: auto;
    }
    .right {
        gap: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    .left {
        margin-bottom: 1rem;
    }
    .right {
        gap: 1rem;
    }
    .buttons {
        flex-direction: column;
        gap: 8px;
    }
    .buttons img {
/*        width: 170px;*/
    }
}