:root{
    --col-primary : #ff4929;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
    font-weight: 200 700;
    font-style: normal;
}

html{
    scroll-behavior:smooth;
}

h2{
    font-family: "Oswald", sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
}

.header-container{
    background-color: #E9EAEC;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    box-shadow: rgba(0,0,0, 0.2) 0px 2px 10px;
}

#header{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    height: 6em;
}

@media screen and (max-width: 900px) {
    #header{
        flex-direction: column;
    }
}

.minimalHeader{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 1em;
}

#logo{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1em;
    text-decoration: none;
    color: #000;
}


#logo img{
    max-height: 4em;
    margin: auto;
}

#logo h1{
    vertical-align: middle;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.6rem;
    display: grid;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 500px) {
    #logo img{
        margin-left: 0;
        margin-right: auto;
    }
    
    #logo h1{
        display: none;
    }
}

.main-nav{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 2em;
    padding: 1em;
}

@media screen and (max-width: 900px) {
    .main-nav{
        z-index: 99;
        width: 100%;
        margin: 0 auto;
        grid-row: 3 / span 2;
        flex-direction: column;
        display: none;
        background-color: #353535;
        min-height: 100vh;
        padding: 2em;
    }
}

.show-main-nav {
    display: flex;
}

.hamburger{
    border: none;
    background-color: transparent;
    min-width: 5em;
    margin-left: auto;
    display: grid;
    align-items: center;
}

.hamburger:hover{
    cursor: pointer;
}


.hamburger i{
    font-size: 2rem;
}

@media screen and (min-width: 901px) {
    .hamburger{
      display: none;
    }
}

.closeIcon {
    display: none;
}

.menuIcon,
.closeIcon,
.material-symbols-outlined {
    color:#000;
}

.menuItem {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    display: grid;
    align-items: center;
    color: #353535;
}

.menuItem:hover,
.menuItem:active{
    text-decoration: underline;
    color: #000;
}

@media screen and (max-width: 900px) {
    .menuItem{
        color: #fff;
    }

    .menuItem:hover,
    .menuItem:active{
        text-decoration: underline;
        color: #fff;
    }

}

main{
    margin: 6em auto 0;
}

#home{
    width: 100%;
    margin: 6em auto 0;
    background-image: url("../img/hero-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#releases{
    background-color: #F9F9F9;
}

.body-wrapper{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4em 2em;
}

@media screen and (max-width: 900px) {
    .body-wrapper{
        padding: 1em .5em;
    }
}

@media screen and (max-width: 500px) {
    .slider-container{
        padding: 4em 1em
    }
}

#slider{
    width: 100%;
    max-width: 1400px;
    height: auto;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
    font-style: normal;
}

#slider h2{
    margin-bottom: .2em;
}

.slider-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
    column-gap: 2em;
    padding: 2em 6em;
    justify-content: space-around;
}

.slider-content img{
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: cover;
    margin: auto 0;
    box-shadow: rgba(0,0,0, 0.4) 0px 2px 10px;
}

@media screen and (max-width: 900px) {
    .slider-content img{
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    .slider-content{
        padding: 4em 1em;
    }
}

@media screen and  (min-width: 501px) and (max-width: 900px) {
    .slider-content{
        padding: 2em 1em;
    }
}

@media screen and  (min-width: 901px) and (max-width: 1150px) {
    .slider-content{
        padding: 3em 1em;
    }

    .slider-content img{
        width: 40%;
    }
}

.slider-infos{
    margin: auto 0;
    padding: 1em;
}

@media screen and (max-width: 900px) {
    .slider-infos{
        margin: auto;
    }
}


.slider-title{
    font-weight: 500;
    font-size: 3.1rem;
    margin: 0;
}

@media screen and (max-width: 500px) {
    .slider-title{
        font-size: 1.2rem;
    }
}

@media screen and  (min-width: 501px) and (max-width: 900px) {
    .slider-title{
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 900px) {
    .slider-title{
        text-align: center;
    }
}

.slider-baseline{
    font-weight: 100;
    font-size: 1.8rem;
    margin: .5em 0 1em 0;
}

@media screen and (max-width: 500px) {
    .slider-baseline{
        font-size: .9rem;
    }
}

@media screen and  (min-width: 501px) and (max-width: 900px) {
    .slider-baseline{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 900px) {
    .slider-baseline{
        text-align: center;
    }
}

.slider-link{
    font-weight: 200;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border: 2px #000 solid;
    padding: .5em 1em;
    text-align: center;
    transition: all .25s ease-out;
}

.slider-link:hover,
.slider-link:active{
    cursor: pointer;
    color: #000;
    background-color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 500px) {
    .slider-link{
        font-size: .9rem;
    }
}

@media screen and  (min-width: 501px) and (max-width: 900px) {
    .slider-link{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 900px) {
    .slider-link-container  {
        margin: 0 auto;
    }
}

.releases-grid{
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-family: 'Rubik';
    font-style: normal;
}

@media screen and  (max-width: 660px) {
    .releases-grid{
        grid-template-columns: 1fr;
    }
}

@media screen and  (min-width: 661px) and (max-width: 1000px) {
    .releases-grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and  (min-width: 1001px) and (max-width: 1400px) {
    .releases-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.release-item{
    background-color: #fff;
    text-align: center;
    box-shadow: rgba(0,0,0, 0.2) 0px 2px 10px;
}

.release-cover{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.release-title{
    font-weight: 600;
    font-size: 1.0rem;
    margin: 0 auto;
    padding-top: .5em;
    color: var(--col-primary);
}

.release-artist{
    font-weight: 400;
    font-size: 1.0rem;
    margin: 0 auto;
    padding: .25em;
}

.release-date{
    font-weight: 400;
    font-size: .7rem;
    margin: 0 auto;
    padding-top: .5em;
}

.release-links{
    padding: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and  (max-width: 500px) {
    .release-links{
        flex-direction: column;
    }
}

.release-links a{
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    background-color: var(--col-primary);
    padding: 0.75em 1.25em;
    border-radius: 1.3em;
    margin-bottom: 0;
    transition: all .25s ease-out;
}

@media screen and  (max-width: 500px) {
    .release-links a{
        margin-bottom: 0.5em;
    }

    .release-links a:last-of-type{
        margin-bottom: 0;
    }
}

.release-links a:hover,
.release-links a:active{
    text-decoration: underline;
}

.artist{
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 4em;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .artist{
        grid-template-columns: 1fr;
        margin-top: 2em;
    }
}

.artist:first-of-type{
    margin-top: 0;
}

.artist-photo{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.artist-infos{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-top: var(--col-primary)2px solid;
    border-left: none;
    border-bottom: none;
    border-right: var(--col-primary) 2px solid;
}

@media screen and (max-width: 900px) {
    .artist-infos{
        border-left: var(--col-primary) 2px solid;
        border-right: var(--col-primary) 2px solid;
        border-top: none;
        border-bottom: none;
    }
}

.artist-infos h3{
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-size: 2.1rem;
    font-weight: 800;
    padding: .5em 1em;
    margin: 0;
 
}

.artist-infos p{
    font-family: 'Rubik';
    font-style: normal;
    color:#353535;
    font-size: 1.1rem;
    padding: .25em 2em;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .artist-infos p{
        margin-bottom: 1em;
    }
}

.artist-links{
    background-color: var(--col-primary);
    display: flex;
    flex-direction: row;
    margin-top: auto;
    padding: 2em 2em;
    transition: all .25s ease-out;
}

@media screen and (max-width: 900px) {
    .artist-links{
        flex-direction: column;
    }
}

.artist-links a{
    font-family: 'Rubik';
    font-style: bold;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0 0.5em;
}

@media screen and (max-width: 900px) {
    .artist-links a{
        margin-bottom: 1em;
    }

    .artist-links a:last-child{
        margin-bottom: 0;
    }
}

.artist-links a:hover,
.artist-links a:active{
    text-decoration: underline;
}

#about{
    background-color: #F9F9F9;
    text-align: center;
}

.about-header{
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    padding: 4em 1em;
    background-image: url("../img/about-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .about-header{
        flex-direction: column;
    }
}

.about-header img{
    height: 100%;
    max-height: 10em;
    margin: auto 0;
    padding-right: 2em;
    display: grid;
    object-fit:contain;
}

@media screen and (max-width: 900px) {
    .about-header img{
        display: none;
    }
}

.about-header h3{
    margin: auto 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 5rem;
    display: grid;
    text-shadow: rgba(0,0,0, 0.6) 0px 2px 10px;
}

@media screen and (max-width: 900px) {
    .about-header h3{
        overflow-wrap: break-word;
        font-size: 4rem;
    }
}

.about-content{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 900px) {
    .about-content{
        grid-template-columns: 1fr;
    }
}

.about-story{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2em 4em;
    text-align: left;
    border-left: var(--col-primary) 2px solid;
    border-right: none;
    border-top: none;
    border-bottom: var(--col-primary) 2px solid;
    background-color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    font-size: 1.1rem;
    color:#353535;
}

@media screen and (max-width: 900px) {
    .about-story{
        border-left: var(--col-primary) 2px solid;
        border-right: var(--col-primary) 2px solid;
        border-top: none;
        border-bottom: none;
    }
}

@media screen and (max-width: 500px) {
    .about-story{
        padding: 2em 2em;
    }
}

.contact{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2em 4em;
    background-color: var(--col-primary);
    color: #fff;
}

@media screen and (max-width: 500px) {
    .contact{
        padding: 2em 2em;
    }
}

.contact h4{
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1em;
}

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

.contact-links i{
    margin-right: .2em;
}

.contact-links a{
    background-color: #fff;
    font-family: 'Rubik';
    font-style: normal;
    color: #000;
    font-size: .8rem;
    text-decoration: none;
    margin: 1em auto;
    padding: 1em;
    transition: all .25s ease-out;
}

.contact-links a:hover,
.contact-links a:active{
    color: #fff;
    background-color: #000;
}

@media screen and (max-width: 900px) {
    .contact-links a{
        font-size: 1rem;
    }

    .fa-envelope{
        display: none;
    }
}

footer{
    background-color: #353535;
    font-family: 'Rubik';
    font-style: normal;
    color: #9b9b9b;
    font-size: 1.1rem;
}

footer img{
    max-height: 4em;
    opacity: .4;
    margin: auto 0;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 900px) {
    .footer-grid{
        grid-template-columns: 1fr;
        padding: 3em;
    }
}

.footer-music-links{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.footer-music-links a{
    margin-bottom: .5em;
}

.footer-music-links a:hover,
.footer-music-links a:active{
    color: #fff;
    text-decoration: underline;
}

footer a{
    color: #9b9b9b;
    text-decoration: none;
    transition: all .25s ease-out;
}

.copyright-group{
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.copyright{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1em;
}

.footer-social-links{
    margin-bottom: 0;
}

.footer-social-links a{
    font-size: 2em;
}

.footer-social-links a:hover,
.footer-social-links a:active{
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 900px) {
    .copyright-group,
    .footer-music-links{
        margin-bottom: 2em;
    }
}