body {
    background-image: url("img/background.jpg");
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% auto;
    background-position-y: bottom;
}

.glow {
    -webkit-filter: drop-shadow(15px 15px 7px rgba(1, 1, 1, 0.5));
    filter: drop-shadow(15px 15px 7px rgba(1, 1, 1, 0.5));
}

html,
body {
    margin: 0;
    color: white;
    font-size: 20px;
}


/* HEADER STUFF */

.butterflygif {
    width: 60%;
}

@media (min-width: 900px) {
    .glow {
        height: 100vh;
    }
    .butterflygif {
        width: 30%;
    }
}


/* ALLGEMEIN */

#wrapper {
    min-height: 100%;
    width: 100%;
}

.content {
    width: 90%;
}

#dyh-footer {
    word-break: break-all;
    word-wrap: break-word;
}

.euro-emoji {
    width: 20px;
    position: relative;
    top: 8px;
    padding: 3px
}


/* CONTENT PIECE */

.content-piece {
    border: 5px dotted white;
    background-color: rgba(1, 1, 1, 0.5);
    fill-opacity: 80%;
    margin: 10px;
    padding: 10px;
    font-size: 0.9em;
    width: 70%;
    overflow-wrap: normal;
    word-break: normal;
}

.title {
    font-size: 1.2em;
    background-color: yellow;
    color: red;
    font-weight: bold;
    padding: 0px 5px;
    font-family: 'cruiser_fortress_chromeRg';
}


/* ELEMENT BACKGROUNDS */

#montevideo {
    background-image: url(img/montevideo_background.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: auto auto;
    background-position-y: bottom;
}

#anthropozan {
    background-image: url(img/anthro_background.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 100% 100%;
    background-position-y: bottom;
}

#anthropozan-title {
    background-color: black;
    color: white;
}


/* LINKS */

a:link {
    color: white;
    font-family: 'helvetica';
    font-style:italic;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: black;
    padding: 7px;
    margin: 10px;
    line-height: 1.5em;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

a.singletext {
    color: red;
    font-size: 1.3em;
    padding: 10px;
    background-color: black;
}

a.networktext {
    color: fuchsia;
    background-color: white;
}

a.socialmedias {
    color: floralwhite;
    background-color: fuchsia;
}

a:hover {
    border: 6px solid red;
}

a::before {
    content: url(img/star_rotate.gif);
}

a::after {
    content: url(img/star_rotate.gif);
}


/* HOVER BAND IMAGE */

#bandfoto {
    background: url("img/clss2_promofoto_web.jpg");
    width: 100%;
    height: 667px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*
#bandfoto:hover {
    background: url("img/clss0.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
*/


/* BUTTERFLIES */

#butterfly-wrap {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 99;
    pointer-events: none;
}

.butterflies {
    width: 36px;
    height: 36px;
    background: url("gif/butterfly1.gif");
    background-size: contain;
    position: fixed;
    top: 100vh;
    left: 20vw;
}


/* FONTS */

@font-face {
    font-family: 'cruiser_fortress_3d_italicIt';
    src: url('font/cruiserfortress3dital-webfont.woff2') format('woff2'), url('font/cruiserfortress3dital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cruiser_fortress_chromeRg';
    src: url('font/cruiserfortresschrome-webfont.woff2') format('woff2'), url('font/cruiserfortresschrome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cruiser_fortress_punchregular';
    src: url('font/cruiserfortresspunch-webfont.woff2') format('woff2'), url('font/cruiserfortresspunch-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}