
@font-face {
  font-family: Lora;
  src: url(Lora-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Regular.ttf);
}
@font-face {
  font-family: Ubuntu;
  src: url(Ubuntu-R.ttf);
}

body {margin:0;	background-color: #eee; font: 16px/28px  Ubuntu, Roboto, Lucida, Verdana, sans-serif;}

.xtopwrapper {
  background-color: #363; background-image: url('bgW-home.png');
  height: 400px;
  background-position: 81% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.navwrapper {
  background-color: rgba(0,0,0,1);
  position: relative;
}

.contentwrap {
  padding: 0px;
  background-color: #fff;
  width: 100%;
  max-width: 850px;
  float: center;
  margin: auto;
  box-shadow: 2px 0px 6px 0px rgba(0,0,0,.5);
}

.banner {
	font-family: 'Marcellus SC', Georgia, serif;
	font-weight: bold;
	color: #eee;
	letter-spacing: 2px;
	font-size: 20px;
	padding: 8px 16px;
	padding-bottom: 10px;
	max-width: 850px;
	float: center;
	margin: auto;
}

.section {
  color: #eee;
  padding: 0px 16px;
  max-width: 850px;
  float: center;
  margin: auto;
  xmargin-bottom: 100px;
}

.content {
  background-color: #fff;
  padding: 0px 16px;
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
}

.footer {
  background-color: #fff;
  font-size: 75%;
  text-align: center;
  max-width: 850px;
  float: center;
  margin: auto;
  padding: 0px;
  clear: all;
}

h1 {font-size: 60px; line-height: 72px; font-family: 'Wittgenstein', Georgia, serif;}
h2 {font-size: 24px; line-height: 30px; font-family: 'Wittgenstein', Georgia, serif;}
h3 {font-size: 20px; line-height: 25px; font-family: 'Wittgenstein', Georgia, serif;}
h4 {font-size: 18px; line-height: 22px; font-family: 'Wittgenstein', Georgia, serif;}
h5 {font-size: 16px; line-height: 0px; font-family: 'Wittgenstein', Georgia, serif;}
h1.huge {font-size: 60px; font-family: 'Wittgenstein', Georgia, serif; line-height: 70px;}
a {
  color: #060;
  text-decoration: none;
}

.alert {
  margin-top: 20px;
  padding: 20px;
  background-color: #fb0;
  color: black;
  xborder: 1px solid black;
  border-radius: 15px;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,.5);
}
.closealert {
  margin-left: 15px;
  color: red;
  font-weight: bold;
  float: right;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.textbutton {
  background-color: #999;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 8px;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: inset 5px 5px 6px 0px rgba(255,255,255,.5), inset -5px -5px 6px 0px rgba(0,0,0,.5);
  cursor: pointer;
  position: relative;
  top: -5px;
}
.indentate {
	margin-left: 20px;
}
.audio {
  xwidth: 100%;
  xmax-width: 400px;
  xmargin: 20px auto;
  xdisplay: block;
  xborder: 1px solid #333;
  xborder-radius: 15px;
}
.biocontainer {
  display: flex;
  xjustify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.left-column,
.right-column {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 15px;
  box-shadow: 5px 5px 12px 3px rgba(102,102,102,.15);
}
.right-column {
  order: 2;
}
.left-column {
  order: 1;
}
@media (max-width: 850px) {
  .biocontainer {
    flex-direction: column;
    justify-content: center;
  }
  .right-column {
    order: 2;
    max-width: 850px;
  }
  .left-column {
    order: 1;
    max-width: 850px;
  }
}
.bioimg {
  width: 320px;
  border-radius: 10px;
  margin-top: 0px;
}
.blogimg {
  width: 320px;
  border-radius:
  10px; border:1px solid #333;
  hover: zoom-in;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,.4);
}

.audiolist hr {
  height:1px;
  border-width:0;
  color:#ddd;
  background-color:#d8d8d8
}
.audiotitle {
  font-family: 'Wittgenstein', Georgia, serif;
  font-weight: bold;
}
.audiodetails {
  padding-left: 10px;
  font-size:14px;
  line-height:17px;
}

.accordion {
  background-color: #ddd;
  color: #060;
  cursor: pointer;
  padding: 7px;
  margin-top: 5px;
  xwidth: 30%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  xfont-family: Lora, 'Marcellus SC', Georgia, serif;
  xfont-weight: bold;
  transition: 0.25s;
}

.openpanel, .accordion:hover {
  background-color: rgba(75,75,75,1);
  color: #fff;
}
.accordion:after {
  content: 'Show search help'; /* '\002B'; */
  color: #171;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}
.buttonactive:after {
  content: 'Hide search help'; /* "\2212"; */
  color: #fff;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.results-left {
  font-family: 'Wittgenstein', Georgia, serif;
  font-size: 20px;
  xcolor: #f6f;
  font-weight: bold;
  text-align: center;
}
.results-right {
  text-align: center;
  font-weight: bold;
}

.topnav {
  overflow: hidden;
  max-width: 850px;
  float: center;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgba(0,0,0,0); /* navbar */
}

.topnav a {
  float: left;
  display: block;
  color: #eee; /* non-dropdown */
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 16px;
}

.active {
  background-color: rgba(0,153,0,.75); /* active */
  transition: all .05s;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white; /* dropdown header */
  padding: 16px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  transition: .15s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(34,34,34,1); /* dropdown */
  min-width: 160px;
  box-shadow: 0px 12px 12px 0px rgba(0,0,0,1);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff; /* dropdown text */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: .2s;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(127,127,127,1); /* dropdown header */
  color: white;
}

.dropdown-content a:hover {
  background-color: rgb(204,204,204,1);
  color: #000; /* dropdown text */
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}