/* .merge-section {
  background: linear-gradient( to right, #f8f9fa 0%, #f8f9fa 40%, #212529 60%, #212529 100% );
  position: relative;
}

.merge-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, #f8f9fa 50%, #212529 50%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  z-index: 1;
} */

/* :root {
  --navbar-height: 70px;
}

.navbar-link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 900;
  color: var(--bs-secondary);
} */

html {
	height: 100%;
}
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	height: 100%;
}
#footer { height: auto; }

/* image styles: grayscale but color on mouseOver */

img.hero-img {
  filter: blur(0px) brightness(124%) contrast(156%) grayscale(100%) hue-rotate(0deg) invert(0%) saturate(0%) sepia(0%);
  transition: filter 200ms ease-in-out, box-shadow 200ms ease-in-out;
  box-shadow: 8px 4px var(--bs-primary);
}

.hero-img:hover {
  filter: blur(0px) brightness(120%) contrast(110%) grayscale(20%) hue-rotate(0deg) invert(0%) saturate(80%) sepia(0%);
  box-shadow: 8px 4px var(--bs-warning);
}

/* link and highlight styles */

.mark {
  background-color: transparent;
  position: relative;
  background: linear-gradient( .2deg ,transparent 0,transparent 20%,var(--bs-warning) 20%,var(--bs-warning) 50%,transparent 50%,transparent 100%);
}

main a:not(.btn,:has(img,div)), label a,p.lead a {
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: inherit;
  background: linear-gradient( .2deg ,transparent 0,transparent 20%,var(--bs-warning) 20%,var(--bs-warning) 50%,transparent 50%,transparent 100%);
  transition: background 200ms linear, color 200ms linear;
}

main a:not(.btn,:has(img,div)):hover ,label a:hover,p.lead a:hover {
  /*text-decoration: overline underline;*/
  color: var(--bs-primary);
  /*font-weight: 600;*/
  background: var(--bs-warning);
}


.h3-roboto {
  font-family: "Roboto";
}

/* 
.bg-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='100%'%3E%3Cline x1='50%' y1='100%' x2='50%' y2='0%' style='stroke:rgba(0,0,0, .12);stroke-width:2px'/%3E%3C/svg%3E");
} */

.semi-transparent-light {
  background-color: color-mix(in srgb, var(--bs-light) 80%, transparent);
  padding: 1em;
}

.semi-transparent-dark {
  background-color: color-mix(in srgb, var(--bs-dark) 80%, transparent);
  padding: 1em;
}

/* audio player */

li:has(.plyr-player) 
{
  margin-bottom:1.8em;
  transition: box-shadow 200ms ease-in-out;
  box-shadow: 8px 4px var(--bs-primary);
}


li:has(.plyr-player):hover {
  box-shadow: 8px 4px var(--bs-warning);
}

.h1 {
  font-size: 2.4em;
}

.speaker-meta h2 
{ 
  line-height: 0.9 !important ;
}
.speaker-meta h2 span 
{ 
  font-family: "Kindergarten";
  font-size: 24px; 
  color: var(--bs-light);
}


/* form stuff */

#contact-container label, #contact-container input, #contact-container textarea  { font-family: 'Roboto Mono'; }
#contact-container .btn { font-family: "Roboto"; }

#contact-container .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }

  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:focus, .form-control:active {
    border-color: var(--bs-warning) !important; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.contact-wrap {
  background: #fff; }

.info-wrap {
  color: rgba(255, 255, 255, 0.8); }
  .info-wrap h3 {
    color: #fff; }
  .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px; }
    .info-wrap .dbox:last-child {
      margin-bottom: 0; }
    .info-wrap .dbox p {
      margin-bottom: 0; }
      .info-wrap .dbox p span {
        font-weight: 500;
        color: #fff; }
      .info-wrap .dbox p a {
        color: #fff; }
    .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.2); }
      .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #fff; }
    .info-wrap .dbox .text {
      width: calc(100% - 50px); }



.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; font-family: 'Roboto Mono';}

 .contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

 #contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

 #message {
  resize: vertical; }

 #form-message-warning, #form-message-success {
  display: none; }

 #form-message-warning {
  color: red; }

 #form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; }

 .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }

.hp-field-wrapper {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }


  #contactForm  .font-size-large 
  {
    font-size:1.2em !important;
    text-transform: unset;
    font-weight: 300;
    color: var(--bs-primary);
  }


  #contactForm input, #contactForm textarea, #contactForm label[for=to0],  #contactForm label[for=to1],  #contactForm label[for=to2]
  {
    border-bottom: 1px solid var(--bs-gray-600);
  }
    #contactForm label[for=to0],  #contactForm label[for=to1],  #contactForm label[for=to2]
  {
    border-bottom: 1px solid var(--bs-gray-600);
  }

  /* markdown parsed content */

  .mh2, .mh3 , .mh4, .mh5
  {
    font-family: "Roboto";
    font-weight: bold;
  }