@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Cust;
	src: url(Fonts/custfont.otf);
}
@keyframes fadein {
	from {opacity: 0.0;}
	to {opacity:1.0;}
}
body, html {
	height: 100%;
	margin: 0;
	color: white;
	font-family: mr-eaves-modern, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 20px;
	background-color: black;
	animation: fadein;
	animation-duration: 2s;
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: auto;
}
.bgr {}
div .tblrow {
	max-height: 2.5ex;
	overflow: hidden;
    -webkit-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 1.5s ease cubic-bezier(0, 1.05, 0, 1);
}
div .tblrow:hover {
	-webkit-transition: max-height 2s ease;
    -moz-transition: max-height 2s ease;
    transition: max-height 2s ease;
    max-height: 400px;
}
tr:hover {
	background-color: rgba(51,51,51,0.60);
}
div.wrap {
	  display: inline-block;
  	top: 50%;
	left: 50%;
}
div.polaroid {
  width: 400px;
  text-align: center;
  display: inline-block;
  margin: 30px;
  transition: all 200ms ease-out;
  cursor: pointer;
  background: #FFF;
}
div.polaroid:hover {
	-webkit-box-shadow: 0px 0px 22px 4px rgba(255,255,255, 0.3);
	-moz-box-shadow:    0px 0px 22px 4px rgba(255,255,255, 0.3);
	box-shadow:         0px 0px 22px 4px rgba(255,255,255, 0.3);
  	text-align: center;
  	display: inline-block;
  	transition: all 100ms ease-out;
	background: antiquewhite;
}
div.container {
	background:#3B3732;/*rgba(51,51,51,0.80);*/
	color: #FAEBD7;
  	padding: 10px;
}
th, td {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	text-align: left;
	animation-name: fadein;
	animation-duration: 2s;
}
table {
	width: 100%;
	line-height: 2.5ex;
}
.cont {
	display: block;
	background: rgba(0,0,0,0.5);
	font-size: 1.1em;
	animation-name: fadein;
	animation-duration: 2s;
}
.topnav {
	top: 0;
	position: fixed;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index:99;
	box-shadow: 10px -1px 5px
    white;
    left: 0;
    padding-bottom: 10px;
}
.name {
	vertical-align: center;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 1.3em;
	letter-spacing: 0.4em;
	margin-left: 2.0em;
}
.lan {
	vertical-align: center;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	letter-spacing: 0.4em;
	margin-left: 2.0em;
	display:inline-block;
	}
.name .viol {
	display: inline;
}
.bottombar {
	margin-right: 24px;
	margin-left: 24px;
	padding-left: 24px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	bottom: 0;
	color: white;
	box-shadow: 10px 1px 5px white;
    left: 0;
}
.copyr {
	vertical-align: center;
	float: left;
	position:relative;
	letter-spacing: 0.4em;
}
.socialmediabtn {
	margin-right: 0;
	position: relative;
}
.headtitle {
	color: #EEE;
	font-size: 10.0vw;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	animation-name: fadein;
	animation-duration: 4s;
	font-family: Cust;
}
.covertext {
	color: #202020;
	font-size: 1.5rem;
	margin: 60px;
}
.upcomingevents {
	background: #E4E1CD;
	width: 100%;
}
.eventtext {
	font-size: 1.5rem;
	margin: 60px;
}
.active {
	background-color: #333;
}
.menu {
	list-style-type: none;
	margin: 0;
	padding: 30px;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	float: right;
}
a:link, a:visited {
	color: antiquewhite;
	text-decoration: none;
	animation-name: fadein;
	animation-duration: 2s;
}
.topnav li {
	float: left;
}
.topnav li+li {
	border-left: 1px solid #FFF;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 24px;
	text-decoration: none;
}
.topnav li a:hover {
	background-color: #333;
}
.icon {
	display: none;
}
@media screen and (max-width: 600px) {
.name {
	vertical-align: center;
	float: left;
	padding-top: 25px;
	padding-left: 5px;
	font-size: 1.2em;
	letter-spacing: 0.4em;
	margin-left: 0px;
	}
.headtitle {
	top:65%;
	left: 50%;
	/* -webkit-backdrop-filter: grayscale(100%);
	backdrop-filter: grayscale(100%); */
	font-size:20.0vw;
	}
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav li {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-style: none;
}
.sidenav li:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hamburger {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 30px;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	float: right;
}
@media screen and (max-width: 850px) {
	.topnav li+li {border-left: none;}
	.bottombar {
		margin-right: 0px;
		margin-left: 0px;
		padding-left: 15px;
		padding-top:10px;
	}
	.hamburger {display: block;}
	.themenu {display:none;}
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 