@charset "UTF-8";
/* Body */
body {
	font-family: sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1500px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: darkgray;
	border-bottom: 1px solid white;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 70%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: white;
	text-decoration: none;
}
ul li:hover a {
	color: white;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.intro {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	float: left;
}
footer .intro h3 {
	color: #6B6B6B;
	text-align: center;
}
footer p {
	color: #6B6B6B;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.intro-center {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.publications {
	width: 60%;
	text-align: left;
	padding-top: 30px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
footer .publications h3 {
	color: #6B6B6B;
	text-align: center;
}
footer .research h2 {
	color: #6B6B6B;
	text-align: center;
}
footer .publications h2 {
	color: #6B6B6B;
	text-align: center;
}
footer .research h3 {
	color: #6B6B6B;
	text-align: center;
}
footer ul {
	color: #6B6B6B;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
footer .research ul li a {
	color: darkgray;
	text-decoration: none;
}
footer .publications ul li{
  margin: 10px 0;
}
footer .intro ul li a {
	color: darkgray;
	text-decoration: none;
}
footer .publications ul li a {
	color: darkgray;
	
}
.research {
	width: 70%;
	text-align: center;
	padding-top: 30px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
		.logo {
        display: none !important;
}

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
		nav {
	float: center;
	width: 100%;
	text-align: center;
	margin-right: 25px;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.intro {
	width: 100%;
	margin-top: 0px;
	
}
.research {
	width: 100%;
	margin-top: 0px;
}
	.publications {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
		.logo {
        display: none !important;
}
.container header nav {
	float: center;
	text-align: center;
}
	nav {
	float: center;
	width: 100%;
	text-align: center;
	margin-right: 25px;
}
header nav ul {
	float: center;
	text-align: center;
}
	nav ul li {
	float: center;
	text-align: center;
	font-size: 10px;
}
ul li a {
	color: white;
	text-decoration: none;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.intro {
	width: 100%;
	margin-top: 0px;
}
.research {
	width: 100%;
	margin-top: 0px;
}
		.publications {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 50%;
}
.intro {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

		nav {
	float: center;
	width: 70%;
	text-align: center;
	margin-right: 25px;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.intro {
	width: 100%;
	margin-top: 0px;
}
.research {
	width: 100%;
	margin-top: 0px;
}
		.publications {
	width: 100%;
	margin-top: 0px;
}
}
