/* GLOBAL */
body{
	font-family: "Cochin", serif;
	font-size: 18px;
}

a, a:hover, a:visited{
	text-decoration: none;
	color: rgb(0, 0, 238);
}

/* GRID / STRUCTURE */

.wrapper{
	max-width: 1000px;
	margin: 0 auto 0 auto; /* top left bottom right */
	padding: 0px 2rem; /* this is a short-hand for 0px 2rem 0px 2rem. rem means "root em" */
}


@media (min-width: 500px){
	.desktop-flex{
		display: flex;		
	}
}

/* HEADER */
.header-image{
	width: 500px;
	max-width: 100%;
}

/* NAVIGATION */

.navigation{
	margin-right: 5rem;
}

ul{
	padding-left: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	margin-bottom: .5rem;
}

li{
	list-style: none;
	padding-left: 0px;
	
}

li a:hover{
	text-decoration: line-through;
}

/* CONTENT */

p{
	line-height: 1.5em;
}
.content-section{
	margin-bottom: 2rem;
	margin-top: .5rem;
}
ul li {
	margin-bottom: .5rem;
}

.events-section
ul li {
	margin-bottom: 1rem;
}

/* junk */
