@font-face {
    font-family: 'Totenkvlt';
    src: url('../assets/fonts/XXIITotenkult-Regular.eot');
    src: local('☺'),
    url('../assets/fonts/XXIITotenkult-Regular.woff') format('woff'),
    url('../assets/fonts/XXIITotenkult-Regular.ttf') format('truetype'),
    url('../assets/fonts/XXIITotenkult-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Totenkvlt', Serif;
    color: #fff;
}
img {
    width: 100%;
}
.wrapper {
    background: #000 url("../assets/bg.jpg") center no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.header {
    padding-top: 50px;
}
.header__title {
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
}
.header__link {
    color: #fff;
}
.header__link:hover {
    text-decoration: none;
    color: #fff;
}

.content__btn {
    font-size: 60px;
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    background-color: transparent;
    border: none;
    color: #fff;
    outline: none!important;
    margin-top: 70%;
    display: block;
}
.content__btn:hover {
    color: #ff2f00;
    text-decoration: none;
}
.content__cross-left {
    position: fixed;
    top: 40%;
    left: 15%;
}
.content__cross-right {
    position: fixed;
    top: 40%;
    right: 15%;
}

.content__song {
    text-align: center;
    margin-top: 25px;
    display: none;
}
.content__song-title {
    margin-bottom: 30px;
    margin-top: 25px;
}
.content__song-body {
    background: rgba(0, 0, 0, 0.66);
    font-size: 18px;
    padding: 20px;
}
.content__song-body p {
    margin-bottom: 0;
}
.content__song-verse, .content__song-chorus {
    margin-bottom: 20px;
}

.newsong__btn {
    font-size: 32px;
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    background-color: transparent;
    border: none;
    color: #fff;
    outline: none!important;
    margin-top: 50px;
    display: none;
}
.newsong__btn:hover {
    color: #ff2f00;
    text-decoration: none;
}

.footer {
    position: fixed;
    bottom: 100px;
    left: 0;
    background: rgba(0, 0, 0, 0.66);
    padding: 20px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #000;
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes rotateOutLeft {
    0% {
        transform: rotate(0);
     }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(15deg);
    }
    30% {
        transform: rotate(40deg);
    }
    40% {
        transform: rotate(66deg);
    }
    50% {
        transform: rotate(82deg);
    }
    60% {
        transform: rotate(101deg);
    }
    66% {
        transform: rotate(121deg);
    }
    70% {
        transform: rotate(134deg);
    }
    80% {
        transform: rotate(155deg);
    }
    90% {
        transform: rotate(168deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
@keyframes rotateOutRight {
    0% {
        transform: rotate(0);
    }
    7% {
        transform: rotate(-7deg);
    }
    22% {
        transform: rotate(-19deg);
    }
    30% {
        transform: rotate(-35deg);
    }
    44% {
        transform: rotate(-64deg);
    }
    54% {
        transform: rotate(-86deg);
    }
    60% {
        transform: rotate(-103deg);
    }
    66% {
        transform: rotate(-129deg);
    }
    72% {
        transform: rotate(-149deg);
    }
    81% {
        transform: rotate(-156deg);
    }
    89% {
        transform: rotate(-168deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}
.rotateOutLeft {
    -webkit-animation-name: rotateOutLeft;
    animation-name: rotateOutLeft;
}
.rotateOutRight {
    -webkit-animation-name: rotateOutRight;
    animation-name: rotateOutRight;
}

@keyframes shake-little {
    2% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    4% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    6% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    8% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    10% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    12% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    14% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    16% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    18% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    20% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    22% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    24% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    26% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    28% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    30% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    32% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    34% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    36% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    38% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    40% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    42% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    44% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    46% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    48% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    50% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    52% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    54% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    56% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    58% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    60% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    62% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    64% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    66% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    68% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    70% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    72% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    74% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    76% {
        transform: translate(0px, 1px) rotate(0.5deg); }
    78% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    80% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    82% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    84% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    86% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    88% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    90% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    92% {
        transform: translate(1px, 1px) rotate(0.5deg); }
    94% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    96% {
        transform: translate(1px, 0px) rotate(0.5deg); }
    98% {
        transform: translate(0px, 0px) rotate(0.5deg); }
    0%, 100% {
        transform: translate(0, 0) rotate(0); } }

.shake-little,
.shake-trigger .shake-little, .shake-little.shake-freeze, .shake-little.shake-constant {
    animation-name: shake-little;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media (max-width: 575.98px) {
    .header {
        padding-top: 30px;
    }
    .header__title {
        font-size: 34px;
    }
    .content__btn {
        font-size: 38px;
        text-shadow: 2px 1px 0px rgb(0, 0, 0);
        background-color: transparent;
        border: none;
        color: #fff;
        margin-top: 79%;
    }
    .content__cross-right, .content__cross-left {
        display: none;
    }
    .sm__hide {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header {
        padding-top: 40px;
    }
    .header__title {
        font-size: 42px;
    }
    .content__btn {
        font-size: 52px;
        text-shadow: 2px 1px 0px rgb(0, 0, 0);
        background-color: transparent;
        border: none;
        color: #fff;
        margin-top: 54%;
    }
    .content__cross-left, .content__cross-right {
        width: 70px;
    }
    .content__cross-left {
        left: 10%;
    }
    .content__cross-right {
        right: 10%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content__btn {
        font-size: 60px;
        text-shadow: 2px 1px 0px rgb(0, 0, 0);
        background-color: transparent;
        border: none;
        color: #fff;
        margin-top: 43%;
    }

    .content__cross-left {
        left: 13%;
    }
    .content__cross-right {
        right: 13%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .content__btn {
        margin-top: 43%;
    }
}

@media (min-width: 1200px) {}