@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");

html {
  font-family: "Open Sans", sans-serif;
}

*{box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { 
  height: 100%; 
}

body { 
  margin: 0;
 }

h1 {
  margin: 0 auto;
  font-size: 90px;
  font-family: "Allura", cursive;
  color: #202020;
}

h2 {
  margin: 0 auto;
  font-size: 60px;
  color: #fff;
}

h3 {
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
}

p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  text-align: top;
}

li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  text-align: top;
}

a.nav:link, a.nav:visited, a.nav:active {
  color: #fff;
  cursor: crosshair;
  text-decoration: none;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
  color: #202020;
  cursor: crosshair;
  text-decoration: none;
}

a:link, a:visited{
  color: #202020;
  cursor: crosshair;
  text-decoration: none;
}

a:hover{
  font-weight: bold;
}

a:active{
  color: #202020;
  cursor: crosshair;
  text-decoration: none;
  font-weight: bold;
}

a.nav:hover, a.navlink:hover {
  color: #FFDF6C;
  font-weight: normal;
}

#neuling-content-text a,
#neuling-content-text a:hover,
#neuling-content-text a:visited,
#neuling-content-text a:active {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
}

body {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#homepage-wrapper{
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 0;
}

#wrapper{
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  margin-top: 0;
}

#homepage-background {
  background-image: linear-gradient(to right, rgba(32, 32, 32,1), rgba(255, 223, 108,0.2)),
  url("../images/background.jpg");
  background-position: top;
  background-size: 100%;
}

#horn-background {
  background-image: url("../images/french-horn.jpg");
  background-attachment: fixed;
  background-size: cover;
}

#black-background{
  background-color: #202020;
  background-image: url("../images/french-horn-two.png");
  background-attachment: fixed;
  background-size: 30%;
  background-position: bottom 10px right 20px;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

#neuling-background{
  background-color: #202020;
}

header {
  margin: 0 auto;
  max-width: 100%;
}

#homepage-header {
  padding-top: 3%;
  padding-left: 7%;
  margin: 0;
  font-size: 120px;
  color: #FFDF6C;
}

#homepage-subtitles {
  padding-left: 7%;
}

#content-box{
  display: flex;
  float: right;
  flex-direction: column;
  align-items: flex-end;
  max-width: 37%;
  justify-content: left;
}

#content-box-information{
  max-width: 100%;
}

#content-header{
  color: #FFDF6C;
  float: left;
  font-size: 64px;
  margin-left: 62%;
  margin-top: 30px;
}

#content-header-black{
  color: #FFDF6C;
  font-size: 64px;
  padding-left: 7%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(to top, rgba(32, 32, 32,1), rgba(32, 32, 32,0.6)),
  url("../images/background.jpg");
  background-position: left;
  background-size: 100%;
}

#content-box-header{
  font-size: 24px;
  color: #707070;
  margin-top: 24px;
  margin-left: 0;
  margin-bottom: 12px;
}

#list-content{
  color: #fff;
  font-size: 16px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  float: right;
  margin-left: 62%;
  margin-bottom: 40px;
}

#recordings-content{
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  max-width: 70%;
  margin-block-start: 0;
  margin-left: 7%
}

#recording-link{
  font-size: 12px;
  color: #707070;
}

#neuling-content-text{
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: 7%;
  margin-right: 14%;
  text-align: justify;
  text-justify: auto;
}

#neuling-content-bio{
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10%;
  text-align: justify;
  text-justify: auto;
}

#link-page-content{
  margin-bottom: 40px;
}

#references{
  color: #707070;
  font-size: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}

#recordings-item{
  margin-bottom: 10px;
  margin-top: 20px;
  vertical-align: top;
}

#embedded-images{
  float: left; 
  margin: 0 20px 20px 0;
  max-height: 150px;
  max-width: 150px;
}

main {
  max-width: 100%;
  margin-top: 20px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: left;
  padding-top: 30px;
}

#content-box{
  opacity: 80%;
  padding-bottom: 60px;
}

#information-text{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

#about-me{
  max-width: 60%;
}

#photo-rob{
  float: left;
  margin-left: 7%;
  margin-top: 20px;
  margin-right: 40px;
  height: 60vh;
  width: auto;
}

#button-container{
  justify-content: center;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 280px 280px;
  grid-gap: 20px;
}

#button-container-two{
  justify-content: center;
  margin-top: o;
  display: grid;
  grid-template-columns: 280px 280px;
  grid-gap: 20px;
}

#button-box{
  background-color: #FFDF6C;
  width: 280px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  display: inline-block;
}

#neuling-photos{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  padding-top: 20px;
}

.slideshow {
	position: relative;
  margin-left: 7%;
  margin-right: 60px;
  margin-bottom: 60px;
	overflow: hidden;
	height: 600px;
  width: 40%;
  float: left;
}

.slideshow .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

.slideshow .slider > * {
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

.slideshow .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.slideshow .prevNext a {
	background: rgb(168, 166, 166);
	position: absolute;
	width:       60px;
	height:      60px;
	line-height: 60px; 
	text-align: center;
	opacity: 0.1;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}

.slideshow .prevNext a:hover {
	opacity: 1;
}

.slideshow .prevNext a+a {
	left: auto;
	right: 0;
}

.slideshow >s:target ~ .prevNext >* {visibility: hidden;}
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
#s5:target ~ .prevNext >*:nth-child(5) {visibility: visible;}
#s6:target ~ .prevNext >*:nth-child(6) {visibility: visible;}
#s7:target ~ .prevNext >*:nth-child(7) {visibility: visible;}

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
#s5:target ~ .slider {transform: translateX(-400%); -webkit-transform: translateX(-400%);}
#s6:target ~ .slider {transform: translateX(-500%); -webkit-transform: translateX(-500%);}
#s7:target ~ .slider {transform: translateX(-600%); -webkit-transform: translateX(-600%);}

.slideshow{
	color: #fff;	
	text-align: center;
}
.slideshow .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}
.slideshow a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding-left: 7%;
  padding-right: 7%;
  background-color: #333;
}

ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #707070;
  color: #FFDF6C;
}

nav ul li select {
  display: none; 
  position: absolute;
  z-index: 1;
  padding: 14px 16px;
  color: #fff;
  background-color: #707070;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

nav ul li:hover select {
  display: block;
  background-color: #111;
  color: #FFDF6C;
}

.navbar {
  overflow: hidden;
  background-color: #707070;
  margin: 0 auto;
  max-width: 100%;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #fff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown.open .dropdown-content {
  display: block;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

input[type=submit] {
  background-color: #FFDF6C;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: goldenrod;
}

.container {
  padding-left: 20px;
  padding-top: 20px;
  max-width: 600px;
  float: left;
}

#form-label{
  color: #fff;
  font-size: 14px;
}

#form-status,
#form-status:visited,
#form-status:hover,
#form-status:active{
  color: #fff !important;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}

footer{
  margin-top: auto;
  height: 5%;
  padding-top: 5px;
  background-color: #202020;
  text-align: center;
  color: #707070;
}

@media (max-width: 700px) {
  body {
    overflow-x: hidden;
    background-color: #000;
    display: flex;
    flex-direction: column;
  }

  nav {
    order: 2;
  }

  main {
    display: contents;
  }

  main > * {
    order: 3;
  }

  main > h1,
  main > header {
    order: 1;
  }

  footer {
    order: 4;
  }

  #homepage-background #homepage-wrapper {
    display: block;
    order: 1;
  }

  #homepage-background nav {
    order: 2;
  }

  #homepage-background footer {
    order: 3;
  }

  #horn-background,
  #black-background,
  #neuling-background,
  #content-header,
  #content-header-black {
    background: #000 !important;
    background-image: none !important;
    background-attachment: scroll;
  }

  #homepage-background {
    background-image: linear-gradient(to right, rgba(32, 32, 32, 0.85), rgba(255, 223, 108, 0.15)),
      url("../images/background.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }

  p {
    font-size: 16px;
    line-height: 1.8;
  }

  li {
    font-size: 17px;
    line-height: 1.8;
  }

  #recording-link {
    font-size: 14px;
  }

  #references {
    font-size: 12px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  nav ul {
    display: block;
    padding: 0;
  }

  nav ul li,
  .dropdown {
    float: none;
    display: block;
  }

  nav ul li a,
  .dropdown .dropbtn {
    width: 100%;
    padding: 10px 7%;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }

  .dropdown-content {
    position: static;
    min-width: 0;
    box-shadow: none;
  }

  .dropdown-content a {
    padding: 8px 12%;
    font-size: 16px;
    line-height: 1.5;
  }

  #homepage-header {
    padding: 8% 7% 0;
    font-size: 64px;
    text-align: left;
  }

  #homepage-subtitles {
    padding: 32px 7% 0;
  }

  #content-header,
  #content-header-black {
    float: none;
    margin: 0;
    padding: 24px 7%;
    font-size: 32px;
  }

  #content-box,
  #list-content,
  #recordings-content {
    float: none;
    max-width: none;
    margin-left: 0;
    padding: 0 7%;
  }

  #neuling-content-text,
  #neuling-content-bio {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 7%;
  }

  #photo-rob {
    display: block;
    float: none;
    width: 86%;
    height: auto;
    margin: 20px auto;
  }

  #about-me {
    max-width: none;
  }

  #button-container,
  #button-container-two {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 30px 7%;
  }

  #button-box {
    width: 100%;
  }

  .slideshow {
    float: none;
    width: 100%;
    height: min(70vh, 600px);
    margin: 0 0 30px;
  }

  .slideshow .prevNext a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .container {
    float: none;
    max-width: none;
    padding: 20px 7%;
  }

  iframe {
    max-width: 100%;
  }

  footer {
    height: auto;
    padding: 10px 7%;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  #content-header {
    float: none;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 30px;
    padding: 24px 20px;
    text-align: left;
    background: #000 !important;
    background-image: none !important;
  }

  #list-content {
    width: 50%;
    max-width: none;
    margin-left: 15%;
    padding-right: 20px;
  }

  #horn-background {
    background-color: #000 !important;
    background-image: url("../images/french-horn.jpg");
    background-position: top center;
    background-size: 30% auto !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (orientation: landscape) {
    #content-header {
      float: none;
      width: 65%;
      margin-left: 35%;
      margin-right: 0;
      margin-top: 30px;
      padding-right: 20px;
      text-align: left;
      background: #000 !important;
      background-image: none !important;
    }

    #list-content {
      float: none;
      width: 65%;
      max-width: none;
      margin-left: 35%;
      padding-right: 20px;
    }

    #horn-background {
      background-color: #000 !important;
      background-image: none !important;
      background-attachment: scroll !important;
    }
  }

  @media (orientation: portrait) {
    #content-header {
      float: none;
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      padding-right: 20px;
      text-align: left;
      background: #000 !important;
      background-image: none !important;
    }

    #list-content {
      float: none;
      width: 70%;
      max-width: none;
      margin-left: auto;
      margin-right: auto;
      padding-right: 20px;
    }

    #horn-background {
      background-color: #000 !important;
      background-image: none !important;
      background-attachment: scroll !important;
    }
  }
}

@media (pointer: coarse) and (min-width: 701px) {
  body#horn-background {
    background: #202020 !important;
    background-image: none !important;
    background-attachment: scroll !important;
  }

  body#horn-background #content-header {
    float: none;
    width: auto;
    margin: 0;
    padding: 40px 7%;
    color: #FFDF6C;
    background: #202020 !important;
    background-image: none !important;
    text-align: left;
  }
}

@media (pointer: coarse) and (min-width: 701px) {
  body#horn-background #list-content {
    float: none;
    width: 75%;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding-left: 7%;
    padding-right: 20px;
  }
}