

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

@font-face {
  font-family: windsong ;
  src: url("../fonts/windsong.ttf") ;
}

@font-face {
  font-family: blkchcry ;
  src: url("../fonts/blkchcry.ttf") ;
}

.windsongf {
  font-family: windsong !important;
  color: #603bfb;
  font-size: 8em;
  font-weight:500;
  text-align: left;
}

.blkchcry {
  font-family: blkchcry !important;
  font-size: 2em;
  font-weight:500;
}

.titlefnt {
  font-family: blkchcry !important;
  color: #603bfb;
  font-size: 6rem;
  font-weight:500;
  text-align: left;
}

.headingfont 
{
  font-family: blkchcry !important;
  text-align: center;
}





html {
  font-size: 62.5%; }
body  {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #000000 ;
  color: white;
  max-width: 100vw;
}

.content-section {
  padding-top: 22vh !important;

}

.padded-text {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  text-align: justify !important;
}

.logo{
  max-width: 50vw;
}

.navbar {
  background-color: black !important;
  max-width: 100%;
}

.cdimg {


  padding-bottom: 1.2rem;
}

.grpimg  {


  padding-bottom: 1.2rem;
}


.aboutimg { 
  padding-bottom: 1.2rem;
  max-height: 90Vh;
  max-width: 80vw !important;
}

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

.galleryimg {
  width: auto;
  height: 60vh;
}


.quote-img {
  padding-bottom: 1.2rem;
  max-height: 35vh !important;
  max-width: 80vw;
}


hr {
  color: white !important;
  border:0;
  border-top:1px solid ;
 
  
}

.dropdown-menu  , .dropdown-item {

all: unset ;
}





.dropdown-item  {
  display: block;
  width: 100%;
  clear: both;
  font-weight:300 ;
  color: #007bff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #000000 ;
  border: 0;
  font-size: 1.6em;
  font-style: italic;
  padding-left: 15px;
}



.dropdown-item:hover, .dropdown-item:focus {
  color: #007bff;
  text-decoration: none;


}

.dropdown-item.active, .dropdown-item:active {
  color: #007bff;
  text-decoration: none;
}


.navbar-nav {
  opacity: 0.95;
}

.dropdown-menu {

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  
}


.nav-link {
  font-size: 1.4em;
  opacity: 0.9;
}

.container .container-fluid , .content-section {
  max-width: 100vw !important;

}



hr , .hr  {
  width: 100vw !important;
  margin-left: calc(-50vw + 50% - 8px) !important;
  position: relative !important;
}


.dvdimg {
  max-width: 80vw;
}

.cdimg {
  width: 500px;
}

img {
  max-width: 80vw !important;
}

.quoteh {
  font-style:italic;
  font-size: 2.4em;
  font-weight:500;
}

blockquote{
  font-size: 1.1em;
  max-width:90%;
  margin:50px auto;
  font-style:italic;
  color: white;
  padding:0.2em 30px 1.2em 75px;
  border-left:1.5px solid #603bfb ;
  line-height:1.6;
  position: relative;

}

blockquote::before{
  font-family:blkchcry;
  content: "\201C";
  color:white;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

cite {
  font-style: oblique;
  color:white ;
  font-size: 1.2em;;
}


.embed-responsive-210by297 {
  padding-bottom: 100.42%;
  }


.youtube-heading {
  font-style: oblique;
  font-weight: bold;
  color:gray ;
  font-size: 1em;;
  }