@charset "utf-8";
/* CSS Document */
body {
	max-resolution: 0px;
	background-color: beige;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	/*text-align: center;*/
}

.sidebarLeft {
  height: 100%;
  width: 75px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #CFFFBC;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidebarRight {
  height: 100%;
  width: 75px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #CFFFBC;
  overflow-x: hidden;
  padding-top: 20px;
}

ul {
	list-style-type: none;
	margin: none;
	/*: 20px;*/
	font-size: 25px;
	
}

li {
	float: left;
	width: 15%;
	text-align: center;
}

h1 {
	text-align: center;
	background: rgb(120,11,11);
	background: #CFFFBC;
	padding: 25px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 60px;
}

h2 {
	padding-left: 75px;
	padding-top: 125px;
	/*padding-right: 720px;*/
	font-size: 18px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

img {
	max-width: 30%;
	height: auto;
	float: right;
	padding-right: 75px;
}

p {
	padding-left: 75px;
}

d {
	position: absolute;
	text-align: center;
  	right: 80px;
  	width: 300px;
  	border: 3px solid #73AD21;
  	padding: 10px;
}
.nav a {
	display: block;
	  color: black;
	  text-align: center;
	  text-decoration: none;
	background-color: gray;
}

.nav a:hover {
	text-decoration: underline;
}

.nav input[type="text"] {
	float: right;
	padding: 1px;
	border: none;
	height: 54px;
	width: 20%;
	text-align: center;
}

.content ul{
	margin-top: 100px;
}

.item{
	width:200px;
	  text-align:center;
	  display:block;
	 background-color: transparent;
	 border: 1px solid transparent;
	 margin-right: 10px;
}

.description {
	margin-top: 100px;
	border-top: 1px solid #000000;
	border-bottom: none
}

.description h2 {
	text-align: left;
	margin-left: 115px;
	margin-right: 115px;
}
.footer {
	margin-top: 200px;
}

#event-list {
	text-align: center;
}

a:link {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: black
}