@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Roboto);

/* General Style */

body {
	background-color: #F8FFFF;
}

div.event {
	background-color: #F8FFFF;
	border-bottom: 1px solid #000000;
	margin-top: 30px;
	margin: 20px auto;
	padding: 10px;
	width: 1006px;
}

/* Navigation Bar Style */

div.navigation {
	height: 75px;
	margin: 20px auto;
	width: 1020px;
}

div.navigation-left {
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	display: inline;
	float: left;
	height: 80px;
	white-space: nowrap;
	width: 400px;
}

div.navigation-center {
	float: left;
	height: 80px;
	white-space: nowrap;
	width: 220px;
}

div.navigation-right {
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	float: right;
	height: 75px;
	white-space: nowrap;
	width: 400px;
}

img.home-image {
	border-radius: 50%;
	height: 100px;
	margin: -10px 60px;
	transition: transform .4s ease-in-out;
	width: 100px;
}

img.home-image:hover {
	transform: rotate(180deg);
}

div.navigation-link {
	float: left;
	padding-top: 25px;
	text-align: center;
	width: 130px;
}

a.navigation-link {
	color: #000000;
	font-size: 20px;
}

a.navigation-link:hover {
	font-weight: bold;
	text-decoration: none;
}

p.navigation-link-selected {
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 20px;
	font-weight: bold;
}

/* Link Style */

a {
	color: #333399;
	font-family: "Roboto", "Times New Roman";
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Headers and Text Style */

h2 {
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 24px;
}

h2.center {
	text-align: center;
}

h2.left-align {
	text-align: left;
}

h3 {
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 18px;
}

h3.center {
	text-align: center;
}

h3.left-align {
	text-align: left;
}

h4 {
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 16px;
}

h4.center {
	text-align: center;
}

h4.left-align {
	text-align: left;
}

p.content {
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 16px;
}

div.content {
	/* Anything in this div will have the proper styling */
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 16px;
}

ul.no-bullet {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

li {
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 16px;
}

.dark-text {
	color: #000000;
}

.roboto {
	font-family: "Roboto", "Times New Roman";
}

.garamond {
	font-family: "EB Garamond", "Times New Roman";
}

/* Button Style */

.button {
	background-color: #EEFFFF;
	border: 1px solid #000000;
	border-radius: 6px;
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 14px;
	padding: 6px 6px;
	text-decoration: none;
	vertical-align: middle;
}

.button:active {
	background-color: #D0FFFF;
}

/* Input Style */

.text-input {
	background-color: #EEFFFF;
	color: #000000;
	font-family: "Roboto", "Times New Roman";
	font-size: 16px;
}

/* Miscellaneous Style */

.lighter-background {
	background-color: #F0FFFF;
}

.darker-background {
	background-color: #EEFFFF;
}

.thin-border {
	border: 1px solid #000000;
	border-radius: 6px;
}
