@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');

.img-div {
    display: relative;
    margin: 0px auto;
    width: 1100px;
    max-width: 100%;
}

.img-container {
    position: relative;
}

.main-img {
    display: block;
    margin: 0px auto;
    width: 1100px;
    max-width: 100%
}

.img-right {
    width: 400px;
    max-width: 100%;
    
    float: right;
    
    margin: 0px 15px 15px 15px;
    
    box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}
.nav-bar {
    max-width: 1100px;
    height: 3em;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
        
    background-color: rgba(34,34,34,1);
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);
    
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    
    overflow-y: visible;
    /*Navbarille myös varjo*/
}

.nav-link {
    margin: auto;
    font-family: "Raleway","Arial",sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
    
    color: #FFF;
}
.nav-link:hover {
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
    transition: text-shadow 0.2s;
}

.bio, .works, .contact, .footer {
    max-width: 850px;    
}
.bio, .works, .contact {
    background-color: rgba(20,20,20,0.75);
    padding: 60px 4% 50px 4%;
    min-height: 100vh;
    overflow: hidden;
}
.works, .contact, .footer {
    margin: 0px auto;
}

.bio {
    margin: -10px auto 0px auto;
    /*height: 100vh;*/    
}

.works {
    /*min-height: 100vh;*/
    
    display: flex;
    flex-direction: column;
}

.contact {
    /*min-height: 100vh;*/
}

.footer {
    background-color: rgba(0,0,0,0.85);
    padding: 1px 4% 1px 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-text {  
    text-align: right;
    padding: 0px 0px;
    border: none;
}

.collapsible {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    
    margin: 5px auto 0px auto;
    
    border-radius: 0px 10px 0px 10px;
    
    transition: box-shadow 1s ease-out;
}

.active, .collapsible:hover {
    background-color: rgba(20,20,20,0.7);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    transition: box-shadow 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.active {
    border-radius: 0px 10px 0px 0px;
}

.content {
    padding: 0 18px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
    max-height: 0px;
    transition: max-height 0.5s ease-out;
    
    border-radius: 0px 0px 0px 10px;    
}

.show-more {
    display: float;
    float: right;
}

.ensemble, .description, .piece-info, .collapsible, .piece-label, audio-info, p {
    font-family: "Open Sans", "Arial", sans-serif;
}

.ensemble {
    font-size: 12px;
    font-style: italic;
}

.piece-label {
    font-size: 13px;
    /*font-style: italic;*/
    margin: auto 1em auto auto;
    width: 30%;
}

.piece-info {
    font-size: 14px;
}

.audio-info {
    font-size: 12px;
    font-style: italic;
}

.audio-player {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #000;
    background-image: url("../img/zoom-bg-2-desat-90.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background-size: auto 100vh;*/
    /*background-position: center;*/
    
    overflow-x: hidden;
}

h1 {    
    position: absolute;
    top: 15px;
    left: 3%;
    
    line-height: 40px;
    
    font-family: "Tangerine", "Arial", sans-serif;
    font-size: 120px;
    color: #fff;
    
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}

.subheader {
    font-size: 50px;
}

h2 {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 32px;
    color: #fff;
    /*text-decoration: underline;*/
    text-decoration-skip: none;
    
    text-align: left;
    
    text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}

h3 {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 18px;
    color: #fff;
    /*text-decoration: underline;*/
    text-decoration-skip: none;
    
    text-align: left;
    margin-left: 1%;
    
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

p {
    font-size: 16px;
    color: #fff;
    
    padding: 0px 0px 10px 12px;
    
    text-align: left;
    /*text-justify: inter-word;*/
    
    border-style: none none none dashed;
    border-width: 1px;
    border-color: rgba(255,255,255,0.6);
}

.score-link:link {
    color: #fff;
}

.score-link:hover {
    text-shadow: 0px 0px 8px rgba(255,255,255,0.3);
}

.score-link:visited {
    color: #bbb;
}

@media (max-width: 950px) {
    h1 {
        font-size: 90px;
        top: 10px;
        line-height: 30px;
    }
    .subheader {
        font-size: 37px;
    }
}

@media (max-width: 720px) {
    h1 {
        font-size: 70px;
        top: 5px;
        line-height: 25px;
    }
    .subheader {
        font-size: 30px;
    }
    .img-right {
        display: block;
        margin: auto auto;
        float: none;
    }
}

@media (max-width: 570px) {
    h1 {
        font-size: 50px;
        top: 5px;
        line-height: 15px;
    }
    .subheader {
        font-size: 20px;
    }
}
