@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	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;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.secondary_header {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	clear: left;
}
.secondary_header .links {
	float: right;
	margin-right: auto;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
	color: #828282;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	transition: all 0.3s linear;
	overflow: hidden;
}
.secondary_header .links a {
  color: #343434;
  text-decoration: none;
  display: inline-block;
  padding: 0px 16px;
}

.secondary_header .links a.active {
  font-weight: bold;
  color: #0B0A7E;
}
.secondary_header .page_title  {
	width: 280px;
	float: left;
}
.secondary_header  .page_title a {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #343434;
  padding-left: 0;
  padding-right: 5%;
  padding-bottom: 14px;
  padding-top: 14px;
  margin-top: 5%;
  font-weight: bold;
  text-transform: none;
  white-space: nowrap;
  text-decoration: none;
}
.secondary_header .links a:hover {
	color: #D72670;
	cursor: pointer;
	text-decoration: underline;
}
.secondary_header .page_title a:hover {
	color: #242D60;
	cursor: pointer;
	text-decoration: underline;
}
.left_article {
	background-color: #FFFFFF;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	color: #575757;
	padding-bottom: 15px;
	overflow: hidden;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 0;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 0%;
	padding-right: 5%;
	text-align: left;
	line-height: 1.6;
	font-size: 0.9em;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #575757;
}

.container .left_article a {
	color: #0B0A7E;
	text-decoration: underline;
}
.left_article .paper_link a:hover {
	color: #242D60;
	cursor: pointer;
	text-decoration: underline;
}
.left_article .cv_link a:hover {
	color: #242D60;
	cursor: pointer;
	text-decoration: underline;
}
.container .left_article a:hover {
	color: #D72670;
	cursor: pointer;
	text-decoration: underline;
}
.left_article a:hover {
	color: #242D60;
	cursor: pointer;
	text-decoration: underline;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.paper_list {
	font-size: 0.9em;
	letter-spacing: -0.5px;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


@media screen and (min-width: 525px) {
    .secondary_header  .page_title a {
      font-size: x-large;
    }

    .container .left_article p,
    .container .left_article h3 {
      margin-left: 10%;
      margin-right: 10%;
    }

    .profilePic {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      height: auto;
    }

    .profilePicSmall {
      display: none;
    }
  }

@media screen and (max-width: 300px) {
	.secondary_header  .page_title a {
		font-size: medium;
	}

	.container .left_article p {
		margin-left: 0%;
		margin-right: 0%;
	}
	.container .left_article h3 {
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.profilePic {
		display: none;
	}
	.profilePicSmall {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
	}
	
	.secondary_header {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 525px) and (min-width: 300px) {
	
	.secondary_header  .page_title a {
		font-size: large;
	}

	.secondary_header {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 15px;
	}
	
	.container .left_article ul {
		margin-left: 5%;
		margin-right: 5%;
	}
	.container .left_article p {
		margin-left: 5%;
		margin-right: 5%;
	}
	.container .left_article h3 {
		margin-left: 5%;
		margin-right: 5%;
	}
	.profilePic {
		display: none;
	}
	.profilePicSmall {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: auto;
	}

}

@media screen and (max-width: 600px) {
  .profile-float {
    float: left;
    width: 375px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}

.profile-header {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  flex-wrap: nowrap;
}

.profile-header img.profile-photo {
  width: 375px;
  height: auto;
  flex-shrink: 0;
  margin-top: 30px;
}

.profile-text {
  flex-grow: 1;
}

.profile-text p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 600px) {
  .profile-header {
    flex-direction: column;
    align-items: center;
  }

  .profile-header img.profile-photo {
    width: 80%;
  }

  .profile-text {
    width: 100%;
  }
}

h2 {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0B0A7E; /* dark blue */
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 20px;
}
.left_article ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background: white;
}

.site-header .page_title a {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: x-large;
  color: #343434;
  text-decoration: none;
}

.site-header .burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
}

.site-header .burger span {
  width: 25px;
  height: 3px;
  background-color: #343434;
  display: block;
}

.nav-links {
  display: flex;
  gap: 16px;
}

.nav-links a {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  color: #343434;
}

.nav-links a.active {
  font-weight: bold;
  color: #0B0A7E;
}

.nav-links a:hover {
  color: #D72670;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .site-header .burger {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    background-color: #fff;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
  }

  .nav-links.show {
    display: flex;
    transform: translateX(0);
  }
}
/* Overlay background when menu is active */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

/* Show the overlay */
#overlay.show {
  display: block;
}

/* Close button inside nav menu - only for mobile */
.mobile-only .close-btn {
  align-self: flex-end;
  font-size: 24px;
  cursor: pointer;
  color: #343434;
  margin-bottom: 20px;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .mobile-only {
    display: flex;
    flex-direction: column;
  }
}