
/*
.container {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 200px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.posterimages {
	
}

.posterimages a{
	border:10px;
	padding:20px;
}

*/

body {
	background-color: #FFFFFB;
	font-family: "Oswald", Verdana, Tahoma, sans-serif;
	color: #775;
} 

body h1{
	display:none;
	font-size:20px;
	margin:0;
	padding:0;
	text-align: center;
	font-weight: bold;
}

body h2{
	color:#25312c;
	text-align: center;
	
}

body h3{
	color:#32574b;
}

body h4{
	color:#32574b;
	text-align:center;
}

div.bodycontent{
	margin-top:10px;
}

div.headerblock{
	height:60px;
}

#more {
	display:inline;
}

#morenews {
	display:none;
}

a.biolink {
	text-decoration:none; 
	font-weight:bold;
}

a:hover.biolink {
	background-color:#eee;
}

.biotitle{
	font-weight:bold;
	color:#68796e;
}

div.biocontainer{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-size: 18px;
}

div.newscontainer{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	font-size: 18px;
}

div.newscontainer p{
	margin-bottom: -1em;
	border-bottom: 2px dotted #ccc;
	border-width:70%;
}

div.newscontent{
	padding-bottom:1em;
}

div.newscontent a{
	text-decoration:none;
	font-weight:bold;
	color: #237d43;;
}


.newsbutton {
  background-color: #237D43;
  border: 2px solid #24312c;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:5px;
  transition-duration: 0.4s;
}


.newsbutton:hover{
    background-color: #4CAF50;
	
}

.topofthenews{
	float: right;
	background-color: #fdf1e5;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
	margin-top: 3px;
}

.topofthenews a{
	color:#eee;
	background-color: white;
}


/*
.floating-menu {
  background: #FFFFFB;
  width: 100%;
  z-index: 100;
  position: fixed;
  height: 100px;
  opacity: 95%;
}

.floating-menu h3 {
  font-size: 40px;
  display: inline-block;
  margin: 0 0.5em;
  color: #21312c;
}

.floating-menu h4 {
  font-size: 27px;
  display: inline-block;
  margin: 0 0.5em;
  color: #4a6059;
}

.floating-menu a {
  font-size: 20px;
  display: inline-block;
  margin: 0 0.5em;
  color: #33574b;
  background-color:#eee;
  border: 1px solid green;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
}

.floating-menu a:hover {

  background-color:#97c2b4;

}




div.navmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #24312c;
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 30px;

}

div.navmenu li {
  float: left;
}

div.navmenu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

div.navmenu li a:hover:not(.active) {
  background-color: #97c2b4;
}

.active {
  background-color: #33574b;
}
*/

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #33574b; 
 /* background-image: linear-gradient(to right, #33574b, #33574b, #f8fff6, #f8fff6); */
  position: fixed;
  top: 0;
  width: auto;
  font-size: 30px;
}

ul.topnav img {
	height:30px;
}

ul.topnav img li a:hover {
	background-color: #eee;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #24312c;}

ul.topnav li a.active {background-color: #24312c;}

ul.topnav li.right {
	float: right;
	padding-right:5px;
	right:10px;
	background-color:#fffff6;
}

ul.topnav li.right a:hover{
	background-color: #fff;
	opacity: 50%;
}

@media screen and (max-width: 1000px) {
  ul.topnav li {
	/*  float: none; */
	  
  }
  ul.topnav li.right {
	  float:left;
	  width:20%;
  }
  ul.topnav {
	  font-size:18px;
	  background-image: linear-gradient(to right, #33574b, #33574b);
	  width:100%;
  }
  ul.topnav li a {
	  padding:2px 5px;
	  float:left;
	  text-align:center;
	  width:auto;
	  display:block;
	  vertical-align: -moz-middle-with-baseline;
  }
  ul.topnav a:hover{
	  opacity:50%;
  }
  div.headerblock{height:65px;} 
  
  ul.socialmenu{
	  position: fixed;
	  margin-top: 23px;
	  background-color: #fffffb;
	  padding-top: 5px;
	  margin-left: -10px;
	  width: 100%;
  }
  
  #more {
  	display:none;
  }
  
  div.newscontainer{
  	width:70%;
  }
  
/*   ul.topnav li a.active {font-size: 18px;}
  
 ul.topnav li a.active {display:none;} */
  
}

ul.socialmenu{
list-style-type: none;
}

ul.socialmenu img{
	height:30px;
}

ul.socialmenu li{
	padding-right: 7px;
	float: right;
}

ul.socialmenu a:hover{
	background-color: #fff;
	opacity: 50%;
}

ul.socialmenu li.label{
float:left;
font-weight:bold;

}



div.musicframe {
    background-color: #eee;
    float:left;
    width: 50%;
	height:450px;
  /*  border: 2px solid #D3E8B5 */
  border:0px;
    padding: 10px;

}

div.newsframe {
  background-color: #eee;
  float:right;
  height:450px;
  width: 50%;
/*  border: 2px solid #D3E8B5 */
  border:0px;
  padding: 10px;

}


div.postersframe {
  background-color: #fffffb;
  width: 100%;
  border:0px;
/*  border: 3px solid #73AD21; */
  padding: 10px;

}

div.galleryhead{
	border:1px;
	border-radius:5px;
}


div.galleryhead p{

	font-size: 20px;
	font-variant: small-caps;
	font-weight:bold;
	text-align: center;
}

div.gallery {
  border: 0px solid #ccc;
  padding-top: 10px;
}

div.gallery:hover {
  border: 0px solid #777;
}

div.gallery img {
  width: 90%;
  height: auto;
  padding: 5px;
  opacity: 1;
  transition: .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


div.gallery:hover img {
  opacity: 0.3;
}

div.gallery:hover .middle {
  opacity: 1;
}

div.socialcontact{

}
div.socialcontact a{
text-decoration: none;
display:inline-flex;
}

div.socialcontact img{
	height:30px;
    padding-right:5px;
	margin-bottom: 10px;
}

div.contentcontainer{
	background-color: #eee;
	padding:20px;
	width:100%;
	float:left;
	margin-bottom:20px;
}



div.contentcontainer input[type="submit"] {
    color: #6DAD1F;
    border: 1px solid #6DAD1F;
    font-weight: bold;
}

div.contentcontainer input[type="submit"]:hover {
    color: #6DAD1F;
	background:white;
	color:#24312c;
    border: 1px solid #6DAD1F;
    font-weight: bold;
}


div.contentcontainerleft{
	background-color: white;
	padding:20px;
	border:1px solid #775;
	width:49%;
	float:left;
}

div.contentcontainerleft a{
	color:#24312C;
}

div.contentcontainerleft a:hover{
	color:#33574B;
	background-color: #fffff6;
}

div.contentcontainerleft h2{
	font-weight: bold;
	font-size:20px;
	margin:0px;
	
}

div.contentcontainerleft table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
}

div.contentcontainerright{
	background-color: white;
	padding:20px;
	border:1px solid #775;
	width:49%;
	float:right;
}

div.contentcontainerright a{
	color:#24312C;
}

div.contentcontainerright a:hover{
	color:#33574B;
	background-color: #fffff6;
}

#playlists{
	width: 100%;
	border-collapse: collapse;
}

#playlists th, #playlists td{
    border: 2px solid #ddd;
    padding: 8px;
}

/*

div.desc {
  padding: 0px;
  text-align: center;
}

*/

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 0px;
  float: left;
  width: 14.2%;
}

@media only screen and (max-width: 2000px) {
  .responsive {
    width: 16.6%;
   /* margin: 6px 0; */
  }
}


@media only screen and (max-width: 1600px) {
  .responsive {
    width: 20%;
   /* margin: 6px 0; */
  }
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 25%;
   /* margin: 6px 0; */
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 50%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 40%;
  height:400px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 60%;
  height:400px;
  background-color: #eee;
  padding-left: 10px;
  padding-right: 10px;
  font-size:18px;
  overflow: hidden;
}

.rightcolumn h2 {   
margin:0px;
font-size:20px;
}
.rightcolumn p {   
margin-top:4px;
}

.rightcolumn a {
	color: #24312c;

}

.rightcolumn a:hover {
background-color: #d4ecbc;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;

}

.card img{
	float:left;
	margin-right:10px;
}

.card p{
	margin-bottom:7px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #e6f0e5;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .leftcolumn {   
    width: 100%;
	height:120px;
    padding: 0;
  }
  .rightcolumn {   
    width: 100%;
	height:100%;
    padding: 5px;
/*	font-size:2.0vw; */
  }
  
  .rightcolumn h2{   
	font-size:18px;
  }
  div.postersframe {
	  padding-top:0px;
	  margin-top:0px;
  }
  .search_box h2{
      display: none;
  }
  
  div.contentcontainerleft{
	  width:100%;
	  border:none;
	  padding-bottom:10px;
  }
  div.contentcontainerright{
	  width:100%;
	  border:none;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }

}
