html, body {
	margin: 0px;
	padding: 0px;
}

/* General Style Rules */
body {
	font-family: helvetica;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	text-align: center;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.4em;
}	

h3 {
	font-size:1em;
}

h4 {
	font-size:.7em;
}
p {
	text-align: justify;
	font-size:1em;
}

a img {
	border: 0px hidden black;
}

a {
	color:black;
	text-decoration:none;
}

a h2:hover {
	text-decoration:underline;
}

.banner {
	background-color: white;
	padding: 4px;
	border: 2px solid orange;
	color: black;
	font-size: 0.8em;
}

#publications a {
	text-decoration:none;
	font-size:.9em;
	color:black;
}

#publications h4 {	
	text-align: left justify;
	font-size:.9em;
}

#team article {
	width:70%;
	margin:auto;
	height:100%;
}

h3 {
	color:rgb(205,52,65);
	font-weight:normal;
}
#key-members {
	text-align:center;
	margin-top:10px;
}

#key-members article {
	width:23%;
	padding:4px;
	min-width:160px;
	border: 2px solid white;
	margin:0 2% 7px;
}

h3 {
	text-align:center;
}

h4 {
	font-weight:normal;
}


#key-members article:hover {
	border:2px outset black;
}

.personal-wrapper {

	width:75%; 
	margin:auto;
	margin-bottom:2em;
	text-align:center;
}
.personal-wrapper:last-child {
	margin-bottom:0;
}
.personal-textbox {
	padding:0 1em;
	display:inline-block; 
	width:40%; 
	margin:0 1em; 
	vertical-align:top; 
	padding-right:2em;
	border-style:dotted;
}

.responsive-block {
	position: relative;
	height: 0%;
	padding-bottom: 22.525%;
}

.responsive-block > * {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.contact-info {
	display:inline-block;
	width:25%;
	min-width:200px;
	background-color:rgba(234, 234, 250,0.25);
	padding:10px 25px;
	margin:5px 15px;
	text-align:left;
}

.contact-info:hover {
	background-color:rgb(234, 234, 250);
	transition: background-color .5s linear 0s;
}

nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

nav a {
	color: white;
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

/* Specific Style Rules for sections of the page */
header {
	position: absolute;
	top: -10px;
	left: 0px;
	z-index: 1;
	display: block;
	width: 100%;
	color: white;
	text-align: center;
}

@media screen and (min-width:800px) {
	/* -- Desktop -- */
	
	#show-nav-right, #hide-nav-right {
		display: none;
	}
	
	#nav-right {
		margin-top: 1em;
	}
	
	#nav-right li {
		display: inline;
		margin: 0px 1.5em;
		/* text-transform: uppercase; */
	}
	
	#nav-floating {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 100%;
		height: 50px;
		background-color: white;
		color: black;
		font-weight: bold;
		text-align: center;
		opacity: 0;
	}
	
	#nav-floating ul {
		margin-top: 10px;
	}
	
	#nav-floating li {
		display: inline;
		margin: 0px 1.5em;
	}
	
	#nav-floating a {
		color: black;
		text-decoration: none;
	}
	
	#nav-floating a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width:800px) {
	/* -- Mobile -- */
	
	#show-nav-right {
		position: fixed;
		top: 0px;
		right:0px;
		
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		
		background-color: black;
	}
	
	#hide-nav-right {
		display: block;
		width: 32px;
		height: 32px;
		margin-left: 118px;
		margin-bottom: 15px;
		cursor: pointer;
	}
	
	#nav-right {
		position: fixed;
		top: 0px;
		right: -180px; /* transistions to 0px */
		z-index: 1;
		
		display: block;
		width: 150px;
		overflow: hidden;
		background-color: black;
		padding: 15px;
		text-align: left;
		line-height: 200%;
	}
	
	header nav li {
		display: block;
	}
	
	#nav-floating {
		display: none;
	}
}

#nav-left {
	position: fixed;
	top: 0px;
	left: -250px; /* transistions to 0px */
	z-index: 4;
	
	display: block;
	width: 220px;
	overflow: hidden;
	background-color: black;
	padding: 15px;
	text-align: left;
	line-height: 200%;
}

#show-nav-left {
	position: fixed;
	top: 0px;
	left:0px;
	z-index: 3;
	line-height:25px;
	display: block;
	width: 40px;
	height: 32px;
	cursor: pointer;
	
	background-color: black;
}
	
#hide-nav-left {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 188px;
	margin-bottom: 15px;
	cursor: pointer;
}

#social-media-links {
	display: none;
	position:fixed;
	top:50%;
	left:50%;
	background-color:rgba (0,0,0,0.8);
	width:100px;
	height:100px;
}

#social-media-links img {
	width: 48px;
	height: 48px;
}

#header-video {
	width: 100%;
	height: auto;	
	background-color: black;
}

#article-header-figure {
	width:100%;
	height:auto;
	padding-top:;
	background-color:black;
	text-align:center;
}

section, footer {
	width: 80%;
	padding: 2em 10%;
	text-align: center;
}

article {
	display: inline-block;
	width: 50%;
	margin: 0% auto;
	text-align:left;
	vertical-align: top;
}

article h3 {
	text-align:left;
}

article img {
	width: 100%;
	height: auto;
}

footer div {
	display: inline-block;
	width: 30%;
	margin: auto;
	min-width:110px;
}

footer .colored-box  {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 5px;
}
@media screen and (max-width:800px) {
	footer div {
		display:block;
		width:100%;
	}
}

@media screen and (max-width:1300px) {
	#reviews-box div {
		width:100% !important;		
	}
}

.notes-on-list {
	width:50%; 
	text-align:left; 
	margin:auto;
	list-style-type:square;
}

.notes-on-list .orange {
	color:orange;
}

.notes-on-list .orange a {
	color:white; 
}

.notes-on-list .orange a:hover {
	color:orange;
}	

.notes-on-list .yellow {
	color:yellow;
}

.notes-on-list .yellow a {
	color:white;
}

.notes-on-list .yellow a:hover {
 color:yellow;
}

.notes-on-list .purple {
	color:purple;
}

.notes-on-list .purple a {
	color:white;
}

.notes-on-list .purple a:hover {
	color:purple;
}

.notes-on-list .blue {
	color:blue;
}

.notes-on-list .blue a {
	color:white;
}

.notes-on-list .blue a:hover {
	color:blue;
}

.references {
	text-align:justify;
	padding-left:4em;
	text-indent:-4em;
}