@charset "utf-8";
/* CSS Document */

	ul {
		list-style-type: none;
		margin: none;
		padding: 0;
		font-size: 25px;
	}
	
	li {
		float: left;
		width: 26.6%;
	}
	
	h1 {
		text-align: center;
		background: rgb(120,11,11);
        background: linear-gradient(90deg, rgba(120,11,11,1) 0%, rgba(53,62,208,1) 0%, rgba(128,42,42,1) 100%);
		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: 50px;
		width: 20%;
		text-align: center;
	}
	
	.content ul{
		margin-top: 100px;
	}
	
	.item{
		align-content: center
		width:200px;
  		text-align:center;
  		display:block;
 		background-color: transparent;
 		border: 1px solid transparent;
	}
	
	.item-page {
		padding-top: 50px;
		align-content: left
		width:200px;
  		text-align:center;
  		display:block;
 		background-color: transparent;
 		border: 1px solid transparent;
	}

	.description {
		margin-top: 100px;
		border-top: 1px solid #000000;
		border-bottom: none
	}
	
	.description h2 {
		text-align: center;
		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
	}