body {
  overflow-x: hidden;
  /* remove the horizotal scrollbar  */ }

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.navbar .nav-item.active {
  border-left: #444 3px solid; }

.carousel-item {
  height: 450px; }

.carousel-image-1 {
  background: url("../img/image1.jpg");
  background-size: cover; }

.carousel-image-2 {
  background: url("../img/image2.jpg");
  background-size: cover; }

.carousel-image-3 {
  background: url("../img/image3.jpg");
  background-size: cover; }

#home-heading {
  position: relative;
  min-height: 200px;
  background: url("../img/lights.jpg");
  background-attachment: fixed;
  /* gives us a parallax effect  */
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }

.dark-overlay { /* this is where the play button and the title of the video will appear */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); } /* 0.8 orig*/

  .dark-overlay2 { /* this is where the play button and the title of the video will appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); } /* 0.8 orig*/
  

#recordings .mic, 
#karaoke .mic {
    margin-left: 7rem!important;
}


#recordings h1{
  font-size: 3.5rem;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black ; /* .1rem right, .1rem bottom, .8rem raidus, balck - color of shadow */
  padding-bottom: 1rem; /* gives space at bottom to prevent the next text to bump up on the caption h1 */
}

#karaoke h1 {
  font-size: 4.5rem;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black ; /* .1rem right, .1rem bottom, .8rem raidus, balck - color of shadow */
  padding-bottom: 1rem; /* gives space at bottom to prevent the next text to bump up on the caption h1 */
}

#recordings img {
  height: 180px; /* 1rem=16px */
  object-fit: cover;
  border-radius: 20% !important;
  /*object-fit: center center; */
  /* border-radius: 50%; */
}

#funtime .imahe {
  /* height: 180px !important; *//* 1rem=16px */
  object-fit: center;
  width: 180px;
  border-radius: 50% !important;
  /*object-fit: center; */
  /* border-radius: 50%; */
}


#karaoke img{
  height: 180px; /* 1rem=16px */
  /*width: 200px;*/
  object-fit: cover;
  border-radius: 20% !important;
}


#video-play {
  position: relative;
  min-height: 200px;
  background: url("../img/media.jpg"); /*"../img/media.jpg" */
  background-attachment: fixed;
  /* gives us a parallax effect  */
  background-repeat: no-repeat;
  background-position: 0 -300px;
  /* moves it up by 300px*/
  text-align: center;
  color: #fff; }

#video-play a {
  color: #fff;
 }

 #video-play a:hover {
  color: #1ebba3 !important;
}

/* blog2.php background image*/
#page-header {
  height: 200px;
  background: url('../img/valpics/val009.jpg'); /* image1.jpg   ../img/flowers/flowers10.jpg*/
  background-position: 0 -360px;
  /* move image up */
  background-attachment: fixed;
  color: #fff;
  /* text color white */
  border-bottom: 1px #eee solid;
  padding-top: 50px; }

#page-header2 {
  height: 200px;
  background: url("../img/valpics/valrose03.jpg");/* "../img/web/twilight.jpg" ../img/flowers/flowers12.jpg*/
  background-position: 0 -360px;
  /* move image up */
  background-attachment: fixed;
  color: #fff;
  /* text color white */
  border-bottom: 1px #eee solid;
  padding-top: 50px;
 }

.about-img {
  margin-top: -50px; }

#faq .card {
  border: #444; }

#faq a {
  color: #fff;
  text-decoration: none; }

#faq .card-body,
#faq .card-header {
  background: #333; }

#main-footer {
  background: #000;
  color: #fff;
  /* textcolor is white against black background */ 
}
.img-shadow {
  box-shadow: 0 15px 20px rgba(0,0,0,0.2);
}
.img-shadow2 {
  box-shadow: 0 15px 20px rgba(0,0,0,0.2);
  border-radius: 8px ;
  transition: transform .5s ease;
}
.img-shadow2:hover {
  transform: scale(1.05);
}
.msg-box {
  border: 1px solid rgb(161, 159, 168) ;
  padding: 8px;
  border-radius: 15px;
  margin-bottom: 15px;
  /* transition: transform .3s ease; */
}
.msg-box:hover {
  background-color: #f0f7d0;
  transform: scale(1.02);
}

/*============= MEDIA QUERIES =============*/
/* added by me 01/02/2021*/

/* Devices under 992px (lg) */
/* #page-header2 is found in 'comment-browser.php'*/
@media (max-width: 991.28px) {
  #page-header2 {
    height: 225px !important;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  #page-header2 {
    height: 250px !important;
  }
}

/* Devices under 576px (sm) */
@media (max-width: 576px) { 
  #page-header2 {
    height: 275px !important;
  }
  
}
/* Devices under 576px (sm) */
@media (max-width: 297px) { 
  #page-header2 {
    height: 300px !important;
  }
  
}

