/*---------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
------- Stop sneakin the code of this website! This a dirty old boy from 2015, just serving its purpose. --------
-----------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------*/

.nav,
.pagination,
.carousel,
.panel-title a,
a {
    cursor: pointer;
}

body {
    color: white;
    font-family: Arial;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: url('assets/BG.jpg?v=3') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 15%;
}

@media (min-width:700px) {
    body {
        font-size: 18px;
    }
}


#Intro_Logo_Container {
    position: fixed;
    left: 4px;
    right: 4px;
    height: 270px;
    top: 56%;
    transform: translateY(-75%);
    text-align: center;
    z-index: 1 !important;
    pointer-events: none;
}

#Intro_logo_Mini_Container {
    display: none;
}

#Intro_Logo {
    z-index: 1 !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    min-width: 300px;
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


#Intro_Logo:hover {
    transform: scale(1.1, 1.1);
    opacity: 0.7;
}


.page-content-container {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 10000 !important;
    border: none;
    padding: 20px;
    border-top: 2px solid white;
}

.page-content {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.platform-img {
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    margin: 8px;
}

.platform-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 8px;
}

.album-cover {
    width: 100%;
    max-width: 350px;
}

.max-width-1000 {
    max-width: 1000px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.flexbox {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}


.imprint {
    margin-top: 30px;
    font-size: 9px;
}

p {
    text-align: justify;
}