@charset "UTF-8";
.graphic-row {
    z-index: 1;
    max-height: 17vw;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}

.background-img-info-header {
    padding-top: 50vh;
    background: url('/logo/logo.svg') top / 45% no-repeat fixed, linear-gradient(180deg, rgba(27, 38, 54, 1) 0%, rgba(28, 39, 56, 1) 16%, rgba(46, 59, 86, 1) 100%);
}

.normal-text a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(237, 239, 251, 0.4);
}

figure {
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.graphic-row:hover {
    z-index: 1;
    transform: scale(1.02);
}

.my-gallery {

    z-index: 1;
    background-color: var(--background-color);
    padding: 15px 15vw;
}

#graphic-con .normal-header {
    z-index: 5;
    filter: drop-shadow(0 0 60px rgba(0, 0, 0, 0.4));
    background-color: var(--white-color);
    padding: 5vh 0;
}

#graphic-con {
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    background-color: var(--white-color);
}

@media only screen and (max-width: 1000px) and (min-width: 500px) {

    .graphic-row {
        max-height: 20vw;
    }
}

@media only screen and (max-width: 500px) {

    .my-gallery {
        padding: 20px 0;
    }

    .graphic-row {
        max-width: 100vw;
        min-width: 100vw;
        height: auto;
        max-height: none;
    }
}

@media only screen and (max-width: 800px) {
    .background-img-info-header {
        padding-top: 70vh;
        background: url('/Graphic-pictures/The graphic designer.jpg') center/ cover no-repeat fixed;
    );
    }
}