a {
    color: black;
}

a:hover {
    color: black;
    text-decoration: underline;
}

/* #showcase {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 85vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
} */

#showcase {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 85vh;
}

#showcase-overlay {
    width: 100%;
    height: 85vh;
    position: absolute;
    background: #fff;
    opacity: 0;
    z-index: 1;
}

#showcase-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 85vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
}

.showcase-content2 {
    padding-left: 100px;
}

.text-container {
    min-height: 60vh;
    padding: 48px 30%;
    display: grid;
    align-content: center;
}

.text-container p {
    text-align: justify;
}

.slogan-container {
    padding: 15px;
    display: grid;
    justify-content: center;
    align-content: center;
}

.slogan-container .bottom-text {
    margin-left: 150px;
}

.slogan-mb {
    margin-bottom: 100px;
}

.underliner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 6px;
}

.underliner-container-center {
    display: grid;
    grid-template-columns: 50%;
    justify-content: center;
    margin-top: 6px;
}

.underliner {
    height: 8px;
    background: black;
}

#bg-middle {
    background-image: url('../img/photos/Maz live by Claude Piscitelli.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 60vh;
}

#bg-bottom {
    background-image: url('../img/photos/De Läb Orchästra © Mike Zenari 3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 60vh;
    width: 100%;
    display: block;
}

.brand {
    padding: 30px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand img {
    width: 300px;
    height: auto;
}


/* animations overflow fix */
.showcase-content2, .text-container, .slogan-container{
    overflow: hidden;
}

/*  ---  Media Queries  ---  */

/*  ---  Phone Landscape  ---  */

@media(max-height:600px) {
    #showcase-overlay {
        opacity: 0.7;
    }
}

@media(max-width:1150px) {
    #showcase {
        background-position: left;
    }
}

/*  ---  Tablet  ---  */

@media(max-width:900px) {
    #showcase-content {
        grid-template-columns: 1fr;
    }
    .showcase-content2 {
        padding-left: 0;
        padding: 15px;
    }

}

/*  ---  Smartphone  ---  */

@media(max-width:480px) {
    h1 {
        font-size: 4.5em;
    }
    h3 {
        font-size: 1.6em;
    }
    .text-container {
        padding: 48px 15px;
    }
    .slogan-container {
        justify-content: center;
        padding-left: auto;
        padding-right: auto;
        margin-bottom: 70px;
    }
    .slogan-container h2 {
        font-size: 3em;
    }
    .slogan-container .bottom-text {
        margin-left: 0px;
    }
    #bg-middle {
        background-attachment: unset;
    }
    #bg-bottom {
        background-attachment: unset;
    }

}

/*  ---  Smartphone Small  ---  */

@media(max-width:360px) {
    h1 {
        font-size: 3.8em;
    }
    h3 {
        font-size: 1.4em;
    }
}