/*Sitewide rules*/

/* html {
  font-family: 'Montserrat', sans-serif;
  background-color: #101010;
  font-weight: 300;
} */

body {
  background-color: #000000 !important;
}
a {
  color: white;
  
}
hr {
  border-color: gray !important;
  padding: 20px 0
}

ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}

.pagetitle {
  padding: 50px;
  color: white;
  text-align: center;
  font-weight: 100 !important;
}

/* media queries, small to large */

@media (max-width: 768px) {
  .contactitem {
    width: 80vw !important;
  }
  #error {
    max-width: 100%;
    width: 100% !important;
  }
  #logo {
    width: 50vw;
    height: auto;
  }
}

#biopic {
  width: 100%;
}

@media (min-width: 769px) {
  #logo {
    height: 15vh;
    width: auto;
  }
  .selected {
    border-bottom: 2px white solid!important;
    transition: all 0.5s;
  }
}

@media (min-width: 991px) {
  #altimage {
    display: none;
  }
}



/*header and navbar*/

#navbar-container {
  position: relative;
  z-index: 2;
  width: 80vw !important;
}




#navbarNav>ul>li>a {
  color: white;
}




#dLabel {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 1.6em;
  opacity: 1;
}

body>div:nth-child(1)>nav>button>span {
  color: white;
  border-color: white;
}

.nav-link {
  border-bottom: 2px solid transparent;
}

a.nav-link {
  font-size: 25px;
}

a.nav-link:hover {
  color: lightgray !important;
}

a.nav-link:active {
  text-shadow: 1px 1px 2px white !important;
}

/*index */

#mainimage {
  max-height: 120vh;
  max-width: 1200px;
  width: 80vw;
  height: auto;
  position: relative;
  margin: 0 auto;
}

/*bio page */

#biocontainer {
  position: relative;
  color: white;
  margin: 0 auto;
  width: 80vw;
  text-align: left;
}

#biocontent {
  margin-right: 20px;
  text-align: left;
}

/*concerts page*/

.concerts {
  text-align: left;
  color: white;
}

#concerts-container {
  background: url("piano.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}

/*video page*/


.videos {
  width: 100%;
  height: 300px border: 1px darkgray solid;
  margin-bottom: 20px;
}

#row2 {
  margin-top: 25px;
}

/*contact page*/

#contact-form>div.controls>label {
  color: white;
}

#error {
  text-shadow: none;
}

.videopage {
  color: white !important;
}

.contactitem {
  margin: 15px 30px;
  height: 30px;
  background-color: white;
  color: black;
  font-size: 15px;
  font-weight: bold;
  border-radius: 20px !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #gray;
  font-size: 15px;
  font-weight: normal;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #gray;
  font-size: 18px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #gray;
  font-size: 18px;
}
a {
  pointer-events: auto; /* Ensure pointer events are enabled */
}
#message {
  height: 100px;
  border-radius: 5px;
  border-bottom: 2px black solid;
  resize: none;
}

#submit {
  height: 40px;
  width: 90px;
  background-color: black;
  border: 2px white solid;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 50px;
}

#contactphoto {
  margin: 0 5vw;
  max-width: 90vw;
}

/*footer*/

.footer {
  color: white;
  text-align: center !important;
  height: 10vh;
  box-sizing: border-box;
  padding: 5vh 0;
}

#footermenu a {
  box-sizing: border-box;
  color: white;
  padding: 3px;
  margin-right: 2px;
}

.footerlink {
  border-right: 1px lightgray solid;
}

#instagram {
  height: 30px;
}

#facebook {
  height: 45px;
}

.footerimage {
  height: 40px;
  margin: 5px 15px;
}
.icon{
  height: 2em;
  margin: 5em 2em;
  transition: 0.25s;
}
.icon:hover{
  
 transform: scale(1.3);
  
}
/* iframe{
  width:100%;
  height: 100%;
} */