#page-container {
	width: 96%;
	max-width: 760px;
	margin: auto;
	background: white;
    margin-top: 10px;
}

#logo {
	width: 100%;
	max-width: 500px;
	height: auto;
}

#line {
	width: 100%;
	max-width: 500px;
	height: auto;
}


/* Type */
p {
    font-family: "Courier";
}

body {
    color: black;
    text-align: center;
}
    
    /* unvisited link */
a:link {
    color: Gray;
}

/* visited link */
a:visited {
    color: DarkSlateGray;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: orange ;
}

/* Events */

.eventtitle {
	font-weight:regular;
    color: black;
    width: 300px;
	margin: auto;
	background: white;
    margin-top: 10px;
    text-decoration: underline;
}

.eventdate {
	font-weight:regular;
    color: grey;

}

.list-group {
    font-family: "Courier";
    color: grey ;
    margin-bottom: 12px;
    text-align: center;
    list-style-position: inside;
    padding: 20px 15px;
    }
    