@font-face {
    font-family: api;
    src: url(siteMedia/fonts/aApiNyala.ttf) format(truetype);
}
/* ++++++++++ ALLGEMEIN ++++++++++ */
body {
    min-height: 100%;
    margin: 0 0;
}
.container {
    overflow: auto;
/*    scroll-snap-type: y; */
    height: 100vh;
}
section {
    scroll-snap-align: start;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    border-bottom: 5px black solid;
}

/* ++++++++++ MENÜLEISTE ++++++++++ */
.menuContainer {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 999;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.sect1 {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-top: 2%;
    margin-right: 2%;
}
.firstItem img {
    height: 80px;
    filter: drop-shadow(rgba(255, 0, 0, 0.8) 0rem 0rem 15px);
}
.firstItem {
    position: absolute;
    left: 2%;
    top: 10px;
}
li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: api;
    font-size: 2.5em;
    text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 45px rgb(255, 2, 2), 0 0 20px rgb(255, 119, 119);
    padding: 20px;
}
li a:hover {
    color: black;
    text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 25px rgb(255, 255, 255), 0 0 5px rgb(148, 148, 148);
}
.firstItem img:hover {
    filter: drop-shadow(rgba(255, 255, 255, 0.8) 0rem 0rem 15px);
}
@media screen and (max-width: 800px) {
    .menuContainer {
        height: 70px;
    }
    .menu {
        margin-top: 6%;
    }
    .firstItem img {
        height: 50px;
        top: 10px;
    }
    li a {
        font-size: 1.3em;
        padding: 5px;
    }
}

/* ++++++++++ HOME ++++++++++ */
#page1 {
    background-image: url("siteMedia/pics/backMnR_sepia.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.logo {
    display: flex;
    margin-left: 5%;
    margin-top: 28%;
    width: 70%;
    height: 50%;
    filter: drop-shadow(rgba(255, 0, 0, 0.8) 0rem 0rem 15px);
}
@media screen and (max-width: 800px) {
    #page1 {
        background-image: url("siteMedia/pics/backMnR_sepia_mobile.jpg");
        background-size: 100% 100%;
    }
    .logo {
        width: 100%;
        margin-left: 0;
        margin-top: 85%;
    }
}

/* ++++++++++ NEWS ++++++++++ */
#page2 {
    background-image: url("siteMedia/pics/backWood.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;   
}

    /* ALBUM ANNOUNCEMENT */
.news2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 10px rgba(248, 145, 27, 0.89) solid;
    border-bottom: 10px rgba(248, 145, 27, 0.89) solid;
    padding-top: 10px;
}
.albumText {
    font-size: 3.5em;
    color: rgb(103, 255, 43);
    filter: drop-shadow(rgba(255, 255, 255, 0.8) 0.2rem 0.2rem 5px);
    text-align: center;
    padding: 10px;
    margin-right: 30px;
}
#album {
    width: 30%;
    border: 5px rgba(131, 0, 253, 0.74) solid;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
    #page2 {
        padding-top: 70px;
    }
    .news2 {
        flex-direction: column;
    }
    .albumText {
        font-size: 1.5em;
        margin-right: 0;
    }   
    #album {
        width: 80%;
        margin-left: 0;
    }
}

/* ++++++++++ HISTORY ++++++++++ */
#page3 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("siteMedia/pics/backMnR_02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#page3 img {
    padding-top: 5%;
}
.historyText {
    color: white;
    font-size: 2.0em;
    margin: 5%;
}
.typ1 {
    text-align: center;
}
.typ2 {
    font-family: api;
    font-size: 4.0em;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 25px rgb(255, 0, 0), 0 0 5px rgb(139, 0, 0);
    text-align: center;
}
@media screen and (max-width: 800px) {
    #page3 img {
        width: 100%;
        padding-top: 20%;
    }
    .historyText{
        font-size: 1.0em;
    }
}

/* ++++++++++ VIDEOS ++++++++++ */
#page4 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("siteMedia/pics/albumArtSW.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#page4 .videosContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}
#page4 .videosContainer iframe {
    margin: 50px;
}
@media screen and (max-width: 800px) {
    #page4 {
        background-size: 100% 100%;
    }
    #page4 .videosContainer iframe {
        width: 320px;
        height: 180px;
    }
}

/* ++++++++++ SONGS ++++++++++ */
#page5 {
    background-color: black;
    background-image: url("siteMedia/pics/Icon.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
#backgroundBlur{
    background-color: rgba(255, 255, 255, 0.3);
    background-size: 100% 100%;
    z-index: +1;
    backdrop-filter: blur(10px);
}
.playerBox {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(255, 0, 0, 0.8));
    border-style: groove;
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom: 100px;
}
.player {
    display: flex;
    align-items: center;
}
.player p {
    color: rgb(0, 0, 0);
    font-family: api;
    font-size: 3.5em;
    position: relative;
    margin-left: 5%;
    width: 30%;
    text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 20px rgb(110, 110, 110), 0 0 50px rgb(22, 22, 22);
} 
dialog[open] {
    position: fixed;
    left: 33%;
    width: 50em;
    background-color: black;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("siteMedia/pics/backLyricsBox.png");
    background-size: 100% 100%;
    color: white;
    text-align: center;
    text-shadow: 0 0 4px rgb(255, 0, 0), 0 0 20px rgb(110, 0, 0), 0 0 50px rgb(22, 0, 0);
    border: thin solid rgb(200, 200, 200);
}
dialog::backdrop {
    background: hsl(201 50% 40% /.5);
}
dialog,
button {
	border-radius: .5em;
	border: thin solid;
	padding: .5em;
	margin: .5em;
}
button {
	padding: 0.5em 1em;
}
.player audio {
    position: flex;
    width: 50%;
}
.playerBox h5 {
    text-align: end;
    margin: 5px;
    font-size: 0.9em;
}
@media screen and (max-width: 800px) {
    .player {
        display: block;
        padding: 2%;
    }
    .player p {
        color: white;
        width: 100%;
        font-size: 1.7em;
        text-shadow: none;
    }
    .player audio {
        width: 100%;
    }
    .playerBox h5 {
        font-size: 0.6em;
    }
    dialog[open] {
        left: 0;
    }
}




/* ++++++++++ FOOTER ++++++++++ */

footer {
    background-color: black;
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 450px;
}
#links {
    height: 100px;
    display: flex;
    justify-content: center;  
    margin: 20px;
}
#links img {
    margin-left: 20px;
    margin-right: 20px;
    filter: drop-shadow(rgba(255, 0, 0, 0.8) 0rem 0rem 7px);
}
#links img:hover {
    filter: drop-shadow(rgba(255, 255, 255, 0.8) 0rem 0rem 15px);
}
#impressum {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.3)), url("siteMedia/pics/albumArtSW.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#impressum img {
    width: 30%;
    filter: drop-shadow(rgba(255, 0, 0, 0.8) 0rem 0rem 7px);
}
#impressum p {
    font-size: 1.5em;
    font-weight: 900;
}
#impressum .impLink {
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 40px;
}
#impressum .impLink a {
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    footer {
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    #links {
        height: 60px;
    }
    #links img {
        margin-left: 10px;
        margin-right: 10px;
        height: 50px;
    }
    #impressum {
        width: auto;
    }
    #impressum img {
        width: 70%;
    }
    #impressum p {
        font-size: 0.7em;
    }
    #impressum .impLink {
        font-size: 1.2em;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
}