/* Imports
--------------------------------------------------------------------------------------- */
/* Vars
--------------------------------------------------------------------------------------- */
/* html, body
--------------------------------------------------------------------------------------- */
html {
  overflow-y: scroll; }

body {
  background: #001B0F /*dark green background*/;
  font-family: "Lora", 'Spectral', 'Playfair Display', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #DAA520; /*Goldenrod font color*/ }

a {
  text-decoration: underline; }

a, a:visited, a:active, a:hover {
  color: #DAA520;
  word-break: break-word;
}

.main-nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  list-style: none;
  padding: 0;
  border-top: solid 2px;
  border-bottom: solid 2px;
  margin: 0;
  display: block;
  text-align: center; }
  .main-nav li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0 20px 0 20px; }
    .main-nav li:hover {
      background-color: #000; /* black hover color*/}
    .main-nav li a {
      color: #DAA520; 
      text-decoration: none;
    }
    .main-nav li a:hover {
      text-decoration: underline;
    }

/* Content
--------------------------------------------------------------------------------------- */
.contain {
  max-width: 1600px;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
}

.section{
  border-bottom: 1px solid;
}

.news_cards{
	padding: 2em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2em; 
	justify-content: center;
}

.news_card {
	width: 24em;
	background: rgb(122 120 56);
	/* background: #508484; */
	color: white;
	display: flex;
	gap: .5em;
	padding: 0.5em;
  max-height: 30em;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: auto;
}

.newly_available_slideshow_cont {
  display: flex;
  gap: 2em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  .featured_composition {
    text-decoration: none;
    width: 22em;
    background: white;
    border-radius: 6px;
    height: 27em;
    overflow: hidden;
    color: black;
    transition: .5s ease-in-out;
    
    .upper_card {
      height: 35%;
      background: #00223f;
      transition: .5s ease-in-out;
    }

    .lower_card {
      height: 60%;
      padding: 1em;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;

      .composition_title {
        margin: 0;
      }

      .genre {
        font-weight: 600;
      }

      .voicing_cont {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1em;
        justify-content: center;
      }
    
      .voicing {
        border-radius: 12px;
        background: #98d0ff96;
        padding: .2em .5em;
        margin-bottom: .5em;
        transition: .5s ease-in-out;
        cursor: pointer;
      }

      .voicing:hover{
        background: #00223f;
        color: white;
      }
    
      p.diff_dur {
          font-size: .85em;
      }

      .description {
        font-size: .8em;
        min-height: 90px;
      }
    }
  }

  .featured_composition:hover{
    .upper_card{
      opacity: .8;
    }
  }
}

/*

.news_card::-webkit-scrollbar {
  display: none;
}

.news_card {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

*/


.news_card a{
	height: auto;
	display: block;
	overflow: hidden;
}

.news_card_top {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
}

.news_card_bottom {
    height: 15em;
    padding: 0 .5em;
}

.news_card_bottom a {
	width: 100%;
}

.news_card p{padding: 1em;margin: 0;font-size: 1.1em;}
.gold_button{
	text-decoration: none;
	color: white;
	background: #DAA520;
	width: 7em;
	border-radius: 30px;
	padding: .5em;
}
.gold_button:hover{
	color: #508484;
}

.poster {
  width: 100%;
  height: auto;
}

iframe{
	width: 100%;
	height: 100%;
  aspect-ratio: 16/9;
}

.photo {
  background: url("../_assets/sunrise_tree.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 600px;
  text-align: center;
  margin-bottom: 0px; 
  position: relative;
}
.photo span {
  font: italic 12px/30px Lora, serif;
  font-size: 1.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 15%;
}
@media only screen and (max-width: 840px){
  .photo {
      min-height: 300px;
      background-size: auto;
      background-position-x: center;
      background-position-y: 33%;
  }
}

.black {
  background-color: #000; }

#logo {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}

#back-to-top{
	display: grid;
	place-items: center;
	z-index: 1000;
	height: 1.2em;
	opacity: 0.9;
	padding-bottom: 1.3em;
	width: 1.3em;
	color: white;
	font-weight: 900;
	position: fixed;
	font-size: 2em;
	background-color: #DAA520;
	text-decoration: none;
	bottom: 5%;
	right: 6%;
	border-radius: 50%;
}

#back-to-top:hover{
	color: #DAA520;
	background-color: white ;
}

#back-to-top:active{
	color: white;
	background-color: #daa5207d;
}

.home {
  background: #000;
  text-align: center; }
  .home h2 {
    margin-top: 0px;
    padding-top: 30px; }
	
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
@media only screen and (max-width: 768px) {
  .icon-bar {
    position: fixed;
    top: 50%;
    left: 0%;
    width: 2.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
padding: 0.8rem;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
}

@media only screen and (min-width: 769px) {
  .icon-bar {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
padding: 1.5rem;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  border-radius: 5px 15px;
  background: #3B5998;
  opacity: 1;
  color: white;
}

.youtube {
 /* border-bottom-right-radius: 5px;
  border-bottom-left-radius: 15px; */
  border-radius: 5px 15px;
  background: #bb0000;
  opacity: 1;
  color: white;
}

.content {
  /* margin-left: 75px; */
 /* font-size: 14px;*/
}

.about-area {
  padding: 10px;
  border: solid 1px;
  border-top: 0px;
  padding-right: 10px; }
  .about-area .tab-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 0; }
  .about-area .active {
    opacity: 1;
    height: auto;
    visibility: visible;
    min-height: 600px; }

.about-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  border-bottom: solid 2px #DAA520; }
  .about-tabs ul li {
    background-color: #DAA520;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    list-style: none;
    display: inline-block;
    border-top: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
    margin-bottom: -2px; }
    .about-tabs ul li a {
      color: #000; }
  .about-tabs ul .tab-active {
    background-color: #000;
    border-bottom: solid 2px #000; }
    .about-tabs ul .tab-active a {
      color: #DAA520; }

.about_photos {
  list-style: none;
  padding: 0px; }
  .about_photos li {
    margin: 0px;
    padding: 0px; }
    .about_photos li img {
      max-width: 26em; }

.about_photos_static {
  list-style: none;
  padding: 0px; }
  .about_photos_static li {
    margin: 0px;
    padding: 0px; }
    .about_photos_static li img {
      max-width: 100%; }      

.composition {
  border-bottom: solid 1px #545454;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .composition .contextual .contextual_thumb {
    display: block;
    max-width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto; }
    .composition .contextual .contextual_thumb::after {
      clear: both;
      content: "";
      display: table; }
    .composition .contextual .contextual_thumb a {
      display: block; }
      .composition .contextual .contextual_thumb a img {
        max-width: 100px;
        max-height: 40px; }

.audio-sample {
  padding: 10px; }
  .audio-sample .description {
    font-family: 'Dancing Script', cursive; }
  .audio-sample audio {
    max-width: 90%;
    display: inline-block;
    margin: 0 auto; }

.friends ul.column {
  list-style: none;
  padding: 0px; }
  .friends ul.column li {
    margin: 0px;
    padding-left: 0px; }

.discography .album {
  text-align: left;
  margin-bottom: 40px;
  border-bottom: solid 1px #545454; }
  .discography .album .album-image {
    padding-bottom: 20px; }
  .discography .album ul {
    padding: 0px; }
  .discography .album div:first-child {
    vertical-align: top; }
  .discography .album .description {
    padding-left: 20px;
    padding-bottom: 20px; }
.discography img {
  max-width: 100%;
  min-width: 100%; }

  textarea{
  	width: 100%;
  }

/* RESPOND
--------------------------------------------------------------------------------------- */
form#genre-form {
	text-align: center;
}
form#genre-form span {
	display: inline-block;
}
form#genre-form select {
	-moz-appearance: none;
	background-color: #000000;
	border: 1px solid #D3A520;
	padding: .1em;
}
form#genre-form input {
	background-color: #000000;
	border: 1px solid #D3A520;
	font-size: 13px;
	position: relative;
	top: -1px;
}

#search-form{
  text-align: center;
}
#searchbar{
   -moz-appearance: none;
   background-color: #000000;
   border: 1px solid #D3A520;
   padding: .1em;
   font-size: 13px;
}

#searchbar::placeholder{
	color:#D3A520;
}

#searchsubmit{
 background-color: #000000;
 border: 1px solid #D3A520;
 font-size: 13px;
 position: relative;
 
}

#clearsearch{
	background-color: #000000;
	border: 1px solid #D3A520;
	font-size: 13px;
	margin: 0px 0px 0px 5px;
	padding: 3.8px 6px;
	position: relative;
	text-decoration: none;
}