
*
{
    box-sizing: border-box;
    font-size: 100%;
}

:root {
    --main-color:#00545b;
}

@-webkit-keyframes SpotlightAnimation {
    0%{background-position:0% 94%}
    50%{background-position:100% 7%}
    100%{background-position:0% 94%}
}
@-moz-keyframes SpotlightAnimation {
    0%{background-position:0% 94%}
    50%{background-position:100% 7%}
    100%{background-position:0% 94%}
}
@-o-keyframes SpotlightAnimation {
    0%{background-position:0% 94%}
    50%{background-position:100% 7%}
    100%{background-position:0% 94%}
}
@keyframes SpotlightAnimation {
    0%{background-position:0% 94%}
    50%{background-position:100% 7%}
    100%{background-position:0% 94%}
}

body
{
    background: url(/img/background_main.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    
    -webkit-animation: BackgroundAnimation 20s ease-in infinite alternate;
    -moz-animation: BackgroundAnimation 20s ease-in infinite alternate;
    -o-animation: BackgroundAnimation 20s ease-in infinite alternate;
    animation: BackgroundAnimation 15s ease infinite alternate;
}

a
{
    text-decoration: none;
    color: inherit;
}

.spotlight-gradient
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    
    background: linear-gradient(248deg, #000000, transparent);
    background-size: 600% 600%;

    -webkit-animation: SpotlightAnimation 25s ease infinite;
    -moz-animation: SpotlightAnimation 25s ease infinite;
    -o-animation: SpotlightAnimation 25s ease infinite;
    animation: SpotlightAnimation 25s  infinite;
}

.header-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.header
{
    flex-basis: 30%;
    flex-grow: 1;
    margin: 20px 38% 0px 20px;
    padding: 15px;
}

.header p
{
    font-family: "Noto Serif", serif;
    color: darkgrey;
    letter-spacing: 3px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    margin-left: 3px;
    margin-top: -8px;
    border: 1px solid var(--main-color);
    opacity: .75;
    width: 313px;
    padding: 5px;
    text-align: center;
    background-color: rgba(120, 200, 255, .1);
}

.main-title
{
    width: 30%;
    margin: 0;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 5rem;
    font-weight: normal;
    text-shadow: 0 0 8px rgba(0, 0, 0, .9);
    color: var(--main-color);
    line-height: 1.3;
}

.main-title span
{
    letter-spacing: 3px;
}

.main-title-divider
{
    position: relative;
    top: -108px;
    margin: 0;
    margin-bottom: 9px;
    padding: 0;
    width: 320px;
    border-bottom: 2px solid var(--main-color);
}

h2
{
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 2rem;
    color: var(--main-color);
    text-shadow: 0 0 8px rgba(0, 0, 0, .9);
    letter-spacing: 3px;
    padding-bottom: 9px;
    margin-bottom: 12px;
    margin-top: 0;
    border-bottom: 2px dotted var(--main-color);
}

h2:first-child
{
    border-bottom: 2px solid var(--main-color);
}

.showcase
{
    display: none;
    
    flex-basis: 20%;
    flex-grow: 1;
    margin: 0;
    padding: 24px;
}

.cd-container
{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
}

.cd-cover
{
    width: 100%;
    align-self: center;
}

.dates-location
{
    font-size: 1.45rem;
}

.dates-location a:hover
{
    color: darkgrey;
}

.dates-title
{
    font-family: "Noto Serif", serif;
    font-weight: normal;
    color: darkgrey;
}

.dates-text
{
    font-family: "Noto Serif", serif;
    font-size: .85rem;
    font-weight: normal;
    line-height: 1.7;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    color: rgba(180, 200, 255, .55);
    padding-bottom: 18px;
    border-bottom: 2px dotted var(--main-color);
}

.dates-location:last-child
{
    border-bottom: 2px solid var(--main-color);
}

.intro
{
    margin: 12vh 0 0;
    font-family: "Noto Serif", serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    color: rgba(180, 200, 255, .55);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
/*    border-bottom: 2px solid var(--main-color);*/
}

.wrapper
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px 40px 20px;
}

.left
{
    flex-basis: 30%;
    flex-grow: 1;
    padding: 15px;
    margin-right: 40%;
}

.right
{
    flex-basis: 30%;
    flex-grow: 1;
    padding: 15px;
}

footer
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 7px 0;
    margin: 0;
    background-color: var(--main-color);
}

footer span, footer div
{
    cursor: default;
}

.audio-player
{
    display: inline-block;
    margin: 0 15px;
}

.audio-player-controls
{
    background: none;
    border: none;
    margin-right: 3px;
    padding: 0;
    color: lightblue;
    opacity: .4;
    cursor: default;
}

.audio-player-controls:hover
{
    color: rgba(180, 200, 255, 1);
    opacity: .8;
    cursor: pointer;
}

.audio-player-controls:focus
{
    outline: none;
}

.audio-player-controls:active
{
    color: white;
}

.audio-player-title
{
    display: inline-block;
    position: relative;
    top: -2px;
    width: 70vw;
    margin: 0 0 0 10px;
    color: rgba(180, 200, 255, .5);
    border-left: 1px solid rgba(180, 200, 255, .3);
    padding: 0 0 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact
{
    display: inline-block;
    position: fixed;
    right: 0;
    margin-right: 3px;
    margin-top: -2px;
    padding: 1px 0 0 2px;
    border-left: 1px solid rgba(180, 200, 255, .3);
}

.button-mail, .button-mail:focus
{
    background: none;
    border: none;
    outline: none;
    color: rgba(180, 200, 255, .5);
    margin-top: 1px;
}

.button-mail a:hover
{
    color: rgba(180, 200, 255, 1);
    cursor: pointer;
}

.bold
{
    font-weight: bold;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 979px) {
    .wrapper
    {
        background-color: rgba(35,50,50,.3);
        margin-top: 9em;
    }
    .left
    {
        margin-right: 0;
        min-width: 300px;
    }
    .right
    {
        min-width: 300px;
    }
    .intro
    {
        margin-top: -16px;
    }
    .audio-player-title
    {
        width: 60vw;
    }
}
@media screen and (max-width: 397px) {
    .main-title
    {
        font-size: 4.9rem;
    }
    .header
    {
        padding: 0;
    }
    .main-title-divider
    {
        width: 310px;
    }
    .audio-player-title
    {
        width: 60vw;
    }
    .header p
    {
        width: 308px;
    }
}




