/* Add Montserrat font locally */
@font-face {
	font-family: "Montserrat";
	src: url("https://static.igem.wiki/teams/4931/wiki/montserrat-font/montserrat-variablefont-wght.ttf"),
		url("https://static.igem.wiki/teams/4931/wiki/montserrat-font/montserrat-variablefont-wght.ttf") format("woff2"),
		url("https://static.igem.wiki/teams/4931/wiki/montserrat-font/montserrat-variablefont-wght.ttf") format("woff");
}

/* Reset some default styles for consistency */
body {
	text-align: center;
	background-color: #ffffff;
	/* White background */
	color: #000000;
	/* Black text color */
	transition: background-color 0.5s ease;
	font-family: "Montserrat", sans-serif;
}

body,
p,
.navbar {
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

.bg-dark {
	background-color: #000 !important;
}

/* new navbar  */
/* Reset some default styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Style for the navigation bar */
.navbar {
	background-color: black;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px;
	font-weight: bold;
}

.nav-logo img {
	width: 57px;
}

.nav-link li {
	align-items: center;
	margin-right: 20px;
	padding: 10px 10px 10px;
	flex: auto;
}

.nav-link a {
	align-self: center;
	text-decoration: none;
	color: white;
}

.nav-name {
	size: 20%;
	font-size: xx-large;
}

/* Dropdown styling */
.dropdown {
	position: relative;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: black;
	min-width: 160px;
	z-index: 1;
}

.dropdown-content li {
	align-items: center;
	padding: 10px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-item:hover {
	background-color: #555;
}

.nav-name {
	text-decoration: none;
	font-weight: bolder;
	font-size: x-large;
	size: 20%;
	align-self: center;
	color: #fff;
}

.nav-links li {
	align-items: center;
}

.nav-item {
	text-align: left;
	font-size: medium;
}

/* Create a container to hold the image and paragraph */
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.circle {
	background-color: black;
	margin-left: 34.7%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.box {
	background-color: black;
	margin-top: -2%;
	margin-left: 35.4%;
	width: 10px;
	border-radius: 30px 30px;
}

.arrow {
	background-color: black;
	margin-top: -0.5%;
	margin-left: 35.4%;
	height: 10px;
	width: 29.5%;
	border-radius: 30px 30px 30px 30px;
}

.arr {
	margin-left: 69.5%;
}

.line {
	background-color: black;
	border-radius: 10px;
	margin-top: -5%;
	margin-left: -17.4%;
	width: 10px;
	height: 40px;
	float: left;
}

.point {
	margin-left: -19.5%;
	margin-top: 3%;
	rotate: 90deg;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid black;
}

.image {
	width: 30%;
	/* Ensure the image does not exceed its container */
}

.circle1 {
	background-color: black;
	margin-top: 0;
	margin-left: 63.5%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.box1 {
	background-color: black;
	margin-top: -1.5%;
	margin-left: 64.4%;
	width: 9px;
	border-radius: 30px 30px 30px 30px;
}

.arrow1 {
	background-color: black;
	margin-top: -0.5%;
	margin-left: 20.22%;
	height: 9px;
	width: 44.8%;
	border-radius: 30px 30px 30px 30px;
}

.arr1 {
	margin-left: 31.4%;
}

.line1 {
	background-color: black;
	border-radius: 10px;
	margin-top: -0.9%;
	margin-left: -1.5%;
	width: 9px;
	height: 200px;
	float: left;
}

.line2 {
	background-color: black;
	border-radius: 10px;
	margin-top: -0.9%;
	margin-left: 13.5%;
	width: 9px;
	height: 70px;
	float: left;
}

.line3 {
	background-color: black;
	border-radius: 10px;
	margin-top: -0.9%;
	margin-left: -16.5%;
	width: 9px;
	height: 70px;
	float: left;
}

/* Style the paragraph */
.first-para {
	padding: 20px;
	/* Add some padding for spacing */
	margin-left: 20px;
	text-align: left;
}

.second-para {
	margin-top: -50px;
	font-size: 12pt;
	padding: 20px;
	/* Add some padding for spacing */
	margin-right: 20px;
	text-align: right;
}

.third-para {
	font-size: 12pt;
	padding: 20px;
	/* Add some padding for spacing */
	margin-left: 20px;
	text-align: left;
}

/* Style the enlarged text */
.enlarge {
	font-size: 16pt;
	/* Larger font size for the first four words */
	font-weight: bold;
	/* Bold text */
	font-style: italic;
	/* Italic text */
}

/* Style the black background paragraph */
.black-bg-paragraph {
	font-family: "Italian Typewriter Unicode", monospace;
	background-color: black;
	color: white;
	padding: 40px;
	width: 70%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

/* Style the white text within the black background paragraph */
.fourth-para {
	font-size: 18pt;
	/* Font size for the white text */
}

.fifth-para {
	font-size: 12pt;
	width: 70%;
	padding: 40px;
	margin-left: 20px;
	text-align: left;
	justify-content: center;
}

@media only screen and (max-width: 1080px) {

	body,
	h1,
	p {
		margin: 0;
		padding: 0;
	}

	/* Create a container to hold the image and paragraph */
	.container-fluid {
		margin-left: 5%;
		margin-right: 5%;
	}

	.circle {
		margin-left: 213px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin-top: -8px;
	}

	.box {
		margin-top: -10px;
		margin-left: 219px;
		width: 8px;
		border-radius: 30px 30px;

	}

	.arrow {
		margin-top: -8px;
		margin-left: 220px;
		height: 8px;
		width: 36%;
	}

	.arr {
		margin-left: 541px;
		width: 120px;
	}

	.line {
		border-radius: 10px;
		margin-top: -55px;
		margin-left: -7px;
		width: 8px;
		height: 100px;
	}

	.point {
		margin-left: -18px;
		margin-top: 36px;
	}

	/* Style the image */
	.image {
		height: 150px;
		width: 150px;
		/* Ensure the image does not exceed its container */
	}

	.circle1 {
		margin-top: -1px;
		margin-left: 524px;
		width: 20px;
		height: 20px;
	}

	.box1 {
		margin-top: -4px;
		margin-left: 529px;
		width: 8px;

	}

	.arrow1 {
		margin-top: -8px;
		margin-left: 99px;
		height: 8px;
		width: 49%;
	}

	.arr1 {
		margin-left: 260px;
		width: 120px;
	}

	.line1 {
		margin-top: -54px;
		margin-left: -75px;
		width: 8px;
		height: 200px;
	}

	.line2 {
		margin-top: -52px;
		margin-left: 15px;
		width: 8px;
		height: 70px;
	}

	.line3 {
		margin-top: -56px;
		width: 8px;
		height: 70px;
	}

	/* Style the paragraph */
	.first-para {
		display: inline-block;
		font-size: 9pt;
		color: black;
		background-color: white;
		padding: 2px;
		/* Add some padding for spacing */
		margin-left: 30px;
		text-align: justify;
	}

	.second-para {
		z-index: -1;
		display: inline-block;
		height: 300px;
		width: 300px;
		margin-top: -110px;
		font-size: 9pt;
		color: black;
		background-color: white;
		/* Add some padding for spacing */
		margin-left: -50px;
		padding: 2px;
		text-align: justify;
	}

	.third-para {
		font-size: 10pt;
		color: black;
		background-color: white;
		/* Add some padding for spacing */
		margin-left: 20px;
		text-align: justify;
	}

	/* Style the enlarged text */
	.enlarge {
		font-size: 9pt;
		/* Larger font size for the first four words */
		font-weight: bold;
		/* Bold text */
		font-style: italic;
		/* Italic text */
	}

	/* Style the black background paragraph */
	.black-bg-paragraph {
		padding: 20px;
	}

	/* Style the white text within the black background paragraph */
	.fourth-para {
		padding: 20px;
		font-size: 9pt;
		/* Font size for the white text */
	}

	.fifth-para {
		font-size: 9pt;
		padding: 20px;
		/* Add some padding for spacing */
	}
}

.sponsors {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sponsors h4 {
	padding: 20px;
}

.sponsors .sponsors-images {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 20px;
}

.sponsors .sponsors-images img {
	width: 50%;
}

@media screen and (max-width: 1080px) {
	.sponsors .sponsors-images {
		flex-direction: column;
	}

	.sponsors .sponsors-images img {
		width: 50%;
	}
}

footer {
	background-color: black;
	color: white;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.main {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 1080px) {
	.main {
		flex-direction: column;
	}
}

.left-column,
.right-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.middle-column {
	text-align: left;
}

.horizontal-logos {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.horizontal-logos a {
	color: white;
}

.horizontal-logos a:hover {
	color: #b3b3b3;
}

.footer-logo {
	width: 150px;
	height: 150px;
	margin: 10px;
}

.footer-large-logo {
	width: 300px;
	height: 150x;
	margin: 10px;
}

/* Model Page CSS  */
.Content {
	max-height: 0;
	align-items: center;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
}

.Content p {
	position: relative;
	text-align: justify;
	margin: 50px auto;
	width: 80%;
	font-size: 24px;
}

.Content ul, .Content ol {
	position: relative;
	margin: 0 auto;
	width: 80%;
	font-size: 24px;
}

.Content img {
	margin: auto;
	align-self: center;
	display: block;
}

.Content .twoimgs img {
	display: inline;
}

.twoimgs {
	display: flex;
	align-items: center;
}

.model-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.model-title h1 {
	align-items: center;
	text-align: center;
	font-size: 3.75rem;
	font-weight: 700;
	align-self: center;
}

.model-heading {
	background: #34304D;
	color: azure;
}

.model-heading h1 {
	text-align: center;
	padding: 20px;
	font-weight: 700;
	font-size: 3.75rem;
}

.model-subheading {
	background: #9C93C9;
	color: black;
}

.model-subheading h2 {
	text-align: center;
	padding: 18px;
	font-weight: 700;
	font-size: 3rem;
}

.model-subheading2 {
	background: #D7D3E9;
	color: black;
}

.model-subheading2 h3 {
	text-align: center;
	padding: 18px;
	font-weight: 700;
	font-size: 2.5rem;
}

@media screen and (max-width: 1080px) {
	.Content img {
		width: 80%;
	}

	.Content .twoimgs img {
		width: 40%;
	}

	.model-heading h1 {
		font-size: 2.5rem;
		padding: 10px;
	}
}

.model-breakline {
	display: block;
	height: 3px;
	background-color: #000;
	margin: 5px auto;
	width: 75%;
}

.references {
	margin-top: 70px;
}

.Content ul li, .Content ol li {
	align-self: center;
	text-align: justify;
}

@media screen and (max-width: 1080px) {

	.Content p,
	.Content ul {
		font-size: 18px;
	}

	.Mp,
	.references {
		margin-top: 20px;
	}
}

img.modalImg6 {
	margin-bottom: 50px;
}

img.modalImg10 {
	width: 70%;
}

@media screen and (max-width: 1080px) {
	img.modalImg10 {
		width: 80%;
	}
}

h1 {
	font-size: 36px;
	/* Adjust the font size as needed */
}

.team-heading {
	font-size: 60px;
	/* Adjust the font size as needed */
	font-weight: 700;
	/* Make the text bold */
	margin-top: 20px;
	/* Add spacing from the top */
}

.dual-headings {
	display: flex;
	/* Use flexbox to create side-by-side headings */
	justify-content: center;
	/* Center the headings horizontally */
	margin-top: 20px;
	/* Add spacing from the top */
	font-size: 50px;
	font-weight: 700;
}

.dual-heading {
	font-weight: 700;
}

.team-member {
	width: 200px;
	/* Set the width */
	height: 200px;
	/* Set the height */
	max-width: 100%;
	/* Ensure images don't exceed their container */
	border-radius: 50%;
	/* Make the image circular */
	margin: 20px;
	/* Add spacing around each image */

}

.team-member-container {
	flex-basis: calc(25% - 40px);
	/* Set width for 4 items per row, with spacing */
	flex: 1;
	/* Allow headings to share available space equally */
	display: flex;
	/* Use flexbox to control image and caption layout */
	flex-direction: column;
	/* Stack image and caption vertically */
	align-items: center;
	/* Center-align image and caption */
	margin: 20px;
	/* Add spacing around each image container */
}

/* Media query for adjusting font size and position */
@media screen and (max-width: 1440px) {
	.team-heading {
		font-size: 60px;
		/* Increase font size for wider screens */
		left: 378px;
		/* Adjust left position for wider screens */
	}

	.team-member-container {
		flex-basis: calc(100% - 40px);
		font-size: 50px;
		left: 299px;
	}

	.caption {
		font-size: 20px;
		/* Adjust caption font size for wider screens */
	}
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
	.dual-headings {
		flex-direction: column;
		/* Stack items vertically on small screens */
		text-align: center;
		/* Center-align content */
	}

	.team-member-container {
		flex-basis: calc(100% - 40px);
		/* Set width for 1 item per row, with spacing */
	}

	.team-member {
		width: 100px;
		/* Set the width */
		height: 100px;
		/* Set the height */
	}
}

.sub-h1 {
	background-color: #34304D;
	/* Black strip background color */
	color: #ffffff;
	/* White text color */
	padding: 10px 0;
	/* Add padding to top and bottom */
	font-size: 40px;
	font-weight: 700;
	width: 100%;
	text-align: center;

}

.caption {
	font-size: 20px;
	/* Caption font size */
	font-weight: lighter;
	margin-top: 5px;
	/* Adjust the spacing between image and caption */
}

.collapsible {
	background-color: white;
	color: white;
	cursor: pointer;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 0px;
	border: none;
	outline: none;
	font-size: 15px;
}

.active,
.collapsible:hover {
	background-color: #ffffff;
	max-height: 100%;
}

.team-content {
	padding: 0 18px;
	max-height: 0;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
	background-color: #f1f1f1;
	display: block;
}

/* Add arrow icon styles */
.arrow-icon {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	vertical-align: middle;
	margin-left: 10px;
	transform: scale(1.5);
	/* Increase the size of the arrow */
}

.arrow-down {
	font-size: 80px;
	border-width: 9px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.arrow-up {
	font-size: 80px;
	border-width: 0 6px 9px 6px;
	border-color: transparent transparent #fff transparent;
}

.description {
	width: 100%;
	margin-top: 64px;
	background-color: #34304D;
	padding: 20px
}

.name {
	text-align: center;
	color: white;
	font-size: 50px;
}

.container-description {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.subtitles {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	font-weight: 700;
	line-height: 51px;
	letter-spacing: 0em;
	padding: 30px;
}

/*1st description*/
.motivation {
	display: flex;
	background: linear-gradient(90.57deg, #9C93C9 0.52%, rgba(156, 147, 201, 0) 99.54%);
	margin-left: 100px;
}

.motivationdata {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.26px;
	letter-spacing: 0em;
	text-align: left;
	padding: 30px;
}

/*2nd description*/
.background {
	display: flex;
	background: linear-gradient(90.57deg, rgba(156, 147, 201, 0) 0.52%, #9C93C9 99.54%);
	margin-right: 100px;
}

.backgrounddata {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.26px;
	letter-spacing: 0em;
	text-align: right;
	padding: 30px;
}

/*3rd description*/
.project {
	display: flex;
	background: linear-gradient(90.57deg, #9C93C9 0.52%, rgba(156, 147, 201, 0) 99.54%);
	margin-left: 100px;
}

.projectdata {
	font-size: 24px;
	font-weight: 400;
	line-height: 29.26px;
	letter-spacing: 0em;
	text-align: left;
	vertical-align: middle;
	padding: 30px;
}

@media screen and (max-width: 768px) {
	.subtitles {
		font-size: 30px;
		padding: 5px;
	}

	.motivation {
		flex-direction: column;
		margin-left: 0px;
	}

	.background {
		flex-direction: column-reverse;
		margin-right: 0px;
	}

	.project {
		flex-direction: column;
		margin-left: 0px;
	}

	.motivationdata {
		font-size: 20px;
		padding: 5px;
		text-align: center;
	}

	.backgrounddata {
		font-size: 20px;
		padding: 5px;
		text-align: center;
	}

	.projectdata {
		font-size: 20px;
		padding: 5px;
		text-align: center;
	}
}

#dark-mode-toggler {
	background-color: #000000 !important;
	/* Black background */
	color: #ffffff !important;
	border: none;
}

#dark-mode-toggler-2 {
	background-color: #000000 !important;
	/* Black background */
	color: #ffffff !important;
	border: none;
}

.dark-mode-mobile {
	display: none;
}

@media screen and (max-width: 992px) {
	.dark-mode-button {
		display: none
	}

	.dark-mode-mobile {
		display: flex
	}
}

.dark-mode {
	background-color: #000000 !important;
	/* Black background */
	color: #ffffff !important;
	/* White text color */
	transition: background-color 0.5s ease;
}

.dark-mode #dark-mode-toggler {
	background-color: #ffffff !important;
	/* Black background */
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode #dark-mode-toggler-2 {
	background-color: #ffffff !important;
	/* Black background */
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .navbar {
	background-color: #ffffff !important;
	/* Black background */
	color: #000000 !important;
	/* White text color */
	transition: background-color 0.5s ease;
}

.dark-mode .nav-name {
	background-color: #ffffff !important;
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .nav-link {
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .dropdown-menu {
	background-color: #ffffff !important;
	color: #000000 !important;
}

.dark-mode .dropdown-item {
	background-color: #ffffff !important;
	color: #000000 !important;
}

.dark-mode .dropdown-item:hover {
	background-color: #f1f1f1 !important;
}

.dark-mode .line,
.dark-mode .line1,
.dark-mode .line2,
.dark-mode .line3,
.dark-mode .circle,
.dark-mode .circle1,
.dark-mode .box,
.dark-mode .box1,
.dark-mode .arrow,
.dark-mode .arrow1 {
	background: #ffffff !important;
	transition: background-color 0.5s ease;
}

.dark-mode .point {
	border-left: 30px solid #ffffff !important;
	transition: background-color 0.5s ease;
}

.dark-mode .black-bg-paragraph {
	background-color: #ffffff !important;
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .fourth-para {
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode footer {
	background-color: #ffffff !important;
	color: #000000 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .horizontal-logos a {
	color: #000000 !important;
}

.dark-mode .horizontal-logos a:hover {
	color: #4a4a4a !important;
}

.dark-mode .team-content {
	background-color: #1f1f1f !important;
	color: #f1f1f1 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .collapsible {
	background-color: #1f1f1f !important;
	color: #f1f1f1 !important;
	transition: background-color 0.5s ease;
}

.dark-mode .active,
.dark-mode .collapsible:hover {
	background-color: #1f1f1f !important;
}

.dark-mode .model-subheading,
.dark-mode .model-subheading2,
.dark-mode .hpHeading {
	color: azure !important;
}

/* Hp styles  */

.hpTitle {
	margin-top: 25px;
	background: #34304d;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.hpTitle h1 {
	padding: 0%;
	position: relative;
	font-weight: 700;
	align-self: center;
	display: inline;
	margin: auto;
	color: white;
	vertical-align: middle;
	padding: auto;
	text-align: center;
	font-size: 3.5rem;
}

.hpHeading {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #9C93C9;
	color: black;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.hpHeading h1 {
	margin-top: 35px;
	margin-bottom: 35px;
	position: relative;
	font-weight: 700;
	align-self: center;
	display: inline;
	margin: auto;
	vertical-align: middle;
	padding: auto;
	text-align: center;
}

.hpHeading h2 {
	margin: auto;
	align-self: center;
	text-align: center;
}

.hpText {
	align-items: center;
}

.hpText p {
	position: relative;
	text-align: justify;
	margin: 50px auto;
	width: 80%;
	font-size: 24px;
}

.hpText ul {
	position: relative;
	margin: 0 auto;
	width: 80%;
	font-size: 24px;
}

.hpText ul li {
	align-self: center;
	text-align: justify;
}

#project-heading {
	margin-top: 25px;
	/* Add spacing from the top */
}

.results {
	width: 100%;
	background-color: #34304D;
}

.name {
	text-align: center;
	color: white;
}

.list-element {
	margin-left: 3.5%;
	margin-top: 2%;
}

#resultImg {
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	align-self: center;
	display: block;
	width: 90%;
	height: 80%;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
	#project-heading {
		font-size: 40px;
		/* Adjust the font size as needed */
	}
}

.lab-notebook {
	margin-bottom: 50px;
}

table {
	margin: 50px auto;
	align-self: center;
	width: 80%;
}

table .main-col {
	vertical-align: text-top;
	font-size: 18px;
	width: 6%;
	font-weight: bold;
}

table .activities {
	padding-bottom: 20px;
}

p.dates {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

#safety-heading {
    font-size: 64px; /* Adjust the font size as needed */
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    #safety-heading {
        font-size: 40px; /* Adjust the font size as needed */
    }
}

#engineering-heading {
    font-size: 64px; /* Adjust the font size as needed */
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    #engineering-heading {
        font-size: 40px; /* Adjust the font size as needed */
    }
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    #experiment-heading {
        font-size: 40px; /* Adjust the font size as needed */
    }
}

#experiment-heading {
    font-size: 64px; /* Adjust the font size as needed */
}

.list-element {
    margin-left: 3.5%;
    margin-top: 1%;
}

.experImg {
    margin-bottom: 5%;
    align-self: center;
    width: 90%;
    height: 80%;
}

.ed-list {
    width: 90%;
    font-size: 24px;
    text-align: left;
    margin: auto;
    margin-left: 5%;
	margin-bottom: 50px
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    #experiment-heading {
        font-size: 40px; /* Adjust the font size as needed */
        margin-top: 50px; /* Add spacing from the top */
    }
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.hpTitle {
	margin-top: 25px;
	background: #34304d;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.hpTitle h1 {
	padding: 0%;
	position: relative;
	font-weight: 700;
	align-self: center;
	display: inline;
	margin: auto;
	color: white;
	vertical-align: middle;
	padding: auto;
	text-align: center;
	font-size: 3.5rem;
}

.hpHeading {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #9C93C9;
	color: black;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.hpHeading h1 {
	margin-top: 35px;
	margin-bottom: 35px;
	position: relative;
	font-weight: 700;
	align-self: center;
	display: inline;
	margin: auto;
	vertical-align: middle;
	padding: auto;
	text-align: center;
}

.hpHeading h2 {
	margin: auto;
	align-self: center;
	text-align: center;
}

.hpText {
	align-items: center;
}

.hpText p {
	position: relative;
	text-align: justify;
	margin: 50px auto;
	width: 80%;
	font-size: 24px;
}

.hpText ul {
	position: relative;
	margin: 0 auto;
	width: 80%;
	font-size: 24px;
}

.hpText ul li {
	align-self: center;
	text-align: justify;
}

.contri{
    display: flex;
    justify-content: center;
    align-items: center;
}

.parts-tbl, .parts-tbl tr, .parts-tbl td{
	margin: auto;
	padding: 1%;
    width: 30%;
    text-align: center;
    border: 2px solid black;
	border-collapse:collapse ;
}

.parts-tbl {
	margin-bottom: 50px;
}

/* Education  */
.pdfview{
  margin-top: 30px;
}

.eduimgs{
  padding: 5px 5px 5px 5px;
  width: 490px;
}

.synaut3{
  margin-left: 25%;
  width: 720px;
}

.collapse-expand {
	max-height: 0;
	transition: max-height 0.5s ease;
	overflow: hidden;
}