.mainmenulink:hover {
  color: rgb(103, 103, 103);
}



.mainmenulink {
  color: white;
  font-family: 'Avenir Next Condensed';
  letter-spacing: 2px;
}

.container-fluid {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* Container needed to position the button. Adjust the width as needed */
.container {
  position: relative;
  width: 50%;
}

/* Make the image responsive */
.container img {
  width: 130%;
  height: auto;
  transform: translate(-12%, 0%);
}

/* Style the button and place it in the middle of the container/image */
.container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 12px;
  padding: 10px 20px;
  border: 2px solid white;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 0px;
}

.btn:hover {
  color:rgb(226, 226, 226);
  border:2px solid rgb(226, 226, 226)
}

.reviewtext-right {
  font-family: 'Charpentier Renassaince Pro';
  font-style: italic;
  font-size: 25pt;
  margin-top: 20%;
  margin-left: 5%;
  margin-right: 10%;
  text-align: center;
}


.reviewtext-left {
  font-family: 'Charpentier Renassaince Pro';
  font-style: italic;
  font-size: 25pt;
  margin-top: 20%;
  margin-left: 5%;
  margin-right: 10%;
  text-align: center;
}


.reviewsource-left {
  font-size: 12pt;
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 10%;
  text-align: center;
  font-family: 'Avenir Next Condensed';
  letter-spacing: 2px;
}


.reviewsource-right {
  font-size: 12pt;
  margin-top: 10%;
  margin-left: 5%;
  margin-right: 10%;
  text-align: center;
  font-family: 'Avenir Next Condensed';
  letter-spacing: 2px;
}


.listen {
  background-image: url('profile+pic+png.png');
  background-size: cover;
  background-position: center;
  min-height: 500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  padding-bottom: 5%;
}

iframe {
  display: block;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}

#introspection {
  margin-bottom: 10%;
}

.listen-title {
  font-family: 'Avenir Next Condensed';
  font-size: 58pt;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  padding-top: 10%;
  text-shadow: 2px 2px 4px #000000;
}


.aboutme {
  font-family: 'Charpentier Renassaince Pro';
  text-align: center;
  padding-top: 2%;
  padding-left: 23%;
  padding-right: 23%;
  padding-bottom: 2%;
}

h5 {
  font-family: 'Avenir Next Condensed';
  letter-spacing: 1px;
  padding-top: 5%;
}

.youtube-container-big {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 25%;
}

.youtube-big{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
}

.youtube-container-small {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 0;
  padding-bottom: 25%;
}

.youtube-small{
  margin: 0 auto;
  width: 426px;
  height: 240px;
  padding-bottom: 2%;
}




.left {
  margin-left: 3%;
  margin-right: 3%;
}

.right {
  margin-right: 3%;
  margin-left: 3%;
}

.booking-inquiries {
  text-align: center;
  font-family: 'Charpentier Renassaince Pro';
  font-size: 20pt;
}

.email {
  color: red; 
  text-decoration: underline; 
  font-family: 'Avenir Next Condensed';
  font-size: 14pt;
  letter-spacing: 1.5px;
  padding-bottom: 10%
}


.youtube-icon {
  height: 35px;
  filter: invert(100%)
}


@media screen and (max-width: 800px) {
  .big-screen {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .small-screen {
    display: none;
  }
}



