body {
  font-family: "W95", sans-serif;
  background-size: 100% 100%;
  background-repeat:y-repeat;
  background-color:black;
  background-image:url("../bg.jpg");
  background-attachment: fixed;
  margin:0;
}

@font-face {
  font-family: W95;
  src: url(../W95FA.otf);
}

@font-face {
  font-family: Space;
  src: url(../spaceship2100.ttf);
}

#fs /* full screen container to make content centered */
{
	height: 850px;
	width: 1200px;
	position: relative;
	margin: auto;
}

#content
{
	padding-top:50px;
	padding-bottom:200px;
	height: 1200px;
	width: 900px; 
	font-family: W95, sans-serif;
	color:white;
	padding-left:100px;
}

li
{
	display: inline;
}

a:visited 
{
	color: #61A8F8;
}

a:hover
{
	color: #61A8F8;
}

a
{
	color: #61A8F8;
	text-decoration: none;
	text-align:center;
}

p
{
	padding:20px;
	margin-top:0px;
	font-size:20px;
}

.eventtext
{
	padding:1px;
}

h2
{
	font-size:30px;
	padding-left:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: Space, sans-serif;
}

h3
{
	padding-top:0px;
	margin-top:0px;
	font-size:40px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:5px;
	font-family: Space, sans-serif;
}

#header
{
	width:1200px;
}

#headerlogo
{
	font-family: "Torus", sans-serif;
}

.event
{
	width: 900px;
	margin:0px;
}

.banner
{
	width:1200px;
	height:112px;
	background-size: cover;
}

#lastevent
{
	margin-bottom:50px;
	padding-bottom:50px;
}

h1
{
	display: flex;
	justify-content: center;
	align-items: center;
	height:60px;
	margin:0;
	font-size:80px;
	/background-color: rgba(0, 0, 0, .7);
	padding:20px;
	border-radius: 30%;
}

.coffee
{
	width:600px;
}

figcaption
{
	font-size:40px;
}

img
{
	margin:3px;
}

table
{
	width:130%;
}

th
{
	padding-right:28px;
	padding-bottom:20px;
}

.bigname
{
	font-size:30px;
}

.smallname
{
	font-size:25px;
}

#sidebar
{
	height:100%;
	width:200px;
	position:fixed;
	top:0;
	left:0;
	overflow-x: hidden;
	font-family: W95, sans-serif;
	background: rgb(0,18,32);
	border-right: 1px solid black;
	color:white;
}

#sidebar a
{
	display:block;
	text-align:left;
	padding:3px;
	padding-left:20px;
	font-size:15px;
}

#sidebar a:hover
{
background:orange;
color:black;
}

@media only screen and (max-width: 1350px) 
{
		#sidebar {
				display: none;
				}
}