body {
	font-family: Arial, 'Sans Serif';
	margin: 0;
}

header {
	background-color: white;
	color: white;
	text-align: center;
	padding-bottom: 2px;
}

h1 {
	font-family: 'Times New Roman', Serif;
	color: #00075D;
	font-size: x-large;
	line-height: 120%;
}

h2 {
	font-family: 'Times New Roman', Serif;
	font-size: large;
	color: #00075D;
}

h3 {
	font-family: Arial, 'Sans Serif';
	font-size: medium;
	color: black;
}

#banner-image-large img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 100%;
}

#banner-image-small img {
	display: none;
}

nav {
	margin-right: auto;
	margin-left: auto;
	font-size: x-large;
	font-weight: bold;
}

nav ul {
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

nav li {
    display:inline;
	padding-right: 10px;
}

nav a {
    text-decoration: none;
	color: #00075D;
	display:inline-block;
    padding:10px;
	transition: text-shadow 0.1s ease-in;
	-moz-transition: text-shadow 0.1s ease-in;
	-webkit-transition: text-shadow 0.1s ease-in;
	-o-transition: text-shadow 0.1s ease-in;
}

nav a:hover {
	color: #00075D;
	text-shadow: 3px 3px 10px #A7A4BD;
	transition: text-shadow 0.1s ease-in;
	-moz-transition: text-shadow 0.1s ease-in;
	-webkit-transition: text-shadow 0.1s ease-in;
	-o-transition: text-shadow 0.1s ease-in;
	}


#main-text {
	margin: 2% 14% 2% 14%;
	background-color: #FFFFFF;
	color: black;
}

#main-list {
    list-style-image: url('images/bullet.png');
}

#main-list li {
	margin: 0.5em 0;
}

#abstractToggles {
	list-style: none outside none;
	font-weight: bold;
	cursor: pointer;
}

#showAbstracts:hover {
	color: blue;
}

#hideAbstracts:hover {
	color: red;
}

.abstract {
	color: #00075D;
	list-style: none outside none;
	padding: 2% 5% 3% 5%;
	font-size: 12pt;
}

.content {
	float: left;
	max-width: 69%;
	padding: 0% 3% 0% 3%;
	margin: 0% 0% 0% 0%;
	line-height: 120%;
	font-size: large;
}

.content img {
	max-width: 60%;
	margin-left: 15%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

img.conferenceImage {
	max-width: 100%;
	margin: 0%;
}

.sidebar {
	float: right;
	max-width: 25%;
}

.sidebar img {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	padding: 10%;
}

.person {
	padding: 20px;
	clear: left;
}

.profile {
	float: left;
	clear: left;
	padding: 0 20px 20px 20px;
}

img.profile {
	max-width: 30%;
	margin-left: 0%;
}

footer {
	width: 75%;
	clear: both;
	border-top: 1px solid #00075D;
	margin: 5% 10% 5% 10%;
}

footer p {
	font-size: 80%;
	color: #00075D;
}

@media (max-width: 700px) {
	
	#banner-image-small img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		height: 50%;
	}
	
	#banner-image-large img {
		display: none;
	}
	
	nav {
		width: 100%;
	}
	
	nav ul {
		display: block;
		width: 100%;
		float: left;
		margin: 0px;
		padding: 0px;
		clear: both;
		text-decoration: none;
	}

	nav li {
		margin: 5px;
		width: 100%;
		
	}

	nav a {
		padding: 2px;
		width: 100%;
	}
	
	#main-text {
		width: 90%;
		margin: 5%;
	}
	
	.content {
		max-width: 90%;
		margin: 0%;
		padding: 0%;
	}
	
	.sidebar {
		max-width: 50%;
		float: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	.profile {
		display: none;
	}
}