@charset "UTF-8";
/* Body */
body {
	font-family: Arial;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	overflow-x: hidden;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 15%;
	float: left;
	margin-left: 25px;
	letter-spacing: 4px;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}

.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 25%;
}
.Research_titles ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 25%;
}


.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	margin-right: auto;
	margin-left: auto;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 60%;
	text-align: justify;
	font-weight: bolder;
	font-size: 18pt;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #1F1F1F;
	margin-bottom: 5px;
	width: 90%;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 90%;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: bolder;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}


.cards {
	width: 100%;
	height: auto;
/*	max-width: 560px;*/
	border-radius: 8px;
	float: center;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #0064a4;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}



.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #33A1FD;
	clear: left;
}

.title {
	font-size: 45pt;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	position: relative;
	text-decoration: none;
}

.primary_header {
	width: 100%;
	height: auto;
	padding-top: 0px;
}


.Research_titles {
	width: 100%;
	clear: left;
}

.row {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;	
	background-color: #31393C;
	color: #FFF;
	height: 200px;
}

.flex_column {
	flex: 32%;
	text-align: left;
	padding-left: 20px;
}

.column_title {
	font-size: 16pt;
}

.flex_column_middle {
	flex: 32%;
	text-align: center;
	padding-left: 20px;
}

.flex_column_right {
	flex: 32%;
	text-align: right;
	padding-right: 20px;
}
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
}

.drop_menu {
    float: left;
    overflow: hidden;
}

.drop_menu .dropbtn {
    font-size: 14pt;  
    border: none;
    outline: none;
    color: white;
    padding: 18px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .drop_menu:hover .dropbtn {
    color: #BEBEBE;
	transition: 0.1s;
}

.drop_menu-content {
    display: none;
    position: absolute;
    background-color: #727272;
    min-width: 160px;
    z-index: 1;
}

.drop_menu-content a {
    float: none;
	font-size: 12pt;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.drop_menu-content a:hover {
    background-color: #068BFF;
	transition: 0.1s;
	color: white;
}

.drop_menu:hover .drop_menu-content {
    display: block;
}
.banner_image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#hero {
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	max-width: 50%;
	font-weight: bold;
	position: absolute;
	top: 85%;
	right: 1%;
}
.read_more a{
	text-decoration: none;
}

.read_more {
	text-decoration: none;
	font-size: 16pt;
	color: #3678FF;
}

.main_topic {
	width: 70%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

.dropbtn_main {
	font-size: 14pt;
	width: 100%;
    border: none;
    outline: none;
	padding: 0px;
    color: white;
    background-color: inherit;
    font-family: inherit;
}

.Banner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.figure {
	margin-left: auto;
	margin-right: auto;
	width: 52%;
}

h2 {
	font-size: 18pt;
}

.main_topic_p {
	font-size: 18pt;
	font-family: Nunito;
	line-height: 2.0;
}

.main_topic_p {
	font-size: 16pt;
}

.heading {
	color: #197373;
	font-weight: bold;
	font-size: 24pt;
	font-family: Nunito;
}

.header_title {
	position: absolute;
	max-width: 50%;
	top: 82%;
}

.Banner_image {
	width: 100%;
	border: none;
	margin: 0px;
}

.nav_links {
	font-size: 13pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
}

.paper_title {
	font-weight: bold;
	font-size: 12pt;
}

.authors {
	font-size: 12pt;
}

.journal {
	font-size: 12pt;
	font-style: italic;
}

.sub_heading {
	font-weight: 500;
}

.DOI {
	text-decoration: none;
	color: #63ADF2;
	font-size: 12pt;
	font-weight: bold;
}

.banner_quote {
	position: absolute;
	top: 10%;
	width: 100%;
	left: 32%;
	display: block;
}

.figure_titin {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

@media only screen and (max-width: 600px) {
	.header_title {
		position: absolute;
		z-index: 20;
		top: 43%;
	}
	.title {
		font-size: 22pt;
		text-align: center;
		color: #FFFFFF;
		letter-spacing: 2px;
		position: relative;
		text-decoration: none;
}
	.Banner_image {
		width: 100%;
		border: none;
}
	.row {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
    .flex_column {
/*		flex: 100%;*/
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 10px;
		float: left;
/*		margin-left: 40px;*/
		-moz-box-shadow: 0 0 20px 5px #ccc;
		-webkit-box-shadow: 0 0 20px 5px #ccc;
		box-shadow: 0 0 20px 5px #ccc;
    }
	.flex_column_middle {
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 10px;
		float: left;
		-moz-box-shadow: 0 0 20px 5px #ccc;
		-webkit-box-shadow: 0 0 20px 5px #ccc;
		box-shadow: 0 0 20px 5px #ccc;
	}
	.text_column {
		text-align: center;
		font-weight: bolder;
		font-size: 18pt;
		color: #000;
	}
	.nav_links{
		font-size: 13pt;
		font-weight: bold;
		margin-left: 10px;
		margin-right: 10px;
		text-transform: uppercase;
	}
}

.page_title {
	float: left;
	font-size: 45pt;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	position: relative;
	text-decoration: none;
}

.h_container {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.inline_page_title {
	font-size: 20pt;
	color: white;
}

.navbar a.icon {
		display: none;
	}
.mobile_page_title {
	display: none;
}
/**************************************************************************************************************/


@media screen and (max-width: 700px) {
	.title {
		display: none;
	}
	.cards {
		width: 100%;
		height: auto;
		border-radius: 8px;
		float: center;
	}
	.header_title {
		position: absolute;
		z-index: 20;
		top: 3%;
		width: 50%;
	}
	.inline_page_title {
		display: none;
	}
	.navbar a:not(:last-child){display: none;}
	.drop_menu {display: none;}
	.navbar a.icon {
		float: right;
		display: block;
		font-size: 20pt;
	}
	.Banner_image {
		width: 100%;
		z-index: 0;
		border: none;
		display: block;
	}
	.navbar {
		position: absolute;
		top: 30%;
		display: block;
	}
	.navbar.responsive .icon {
		position: absolute;
		background: none;
		right: 0;
		top: 0;
		z-index: 1;
	}
  .navbar.responsive a {
		float: none;
		display: block;
		text-align: left;
		background: gray;
  }
	.drop_menu.responsive{
		float: none;
		display: block;
		text-align: left;
	}
	.h_container {
		display: block;
		position: relative;
		margin-bottom: 0px;
}
	
	.Main {
		margin-top: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		display: block;
}
	.left_article {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		float: left;
		padding-left: 10px;
		padding-bottom: 2px;
		border-radius: 10px;
		display: block;
}
	.right_article {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		float: right;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-family: Nunito;
		border-radius: 10px;
		display: block;
}
	.figure {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 110%;
}
	.figure_titin {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
}
	.mobile_page_title {
		font-size: 15pt;
		color: white;
		display: block;
}
}


