@font-face {
    font-family: helvlight;
    src: url(fonts/HelveticaNeueLight.otf);
}

@font-face {
    font-family: helvthinital;
    src: url(fonts/HelveticaNeueThinItalic.otf);
}

@font-face {
    font-family: helvroman;
    src: url(fonts/HelveticaNeueRoman.otf);
}

img {
    border: rgb(164, 35, 219);
    border-style: solid;
    border-width: 2px;
}

p {
    color: blueviolet;
}

a.navbar {
    color: blueviolet;
    transition: font-size 55ms;
}
    a.navbar:hover {
        color: white;
        font-size: 110%;
    }

h1{
    font-family: helvthinital;
    font-size: 72px;
    color: rgb(156, 0, 235);
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-shadow: rgba(202, 65, 223, 0.548) 0px 0px 15px;     /* background-image: linear-gradient(rgb(158, 0, 183), rgb(32, 0, 29)); */
    /* padding: 20px; */
        margin-top: -5px;
        margin-bottom: -7px;
}

/* FIGURE OUT HOW TO CHANGE ANCHOR AND MAKE THE ANIMATION AFFECT A SPAN OF THE HEADER AND NOT THE A OBJECT */
    h1:hover {
        color: rgb(255, 35, 244);
        transition: color 500ms;
    }

    h1:not(:hover) {
                color: rgb(156, 0, 235);
        transition: color 500ms;
    }

body {
    background-color: rgb(105, 8, 135);
    background-size: 100%;
    background-image: url("images/flowerbg.jpg");
    background-blend-mode: multiply;
    font-family: helvlight;
}

.container {
    /* display: grid; */
    /* grid-template-columns: auto auto; */
    /* grid-template-rows: auto; */
    background-image: linear-gradient(165deg,rgb(32, 5, 45), rgb(164, 35, 219));
    margin-left: 10%;
    margin-right: 10%;
    border: rgb(164, 35, 219);
    border-style: solid;
    border-width: 2px;
}

.container div {
    padding: 1%;
}

.navbar {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    font-size: 30px;
}

.text {
    mix-blend-mode: screen;
}

div.navbar {
    background-image: linear-gradient(rgb(203, 82, 255), rgb(164, 35, 219), rgb(21, 5, 25), rgb(32, 27, 36));
    border: rgb(164, 35, 219);
    border-style: solid;
    border-width: 2px;
}


#genredrop {
    display: none;
}
.paragraph {
    background-color: rgb(4, 255, 0);
    margin: 15px;
}

.genredrop {
    display: none;
}