@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');


:root {
    --color-background: #0a0a0a;
    --color-text: #f1f1f1;
    --color-text-hover: #1c1f22;
    --color-light-purple: rgb(60,60,80);
    --color-light-purple: rgb(131, 117, 117);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: #000;
    color: var(--color-text);
    height: 100%;
}

.column {
    display: flex;
    flex-direction: column;
}

/*.effect {
    transition: opacity 5s !important;
}*/

ul, ol {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

.upper-case, .upper-case > li {
    text-transform: uppercase;
}

a {
    color: var(--color-text);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

    a:hover, btn:hover {
        color: var(--color-text-hover);
        transition: all 0.15s ease-in-out;
    }

.flex {
    display: flex;
}

.center {
    justify-content: center;
    align-items: center;
}

.secondary-header {
    font-family: "Courier New", "Monaco", "Lucida Console", monospace;
    margin-bottom: 0rem;
    font-size: 1.6rem;
    opacity: 0.4;
    text-transform: uppercase;
    font-weight: 600;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.align-start {
    align-items: start;
    justify-content: center;
}

.mt-md {
    margin-top: 6.4rem;
}

.mb-small {
    margin-bottom: 3.2rem;
}

.mb-md {
    margin-bottom: 6.4rem;
}

.release-background-image {
    background-repeat: repeat-y;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-position: center;
    z-index: -10;
    opacity: 0.4;
    -webkit-filter: blur(35px);
    filter: blur(55px);
    position: fixed;
}

.streamingServiceIcon {
    display: block;
    width: 43px;
    height: 43px;
    box-shadow: 0px 0px 5px #000000;
}

.logo-img {
    width: 550px;
    opacity: 0.9;
}

section {
    margin-bottom: 1.5rem;
    padding-right: 5%;
    padding-left: 5%;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.releaseCoverContainer {
    border-radius: 16px;
    position: relative;
    display: flex;
    box-sizing: border-box;
    text-align: start;
    justify-content: center;
    opacity: 0.7;
    width: 100%;
    align-self: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.sp-color {
    background-color: rgb(60,60,80);
}

.ptsi-color {
    background-color: black
}

.cover {
    border-radius: 4%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    min-width: 35%;
    margin-top: -20%;
    box-shadow: 0px 0px 10px #000000;
}

.btn {
    font-family: "Monaco", "Lucida Console", "Courier New", monospace;
    text-align: left;
    color: var(--color-text);
    font-size: 18px;
    font-weight: 400;
    opacity: 0.6;
    border-radius: 10px;
    width: 100%;
    align-self: center;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
}

    .btn:hover {
        opacity: 0.8;
        color: white;
        transition: all 0.15s ease-in-out;
    }

    .btn:active,
    .btn:focus {
        box-shadow: none;
        color: white;
    }

.btnContent {
    display: flex;
    align-items: center;
    padding-left: 10px;
}



.btnContainer {
    display: block;
    margin-top: 15px;
    height: 35%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
}


/* YOUTUBE Section */

.youtube {
    display: flex;
    margin: 0rem auto 3.2rem;
    max-width: 80%;
    z-index: 10;
    border-radius: 2%;
    opacity: 0.6;
    transition: all 0.15s ease-in-out;
}

    .youtube:hover {
        opacity: 0.8;
        transition: all 0.15s ease-in-out;
    }

    .youtube:active,
    .youtube:focus {
        box-shadow: none;
    }


/* MAIN PAGE Section */


.album-wrapper {
    border-radius: 16px;
    opacity: 0.8;
}

    .album-wrapper:hover {
        opacity: 0.9;
    }

.grid {
    display: grid;
}

.all-albums {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
    margin-bottom: 3.2rem;
    width: fit-content;
}

.all-singles {
    grid-template-columns: repeat(6, 1fr);
    /*gap: 0.6rem;*/
    margin-bottom: 3.2rem;
    width: 100%;
}

.album-image {
    width: 11.6rem;
    height: auto;
    border-radius: 8px;
}

.single-image {
    width: 10.9rem;
    height: auto;
    border-radius: 8px;
}

.social-icons-wrapper {
    gap: 0.7rem;
    width: 100%;
    padding-bottom: 3.2rem;
}

.back-wrapper {
    margin-bottom: 4.8rem;
    text-transform: uppercase;
}

    .back-wrapper a:hover {
        color: #d2d2d2;
    }



.social-icon {
    width: 35px;
    height: 35px;
    opacity: 0.8;
    transition: all 0.15s ease-in-out;
}

    .social-icon:hover {
        opacity: 1;
        transition: all 0.15s ease-in-out;
    }

/* MEDIA Section */
@media only screen and (max-width: 689px) {
    .main-content {
        padding-top: 25%;
    }
}

@media only screen and (min-width: 690px) {
    .main-content {
        padding-top: 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .main-content {
        padding-top: 10%;
    }
}

@media (max-width: 1355px) {
    /*.all-albums {
        grid-template-columns: repeat(3, 1fr);
    }*/
}

@media (max-width: 1210px) {
    .all-albums {
        grid-template-columns: 1fr;
    }

    .all-singles {
        grid-template-columns: 1fr;
    }

    .logo-img {
        width: 500px;
    }

    .album-image, .single-image {
        width: 15rem; 
    }
}

@media (max-width: 750px) {
    .logo-img {
        width: 430px;
    }
}

@media (max-width: 550px) {
    .logo-img {
        width: 350px;
    }
}
