/************************************
IMPORT FILES
************************************/

@font-face {
    font-family: 'Soft Lime';
    src: url('/fonts/SoftLime-Regular-015e39c2bda8b0a0816dd6b308f6c2b1.eot');
    src: local('Soft Lime'), local('SoftLime-Regular'),
    url('/fonts/SoftLime-Regular-015e39c2bda8b0a0816dd6b308f6c2b1.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SoftLime-Regular-cca8b374653711f5036006985f2b7422.woff2') format('woff2'),
    url('/fonts/SoftLime-Regular-05ee42312bb59aa8b4a1de7910ff2ef1.woff') format('woff'),
    url('/fonts/SoftLime-Regular-d6b0fbece7525e3929ceb1da895dcb14.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sigmar One";
    src: url("/fonts/SigmarOne-Regular-9a721a3ad1f6ddd908c1a369b75a12cd.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/************************************
BASIC
************************************/

html, body {
    height: 100%;
}

section {
    position: relative;
    padding: 120px 0;
}

section a:hover {
    text-decoration: underline !important;
}

section a.btn:hover {
    text-decoration: none !important;
}

.section-title p {
    letter-spacing: 1px;
}

.section-title h1 i,
.section-title h2 i,
.section-small-title h2 i {
    padding-right: 3px;
}

.section-small-title {
    margin-bottom: 30px;
}

.section-small-title h2 {
    margin: 0 0 30px;
    font-weight: 900;
}

.section-small-title p {
    font-weight: 900;
    letter-spacing: 1px;
}

.section-white .section-title {
    margin-bottom: 30px;
}

a {
    outline: none;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.table th,
.table td {
    background: none;
}

.table th,
.table td {
    text-transform: uppercase;
}

.indented {
    padding-left: 2rem;
}

.btn-social i {
    font-size: 2rem;
}

hr {
    border: 2px solid;
}

/************************************
COLORS
************************************/

body,
.table th, .table td {
    color: #9a9a9a;
}

a,
.link-inverted:hover,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #867461;
}

a:hover,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.nav-link:hover,
.navbar-toggler,
.link-inverted,
.btn-primary,
.bg-white .btn-primary,
.home-sticker h2,
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
}

.nav-link,
.hint {
    color: #ccc8c5;
}

.bg-white a,
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6,
.bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6,
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6,
.modal-body .h1, .modal-body .h2, .modal-body .h3, .modal-body .h4, .modal-body .h5, .modal-body .h6,
.modal-title {
    color: #000;
}

.bg-white {
    color: #626262;
}

.navbar-brand,
.home-sticker h2 i,
h1 i, h2 i, h3 i, h4 i, h5 i, h6,
.bg-white .band-member-nickname {
    color: #e50213;
}

.navbar-brand:hover {
    color: #fd381b;
}

body {
    background-color: #070a0a
}

.navbar-toggler,
.btn-primary,
.owl-carousel .owl-nav button {
    background: #e50213;
}

.btn:disabled,
.btn.disabled {
    background: #e50213ad;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #fd381b;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    border-color: #6d5f47;
}

.home-sticker,
.btn-primary {
    border-color: #e50213;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #fd381b;
}

.btn:disabled,
.btn.disabled {
    border-color: #e50213ad;
}

/************************************
FONTS
************************************/

.navbar-brand,
.section-title h1,
.section-title h2,
.section-small-title h2,
.band-member-nickname {
    font-family: 'Soft Lime', sans-serif;
}

.home-sticker h2 {
    font-family: 'Sigmar One', sans-serif;
}

/************************************
NAVBAR
************************************/

.navbar {
    background: rgba(6, 10, 10, 1) !important;
}

.navbar.not-scrolled {
    background: none !important;
}

.navbar.mobile-nav {
    background: rgba(6, 10, 10, .7) !important;
}

.navbar-brand {
    font-size: 2.4rem;
}

.nav-link {
    text-transform: uppercase;
}

.navbar-toggler i {
    font-size: 1.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/************************************
HOME
************************************/

#home {
    height: 100%;
    background-image: url('/images/background-37c462118a568a5738dad6348ad13ec5.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, .2);*/
    box-shadow: 0 0 100px 100px #070a0a inset;
}

.home-sticker {
    padding: 21px 12px 10px 12px;
    position: absolute;
    background: #c3b9af url("/images/background-sticker-ffd956e1d5e55798ec968db2b8a368a4.png") repeat scroll center center !important;
    bottom: 50px;
    top: auto;
    border: 3px solid #070a0a !important;
    z-index: 10;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 800px;
    transform: rotate(-5deg);
    animation: shake 2s cubic-bezier(.56, .07, .19, .97) both;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.home-sticker h2 {
    padding: 0;
    line-height: 1;
    font-size: 2rem;
}

.band-member img:hover {
    box-shadow: #aaa 1px 1px 10px;
    border: 1px solid #faaa;
}

.band-member-nickname {
    font-weight: 900;
    font-style: italic;
}

/************************************
NEWS
************************************/

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: transparent !important;
    border: 2px solid;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    margin: 5px;
    padding: 0;
    width: 40px;
    text-align: center;
}

.owl-carousel .owl-nav button.disabled {
    visibility: hidden;
}

.news-title h6 {
    letter-spacing: 1px;
}

.news-media-element {
    overflow: hidden;
}

.news-media-element img {
    transform: rotate(5deg) scale(1.1);
    transition: .3s ease-in-out;
}

.news-media-element:hover img {
    transform: rotate(0) scale(1);
}

/************************************
YOUTUBE
************************************/

.card-text-youtube {
    height: 117px;
    overflow: scroll;
}

/************************************
INSTAGRAM
************************************/

#media-photos .figure {
}

#media-photos .figure img {
    transform: rotate(0) scale(1);
    transition: .3s ease-in-out;
}

#media-photos .figure:hover img {
    transform: rotate(2deg) scale(1.04);
    box-shadow: #333 4px 4px 10px;
}

/************************************
ERROR PAGE
************************************/

.error-page {
    height: 100%;
}

.error-page body {
    position: relative;
    background-color: #fff;
    height: 100%;
}

.error-page body::after {
    content: "";
    background-image: url("/images/background-error-0bded873376c943f469f4ce92a2660ce.webp");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.error-page-content {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    color: #fff;
    z-index: 1015;
}

.error-page-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 56px;
    z-index: 1020;
    background-color: #000;
}

/************************************
SHOP PAGE
************************************/

.sprd-burgermenu {
    padding-top: 48px;
}

.sprd-social-bar,
.sprd-startpage-teaser,
#buttonSpreadshirt {
    display: none !important;
}

.sprd-header-container {
    padding-top: 62px;
}

#myShop {
    min-height: 1200px;
}

/************************************
RESPONSIVE
************************************/

.card .youtube-video {
    aspect-ratio: 9 / 5;
    width: 100%;
}

@media (max-width: 1200px) {
    .home-sticker {
        max-width: 500px;
        padding-top: 17px;
    }

    .home-sticker h2 {
        font-size: 1.3rem;
    }

    .error-page-footer {
        height: 102px;
    }
}

@media (max-width: 992px) {
    #about .section-small-title {
        margin-top: 30px;
    }

    .responsive-video {
        position: relative;
        padding-bottom: 52.25%;
        padding-top: 25px;
        height: 0;
    }

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-toggler,
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #111;
    }

    #home {
        height: auto;
        padding: 22em 0 0;
        background-position: center top !important;
        background-size: contain !important;
    }

    .home-bg-overlay {
        box-shadow: none;
    }

    .home-sticker {
        bottom: -35px;
        max-width: 300px;
        padding: 15px 12px 5px 12px;
    }

    .home-sticker h2 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .band-member h5 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.8rem;
    }

    .section-small-title .h4 {
        font-size: 1.1rem;
    }
}
