* {
    box-sizing: border-box;
    margin: 0;
}
html, body {
  height: 100vh;
  width: 100vw;
  margin: 0px;
}
body {
    background-color: #114e11;
    font-family: 'Quicksand', 'Trebuchet MS', Verdana, Tahoma, Geneva, sans-serif;
    color: #EEFFEE;
}
body.noNav {
    border-top: 5vh solid #001600;
}

/* Formatting nav bar */
nav {
    /* position: fixed; */
    height: 5vh;
    width: 100vw;
    font-size: medium;
    background-color: #001600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
nav ul {
    margin: 0;
    padding: 0;
    max-width: 70%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
}
nav li {
    display: inline;
    margin:0;
    padding: 0;
}
li a {
    padding: 1vh 0vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* transition:0.5s; */
    flex-grow: 1;
    flex-shrink: 1;
}
a:link {
  color:#EEFFEE;
}
a:visited {
  color: #e1fdbc;
}
a:hover, a.navBar:active {
  /* color: #EEFFEE; */
  color: #44CC44;
}
a:visited:hover {
    color: #44CC44; 
}
nav img {
    width: 4vh; 
    height: 4vh;
    margin-left: 5px;
    padding:0;
    vertical-align: middle;
    text-align: left;
}
nav a.lang {
    /* color: aquamarine; */
    background-color: transparent;
    padding: 0.8em;
    text-align: right;
    vertical-align: top;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}
.dropdownmenu {
    display: none;
}

/* formatting homepage */
#container {
    width: 100vw;
    height: 95vh;
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin:0;
}
main.home {
    background-image: url('images/frankrijk.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    flex-wrap: nowrap;
    overflow-y: auto;
    height: 95vh;
    width: 75vw;
    margin: 0;
    font-size: medium;
}
header.home {
  min-height: 25vh;
  width: 75vw;
  text-align: center;
  vertical-align: top;
  margin-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
noscript {
    border: 8px solid red;
    text-align: center;
    color: #001600;
    font-weight: bolder;
    font-size: x-large;
    margin: auto;
    padding: 5px;
    size: 75vw;
}
.home h1 {
    font-size:4rem;
    margin-top:4vh;
    display:inline-block;
    vertical-align:center;
    background-color: rgba(0, 72, 0, 0.2);
    border-radius: 1em;
  }  
.home h2 {
  font-size: x-large;
  margin-top: 4vh;
  margin-bottom: 1vh;
  background-color: rgba(0, 72, 0, 0.2);
  border-radius: 1em;
  width: 72vw;
  text-align: center;
  display: inline-block;
}
.home h3 {
    font-size: larger;
    line-height: 2.0;
}
.home p {
    /* font-size: larger; */
    line-height: 1.4;
}
div.announce {
    width: 60vw;
    margin-bottom: 1em; 
    padding: 0.2em;
    text-align: center;
    /* border: 2px solid #EEFFEE; */
    border: 2px solid yellow;
    border-radius: 0.1em;
    font-weight: bold;
    font-size: x-large;
    color: lightyellow;
}
section.home {
  height: fit-content;
  width: 70%;
  max-width: 45vw;
  vertical-align: bottom;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1em;
  margin:1em 2em; 
  font-size:medium;
}
section.home a:link, a:visited, a:active {
    color: #e1fdbc;
}
section.home a:hover {
    color: white;
}
div.horizontalAside {
    width: 100vw;
    overflow-x: auto;
    display: none;
    min-height: 210px;
}
aside {
  color: #EEFFEE;
  height: 95vh;
  width: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  background-image: url('images/grass.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
aside h2 {
    text-align: center;
    margin: 1em;
}
div.iframeContainer {
    max-height: 80vh;
    overflow-y: auto;
}
figure.home {
    width: 24vw;
    max-width: 250px;
    margin: 0.5vw;
    border: 1px solid #EEFFEE;
    text-align: center;
}
figcaption.home {
    display: inline-block;
    margin: 2px 10px;
    height: 50px;
}
iframe.home {
    display: inline-block;
    padding: 5px;
    flex-shrink: 1;
    max-width: calc(min(230px, 23vw));
    max-height: calc(0.9*min(230px 23vw));
}
p.iframe {
    color: yellow;
}
aside h3 {
    font-size: 1em;
    font-weight: 400;
}
div.iframe {
    text-align: center;
}
iframe.aside {
    padding: 0;
    width: 20vw;
    height: 16vw;
    max-height: 12vh;
    margin: 0.5em;
    margin-bottom: 2em;
    flex-shrink: 0;
    border-radius: 10%;
}

/* formatting contact page */
main {
    height: 95vh;
    width: 100vw;
    background-image: url('images/grass.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #EEFFEE; 
    overflow-y: auto;
}  
main.contact {
    background-image: url('images/Frankrijk2.png');
    text-align: center;
}
.contactContainer {
    height: 95vh;
    width: 100vw;
    background-color: rgba(0, 72, 0, 0.4);
    /* display: flex;
    flex-direction: column; */
}
header.contact {
    padding-top: 3vh;
    height: 25vh; 
    min-height: 170px;
   flex-shrink: 0;
}
header.contact h1 {
    padding: 0.3em;
    opacity: 1;
}
header.contact address {
    padding-bottom: 0.8em;
}
p.contact {
    max-width: 80vw;
    margin: auto;
}
/* address a {
    text-decoration: none;
    color: #EEFFEE;
} */
div.stretch {
    min-height: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
section.contact {
    height: 67vh;
    width: 100vw;
    overflow-y: auto;
    /* vertical-align: top;
    text-align: center; */
    margin-bottom: 2vh;
}
#contactform {
    width: 98vw;
    text-align: center;
    /* vertical-align: top;
    flex-shrink: 0; */
    border-radius: 1em;
    margin: 1vh 1vw 1vh 1vw;
    font-family: 'Quicksand','Trebuchet MS', 'Verdana', 'Tahoma', 'Geneva', sans-serif;
    color: #EEFFEE;
}
p.info {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1em;
}
textarea, input, button {
    background-image: url('images/grass.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5em;
    font-family: 'Quicksand','Trebuchet MS', 'Verdana', 'Tahoma', 'Geneva', sans-serif;
    font-size: medium;
    color: #EEFFEE;
    border-width: 1px;
    border-color: green;
    /* background-color: #EEFFEE; */
}
textarea {
    color: #EEFFEE;
    margin-top: 2vh;
    margin-bottom: 3vh;
    margin-left: 5vw;
    margin-right: 5vw;
    text-align: left;
    width: 420px;
    height: 120px;
}
div.fullLabel {
    padding-bottom:1vh;
}
div.errorField {
    margin: auto;
    width: 420px;
    border-radius: 0.5em;
    font-weight: bold;
    padding: 0.5em;
    text-align: left;
}
.error {
    border: 4px solid red;
}
div.phone {
    display: none;
    /* display: block; */
}
label {
    display: inline-block;
    width: 180px;
    text-align: right;
    margin: 10px;
}
label.textarea {
    display: none;
}
input {
    width: 200px;
}
button {
    background-color: #EEFFEE;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #EEFFEE;
}
button.cancel {
    border: 1px solid #e1fdbc;
    color: #e1fdbc;
}
button:hover {
    background-color: green;
    color: white;
    font-weight: bolder;
}
/* Formatting for about me page */
body.about {
    height: 100vh;
    width: 100vw;
    margin: 0;
}
div.aboutContainer, div.compositionsContainer {
    padding: 30px;
    padding-top: 10px;
    height: calc(95vh - 90px);
    max-width: 1000px;
    margin: auto;
    overflow-y: auto;
}
header.about {
    height: 75px;
}
h1.about {
    padding: 20px;
    padding-left: 0;
    text-align: center;
}
img.about {
    width: 432px;
    height: 310px;
    border-radius: 90px;
    float: right;
    padding: 30px 20px 20px 20px;
}

/* Formatting for compositions page */
div.compositionsContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 80vh;
    overflow-y: auto;
    justify-content: center;
}
h1.compositions, h1.samples, h1.concerts {
    padding: 20px 0 10px 0;
    text-align: center;
}
div.composition, div.video {
    display: inline-block;
}
a.composition {
    text-decoration: none
}
figure.composition, figure.video {
    width: 320px;
    height: 390px;
    margin: 10px;
    border: 1px solid #EEFFEE;
}
figure.video {
    width: 320px;
    height: 290px;
    margin: 10px;
    border: 1px solid #EEFFEE;
}
figcaption {
    margin: 2px 10px;
    margin: 2px 8px;
    text-align: center;
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
    height: 70px;
    overflow-y:auto;
    /* justify-content: center;
    align-items: flex-start; */
}
img.composition {
    width: 300px;
    height: 300px;
    margin: 10px;
    margin-bottom: 2px;
}
iframe.samples {
    width: 300px;
    height: 210px;
    margin: 10px;
}
span.compositionTitle {
    margin: 0;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
span.bezetting {
    margin: 0px;
    padding: 0px;
}

/* Formatting for composition detail page */
header.compositionDetail {
    text-align: center;
    padding: 10px;
    height: 180px;
}
h1.compositionDetail {
    padding: 5px;
}
button.compositionDetail {
    padding: 6px;
}
div.detailsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(92vh - 230px);
    /* padding-bottom: 10px; */
    overflow-y: auto;
}
div.performances {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width:90vw;
    /* border: 2px solid green;  */
    padding: 2px;
}
div.imagePlusAudio {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
div.upcoming {
    flex-shrink: 1;
}
p.upcoming {
    color: yellow;
    margin: 0 10px;
    max-width: 50vw;
}
iframe.compositionDetail {
    height: 300px;
    max-height: 300px;
    min-width: 100px;
    width: 450px;
    border-radius: 10px;
    flex-shrink: 1;
    margin: 15px;
}
img.compositionDetail {
    width: 400px;
    height: 400px;
    margin: auto;
}

div.detailText {
    text-align: left;
    margin: 15px 5vw;
}
h2.compositionDetail {
    margin: 20px;
    text-align: center;
}
h3.compositionDetail {
    margin-left: 12px;
}
p.compositionDetail {
    margin: 12px;
}
blockquote {
    padding: 0em 4em;
    font-style: italic;
}
div.lyrics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 95vw;
    max-width: 1200px;
    margin: auto;
}
div.lyricsLine {
    width: 47vw;
    max-width: 595px;
    display: inline-block;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
}
h3.lyrics {
    margin-top: 12px;
    /* margin-bottom: 2px; */
}
p.lyrics {
    width:46vw;
    max-width:585px;
    padding-left: 20px;
    text-indent: -20px;
}
div.back {
    display:flex;
    flex-direction: row;
    width: 92vw;
    padding: 0 4vw;
}
span.back {
    flex-grow: 1;
    flex-shrink: 1;
}
button.compositionDetail {
    padding: 0.3em 1em;
    float: right;
    margin: 0.2em 0.5em 0em 0em;
}
pre {
    text-align: center;
    font-size: normal;
    font-family: 'Open Sans', sans-serif;
}
/* Formatting for audio/video page */
header.samples {
    text-align: center;
    padding: 10px;
}
h1.samples {
    padding: 5px;
    padding-bottom: 0;
}
p.samples {
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: left;
}
a.samples {
    display: inline-block;
    padding: 8px;
    /* background-image: none;
    background-color: #EEFFEE; */
    color: #EEFFEE;
    font-size: large;
    margin: 8px;
    border-radius: 8px;
    border: 1px solid #EEFFEE;
    text-decoration: none;
}
a.samples:hover {
    font-weight: 700;
}
div.videoContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 75vh;
    overflow-y: auto;
    justify-content: center;
}
div.video {
    text-align: center;
}
iframe.samples {
    padding: 10px;
    flex-shrink: 1;
}
/* Formatting for audio page */
div.audioContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 70vh;
    width: 95vw;
    max-width: 1000px;
    margin: auto;
    overflow-y: auto;
    justify-content: center;
}
header.audio {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 12px;
}
h1.audio {
    padding: 12px 0;
    text-align: center;
}
div.audioPerformances {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 90vw;
    padding: 2px;
    margin-bottom: 5px;
}
audio {
    color: #003200;
    padding: 10px;
    font-size: large;
    border-radius: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
img.audio {
    height: 130px;
    width:150px;
    margin-left: 10px;
    border: 2px solid transparent;
}
a.audio {
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}
button.audio {
    padding: 4px 12px 6px 12px;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    border:2px solid yellow;
}
div.workAudios {
	display: flex;
	flex-direction: row;
	justify-content: left; 
	align-items: center;
}
div.workImage {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	width: 200px;
}
div.recordings {
	display: flex; 
	flex-direction: column;
	justify-content: left;
}
div.recording {
	text-align: left; 
}
div.audio {
    vertical-align: top;
    margin: 0px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(95vw-200px);
}
ul.audio {
    list-style-type: none;
    width: 94vw;
}
li.audio {
    border-bottom: 1px solid #EEFFEE;
    margin-bottom: 10px;
}
img.audioDetail {
    width: 300px;
    height: 300px;
    margin: auto;
}
.audio-track {
    display: inline-block;
    width: 250px;
    height: 2px;
    background-image: none;
    margin: 20px 5px;
    vertical-align: middle;
}
/* Onderstaande code werkte op Chrome en min of meer Firefox, maar niet op Safari
input.audio-track {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 250px;
    height: 5px;
    background: green;
    border-radius: 5px;
    background-image: linear-gradient(#002400, #002400);
    background-size: 0% 100%;
    background-repeat: no-repeat;
}
input.audio-track::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #002800;
    cursor: ew-resize;
}
input.audio-track::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: transparent;
} */
button.audioDetail {
    padding: 6px;
}
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    margin: 18px 0;
    width: 250px;
    background: green;
    background-image: linear-gradient(#002400, #002400);
    background-size: 0% 100%;
    background-repeat: no-repeat;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 250px;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
  }
  input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #002400;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
  }
  /* input[type=range]:focus::-webkit-slider-runnable-track {
    background: green;
  } */
  input[type=range]::-moz-range-track {
    width: 250px;
    height: 5px;
    cursor: pointer;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    background: transparent;
    border-radius: 5px;
    /* border: 0.2px solid #010101; */
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #002400;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 250px;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #002400;
    /* border: 0.2px solid #010101; */
    border-radius: 5px;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
  }
  input[type=range]::-ms-fill-upper {
    background: green;
    /* border: 0.2px solid #010101; */
    border-radius: 5px;
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
  }
  input[type=range]::-ms-thumb {
    /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000; */
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #002400;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #002400;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: green;
  }

.time {
    width: 0;
    height: 1px;
    background-color: #001600;
    vertical-align: middle;
}
div.controls {
    width: 400px;
    text-align: left;
}
img.playPause {
	width: 30px;
	height: 30px;
    margin: 15px;
    margin-left: 0px;
    vertical-align: middle;
}
img.playPause.pointer:hover {
    cursor: pointer;
}
span.progress {
    vertical-align: middle;
    width: 30em;
    padding-left: 5px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
button.play, button.pause {
    border: 1px solid #EEFFEE;
    margin-right: 2em;
}
/* Formatting for concerts page */
div.concertsContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 80vh;
    overflow-y: auto;
    justify-content: center;
}
ul.concerts {
    list-style-type: none;
    width: 96vw;
    max-width: 1000px;
    padding: 0px;
    margin: auto;
}
li.concert {
    border-bottom: 1px solid #EEFFEE;
}
div.concertContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.date {
    display:inline-block;
    flex-grow: 5;
    flex-shrink: 1;
    margin: 10px;
    width: 16vw;
}
.pastDate {
    color: #BBCCBB;
}
div.details {
    display:inline-block;
    flex-grow: 1;
    flex-shrink: 5;
    margin: 10px;
    width: 72vw;
}
span.premiere {
    font-weight: normal;
}
a.concertDetails {
    padding: 0px;
    text-align: left;
    text-decoration: none;
    display: block;
}
/* Adapt formatting to message received page */
main.processContact {
    text-align: center;
    padding-top: 40vh;
    padding-bottom: 20px;
    background-image: url(images/frankrijk.jpg);
}
h1.processContact {
    padding: 20px;
}
button.processContact {
    margin: 20px;
}
/* Adapt formatting for maintenance menu page */
main.menuOnderhoud {
    height: 95vh;
    width: 100vw;
    background-image: url('../images/grass.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #EEFFEE; 
    overflow-y: auto;
}  
header.menuOnderhoud {
    margin: auto;
    margin-top: 20px;
    padding: 20px;
}
button.menu {
    display: block;
    width: 70vw;
    height: 7vh;
    max-width: 600px;
    margin: auto;
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
}
/* Adapt formatting to screensize */
@media screen and (max-height: 600px) {
    nav {
        height: 10vh;
    }
    #container, main {
        height: 90vh;
    }
    .home h2 {
        margin-top: 1vh;
    }
    header.home {
        min-height: 20vh;
    }
    figure.composition {
        width: 280px;
        height: 235px;
        margin: 10px;
        border: 1px solid #EEFFEE;
    }
    figure.video {
        width: 280px;
        height: 230px;
        margin: 10px;
        border: 1px solid #EEFFEE;
    }
    figcaption {
        margin: 2px 8px;
        text-align: center;
        margin: 2px 8px;
        text-align: center;
        /* display: flex;
        flex-wrap: wrap;
        flex-direction: row; */
        height: 60px;
        overflow-y: auto;
        /* justify-content: center; */
    }
    img.composition {
        width: 160px;
        height: 150px;
        margin: 5px 0 5px 55px;
    }
    iframe.samples {
        width: 200px;
        height: 105px;
        margin: 0;
        padding: 2px;
        margin-left: 5px;
    }
    img.compositionDetail {
        width: 250px;
        height: 250px;
        margin: auto;
    }
    }
@media (orientation: landscape) and (max-height: 500px) {
    section.home {
        width: 93%;
        max-width: 72vw;
        /* background-color: rgba(0, 72, 0, 0.2); */
        margin: 0;
    }
    .home h1 {
        font-size: 2em;
    }
    .home h2 {
        font-size: 1.5em;
    }
    .home h3 {
        font-size: 1.1em;
   }
    .home p {
        font-size: 1em;
    }
    div.announce {
        font-size: x-larger;
    }
}
@media (orientation: portrait) and (max-width: 850px) {
    main.home {
        width: 100vw;
    }
    header.home {
        width: 100vw;
    }
    .home h2 {
        width: 90vw;
    }
    section.home {
        width: 90vw;
        max-width: 90vw;
        margin: 0; 
    }   
    div.announce {
        width: 80vw;
        font-size: large;
    }  
    div.horizontalAside {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      width: 100vw;
      height: 200px;
    }
    div.iframe, figure.home {
        display: inline-block;
        vertical-align: bottom;
    }
    figure.home {
        height: 200px;
        width: 250px;
    }
    iframe.home {
        width: 160px;
        max-width: 160px;
        height: 140px;
    }
    aside {
        display: none;
    }
    /* div.iframe p {
        display:none;
    }  */
}
@media screen and (max-width: 850px) {
    .home h1 {
        font-size:2.5rem;
        /* display:inline-block; */
        vertical-align:center;
        background-color: rgba(0, 72, 0, 0.2);
        border-radius: 1em;
      }
    aside h2 {
        font-size: 1.3em;
    }  
    aside h3 {
        font-size:1em;
        font-weight: normal;
    }
    nav ul {
        display: none;
    }    
    .dropdownmenu { /* position the dropdown content */
        position: relative;
        display: inline-block;
    }
    .dropbutton { /* format the menu button */
        display: flex;
        background-image: none;
        background-color: #001600;
        color: #EEFFEE;
        padding: 0 14px;
        font-size: 20px;
        border: none;
    }
    .menuIcon {
        width: 27px;
        height: 2px;
        color: #001600;
        background-color: #EEFFEE;
        margin: 6px 0;
    }
    span.dropdownmenu {
        width: 150px;
    }
    .dropdown-content { /* format drop-down content (hidden by default) */
        display: none;
        position: absolute;
        background-color: #EEFFEE;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,50,0,0.2);
        z-index: 1;
    }
    .dropdown-content a { /* format links inside the dropdown */
        color:#003200;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }    
    .dropdown-content a:hover { /* change color of dropdown links on hover */
        background-color: #CCEECC;
    }    
    .dropdownmenu:hover .dropdown-content {  /* show the dropdown menu on hover */
        display:block;
    }
    section.home {
        width: 100%;
    }
    img.about {
        float: none;
        text-align: center;
        width: 345px;
        height: 248px;
    }
    div.lyricsLine {
        width: 94vw;
        display: block;
        flex-shrink: 0;
        flex-grow: 0;
    }    
    p.lyrics {
        width: 93vw;
        margin: auto;
    }
    img.compositionDetail {
        width: 250px;
        height: 250px;
        margin: auto;
    }
    img.audioDetail {
        width: 230px;
        height: 230px;
        margin: auto;
    }
    button.audioDetail.right {
        display: none;
    }    
    input.audio-track {
        width: 200px;
    }
    img.playPause {
        width: 25px;
        height: 25px;
    }
    span.progress {
        font-size: small;
    }
}
@media (max-width: 640px) {
    textarea {
        width: 80vw;
        margin: 2vh auto;
    }
    div.errorField, errorField {
        width: 80vw;
    }
    label {
        display: block;
        text-align: center;
        width: fit-content;
        margin: auto;
        padding-bottom: 2px;
    }
    div.performances {
        flex-wrap: wrap;
    }
    div.workAudios {
        flex-direction: column;
    }
    div.audio {
        margin-top: 0px;
    }
    header.compositionDetail {
        height: 190px;
    }
}
@media (max-width: 500px) {
    .home h1 {
        font-size:2rem;
        /* display:inline-block; */
        vertical-align:center;
        background-color: rgba(0, 72, 0, 0.2);
        border-radius: 1em;
      }
    .home h2 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    h1.compositionDetail {
        font-size: larger;
    }
    iframe.compositionDetail {
        height: 200px;
        max-height: 250px;
        min-width: 100px;
        width: 240px;
        margin: 15px;
        margin-top: 2px;
        flex-shrink: 1;
    }
    div.date {
        width: 18vw;
    }
    div.details {
        width: 70vw;
    }
    h2.compositionDetail {
        text-align: left;
        margin-left: 1px;
    }
    header.compositionDetail {
        height: 220px;
        overflow-y: auto;
    }
    div.aboutContainer, div.compositionsContainer {
        padding-top: 5px;
    }
    img.about {
        width: 280px;
        height: 201px;
        margin: auto;
    }
    figure.composition {
        width: 290px;
    }
    img.composition {
        width: 260px;
        height: 260px;
        margin: 10px 0 5px 15px;
    }
/* 
    img.composition {
        width: 250px;
        height: 250px;
    } */
    figure.video {
        width: 270px;
        height: 260px; /* was 320 */
    }
    iframe.samples {
        width: 230px;
        height: 165px;
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    header.samples {
        padding-left: 5px;
    }
    div.audio {
        margin-bottom: 0;
    }
    input.audio-track {
        width: 180px;
    }
    ul {
        padding: 5px;
        list-style-type: none;
    }}


