body {
	width: 100vw;
	height: 100vh;
	margin: 0;
	font-family: "Helvetica Neue",Helvetica, Arial;
}

main{
	display: flex;
	width: 100%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer {
	display: flex;
	width: 100%;
	height: 10%;
	align-items: flex-end;
	justify-content: center;
}

#copyright{
	color:#888;
}

@media screen and (max-width: 950px){
	nav{
		height: 60%;
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-around;
	}		
}

@media screen and (min-width: 950px){
	nav{
		width: 80%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-items: stretch;
		justify-content: space-around;
	}		
}


a.link{
	font-family: "Helvetica Neue",Helvetica, Arial,sans-serif;
	color: #F07102;
	display:block;
	font-size: 1.5rem;
	text-decoration: none;
 
}

a:active {
	color: #032559;
}

a:hover {
	color: #3EB0D8;
}

.announcement{
	font-size: 0.8em;
}

a.announcement{
	text-decoration: none;
}

.light{
	background-color: red;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.live{
	color: #3EB0D8;
	font-weight: bolder;
}

a.link::before {
	color:  #888;
	content: "#";
	font-size: 1.2rem
}
