.eighty {
	width: 80%;
}

.fill {
	min-height: 100%;
	height: 100%;
}

.ninety {
	width: 95%;
}

.nav-font {
	font-size: 20px;
}

.fa {
	padding: 22px;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	margin: 10px 10px;
}

.fa:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.element {
	margin: 0 2.5%;
	width: 20%;
}

.flex-container {
	display: flex;
	flex-direction: column;
	width: 90%;
	/*height: 100;*/
	margin: auto;
	min-height: 100vh;
	flex-wrap: wrap;
}

.home-section {
	min-height: auto;
	max-width: 1180px;
	padding-top: 88px;
	padding-bottom: 36px;
}

.home-section h1 {
	margin-bottom: 4px;
}

.home-section h3 {
	margin-bottom: 24px;
}

.home-section .heading-section {
	margin-bottom: 0;
}

.home-section .row.text {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.home-section .col-xl-11 {
	max-width: 1080px;
}

.home-section .col-lg-2 {
	flex: 0 0 22%;
	max-width: 22%;
}

.home-section .col-lg-7 {
	flex: 0 0 56%;
	max-width: 56%;
}

.home-section .col-lg-3 {
	flex: 0 0 22%;
	max-width: 22%;
}

.home-section .home-news-col {
	position: relative;
}

@media (min-width: 992px) {
	.home-section .home-news-col .news-column {
		position: absolute;
		inset: 0 15px;
		width: auto;
		height: auto;
		max-height: none;
	}
}

.home-section .h-100 {
	line-height: 1.55;
}

.home-section .mt-4 {
	margin-top: 1rem !important;
}

.home-section .p-3 {
	padding: 0.75rem 1rem !important;
}

.collapsible {
	background-color: #007bff;
	/*background: linear-gradient(hsla(21, 85%, 51%, 1), hsla(21, 85%, 61%, 1));*/
	border-radius: 20%;
	/*box-shadow: 2px 2px 15px -5px hsla(0, 0%, 0%, 1);*/
	color: white;
	cursor: pointer;
	/*padding: 18px;*/
	border: 0.5px solid #008CBA;
	/* display: block;
	text-align: left; */
	font-size: 15px;
}

.collapsible:hover {
	background-color: black;
}

.content {
	padding: 2 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}

.zoom {
	padding: 50px;
	background-color: white;
	transition: transform .2s;
	/* Animation */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(2.5);
	/* 250% zoom */
}

.topbottom {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.makeblue {
	color: #1E90FF !important;
}

.climbtitle {
	color: #1E90FF !important;
	font-weight: normal !important;
}

/* Adjust the style of the news column here */
.news-column {
	/*width: 300px;*/
	height: 330px;
	overflow-y: auto;
	border: 0px solid #ccc;
	border-left: 2px solid #ffc0cb;
	/* Add left border */
	padding: 10px;
	font-size: 14px;
}

.news-column::-webkit-scrollbar {
	width: 10px;
	/* Adjust the width as needed */
}

.news-column::-webkit-scrollbar-thumb {
	background-color: #ccc;
	/* Adjust the color of the scrollbar thumb */
}

.news-item {
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	/* Space for the bullet */
}

.news-item::before {
	content: "•";
	position: absolute;
	left: 0;
}

.news-title {
	position: sticky;
	top: -10px;
	background-color: #ffffff;
	z-index: 1;
	padding: 10px;
}

@media (max-width: 768px) {
	.carousel-control-next,
	.carousel-control-prev {
		width: 15%;
		margin-left: 0;
		margin-right: 0;
	}
}

.tooltip-container {
	display: inline-block;
	position: relative;
}

.tooltip-container .tooltiptext {
	visibility: hidden;
	width: 220px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -110px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-container .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-container:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Minimal navigation */
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	padding-left: 10px;
	padding-right: 10px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span,
.dropdown-menu .dropdown-item .nav-font,
.nav-font {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span:before {
	height: 1px;
	bottom: 2px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover span:before,
.ftco-navbar-light .navbar-nav > .nav-item .nav-link.active span:before {
	width: 100%;
}

.dropdown-menu {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	padding: 8px;
}

.dropdown-item {
	border-radius: 6px;
	padding: 8px 10px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background: #f4f4f4;
}

.dropdown-toggle::after {
	margin-left: 0.35rem;
	vertical-align: 0.12em;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
	}

	.dropdown-menu {
		border: 0;
		box-shadow: none;
		padding: 0 0 8px 12px;
	}
}

/* Hierarchy refinements */
.section-block,
#short_bio,
#research-section,
#projects-section,
#data-section,
#talks-section,
#publications-section,
#media-section,
#teaching-section,
#contact-section {
	border-top: 1px solid #dedede !important;
	padding-top: 72px;
	padding-bottom: 48px;
}

.heading-section {
	margin-bottom: 18px;
}

h2.mb-2 {
	letter-spacing: 0.05em;
	margin-bottom: 24px;
}

#projects-section h3,
#publications-section h3,
#teaching-section h3 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #222;
	margin: 26px 0 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
}

#projects-section .text-center h3 {
	display: inline-block;
	min-width: 180px;
	text-align: center;
}

.project-group-heading {
	margin-top: 18px;
	margin-bottom: 8px;
	scroll-margin-top: 90px;
}

.project-group-heading h3 {
	border-bottom: 0;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.project-group-heading h3::after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background: #cfcfcf;
	margin: 10px auto 0;
}

.project-card,
.dataset-card,
.cv-block {
	border-radius: 8px;
	border-color: #dddddd;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.035);
}

.project-card {
	margin-bottom: 18px;
}

.project-card:hover {
	transform: translateY(-1px);
}

.project-thumb {
	color: #222;
	text-decoration: none;
}

.project-thumb:hover {
	text-decoration: none;
}

.project-thumb-text {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.project-thumb-text:hover {
	color: #222;
}

.project-title {
	font-size: 1.1rem;
	line-height: 1.35;
}

.project-title .project-meta {
	display: inline;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #777;
	margin-left: 4px;
}

.project-meta {
	line-height: 1.55;
}

.project-teaser {
	line-height: 1.55;
	max-width: 68ch;
}

.project-actions .collapsible {
	background-color: #f7f7f7 !important;
	border-radius: 6px;
	border-color: #d7d7d7;
	color: #222 !important;
}

.project-actions .content {
	border-left: 2px solid #e5e5e5;
	margin-top: 8px;
}

.dataset-card {
	margin-bottom: 18px;
}

.dataset-title {
	line-height: 1.35;
}

.dataset-list {
	line-height: 1.55;
}

#talks-section .text-left,
#publications-section .text-left,
#media-section .text-left,
#teaching-section .text-left {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.65;
}

#talks-section .text-left,
#media-section .text-left,
#teaching-section .text-left {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 24px 28px;
}

#publications-section .text-left {
	padding-top: 4px;
}

.news-column {
	border-left-color: #d7d7d7;
	background: #fbfbfb;
	border-radius: 0 8px 8px 0;
}

.news-title {
	background-color: #fbfbfb;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.news-title p {
	margin-bottom: 0;
}

.news-item {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

.news-item:last-child {
	border-bottom: 0;
}

@media (max-width: 768px) {
	.section-block,
	#short_bio,
	#research-section,
	#projects-section,
	#data-section,
	#talks-section,
	#publications-section,
	#media-section,
	#teaching-section,
	#contact-section {
		padding-top: 48px;
		padding-bottom: 32px;
	}

	#talks-section .text-left,
	#media-section .text-left,
	#teaching-section .text-left {
		padding: 18px;
	}

	#projects-section .text-center h3 {
		min-width: 0;
	}

	.home-section {
		padding-top: 72px;
		padding-bottom: 24px;
	}

	.home-section .col-lg-2,
	.home-section .col-lg-7,
	.home-section .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-section .home-news-col .news-column {
		position: static;
		height: 290px;
	}
}
