* {
	font-family: ProximaNova;
}

.section-1 h1 {
	font-family: LemonMilk;
	color: #ff914d !important;
	font-size: 40px !important;
}

.formulas {
	font-size: 48px !important;
	padding: 5px;
	text-align: center !important;
}

.formulas p:nth-child(even) {
	background-color: #1c2143;
	color: #2cbade !important;
	/* Set the background color for even paragraphs */
}

.formulas p:nth-child(odd) {
	background-color: #2cbade;
	color: #1c2143	!important;
	/* Set the background color for odd paragraphs */
}


.content {
	width: 100%;
	overflow: hidden;
}

.content h1 {
	color: #ff914d !important;
	font-family: ProximaNova !important;
	padding-left: 4%;
	font-size: 40px !important;
}

.content h2 {
	color: #fee49a !important;
	font-family: ProximaNova !important;
	padding-left: 4%;
}

.content h3 {
	color: #fe9a9a !important;
	font-family: ProximaNova !important;
	padding-left: 4%;
}



.content p {
	color: #ccccff !important;
}

.content ul {
	padding-left: 7%;
	color: #ccccff !important;
}

.content ol {
	padding-left: 7%;
	color: #ccccff !important;
}

.content th {
	background-color: #ff914d !important;
	border: 1px solid;
	color: #1c2143;
	font-size: 18px !important;
}

.content td {
	color: #ccccff !important;
	border: 1px solid;
}

.content table {
	border: 1px solid;
	width: 100%;
	overflow-x: auto !important;
}

@font-face {
	font-family: 'LemonMilk';
	src: url(https://static.igem.org/mediawiki/2021/2/2f/T--IISER-Pune-India--fonts--LEMONMILK-Regular.otf);
}

@font-face {
	font-family: 'ProximaNova';
	src: url(https://static.igem.org/mediawiki/2021/d/d3/T--IISER-Pune-India--fonts--Proxima-Nova.otf);
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url(https://2021.igem.org/Team:IISER-Pune-India/css/assets/fonts/ProximaNovaBold);
}



/* Scrollbar + Topbar from @namasi */
/* back to top button  */
#myBtn {
	display: none;
	position: fixed;
	bottom: 6vh;
	right: 3vw;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
}

#myBtn:hover {
	background-color: none;
}

/* <!--scroll indicator  --> */

.header {
	position: fixed;
	top: 32.5vh;
	left: 1.5vw;
	z-index: 0.5;
	width: 3px;
	height: 35vh;
	background-color: #1f5e4c;
}

.text {
	font-size: 80px;
	color: rgba(55, 0, 128, 0.774);
	text-align: center;
	line-height: 3em;
}

.line {
	background: #28c79b;
	height: 0%;
	border-radius: 4px;
	width: 3px;
	z-index: 1;
	position: fixed;
	top: 32.5vh;
	left: 1.5vw;
}

/* Backtotop End */






/* Sidenav Start */
.sidenav {
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 10px;

	margin-top: 25%;
	margin-bottom: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 9.5%;
}

.sidenav #sidenav-id li {
	/*background-color: #2b2d31;*/
	list-style-type: none;
}

.sidenav a {
	text-align: left;
	color: #ff914d;
	font-size: 20px !important;
	/* font-family: 'Titillium Web'!important; */
	font-style: normal !important;
	font-weight: 600 !important;
}

.sidenav a:hover {
	color: #1c2143 !important;
	background-color: #ff914d;
}

.sidenav-active {
	color: #ffe49a !important;
	background-color: #7b7bac;
}

@media (max-width: 900px) {
	.sidenav {
		display: none;
	}
}

/* Sidenav End */






/* Second-div start */
.second-div {
	background-color: #1c2143 !important;
}

.second-div .content h1 {
	color: #ff914d !important;
	text-align: left !important;
	padding-top: 8%;
	padding-right: 5%;
	/* font-family: "Titillium Web" !important; */
	font-weight: 700 !important;
	font-size: 40px !important;


}

.second-div .content p {
	padding-left: 5%;
	padding-right: 5%;
	/* font-family: "Titillium Web" !important; */
	font-weight: 400 !important;
	font-size: 2.5vmin !important;
}

.second-div .col-md-3 {
	background: #1E2257;
}




.second-div html {
	scroll-behavior: smooth;
}

/* body{
		      padding-top:65px;
		      background:#edd1cb;
		  } */
/* Second-div End */



/* team page content */


.team-content {
	padding: 2% 5%;
	background-color: #212529;
}

/* .content start */
.content h3 {
	font-size: 3vmin;
	font-weight: 600 !important;
}

.content a {
	margin: auto;
	text-decoration: none;
	color: #FEA5C6;
	position: relative;
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	z-index: 0;
	white-space: nowrap;
}

.content a:after {
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0rem;
	left: 0rem;
	background-color: #c5386d;
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transform-origin: bottom center;
	z-index: -1;
}

.content a:hover {
	color: #f2ead3;
}

.content a:hover:after {
	right: 0;
	left: 0;
	height: 100%;
}

#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* #top_title {
    display: none;
} */


/* .content * {
} */

.content p,
.content li {
	font-size: 20px !important;
	
}

.content .formulas {
	font-size: 45px !important;
	text-align: center !important;
}

.content strong {
	font-size: 22px !important;
}

.content .figcaption {
	font-size: 16px !important;
	color: #ccccff !important;
}

.content {
	background-color: #1c2143;
	margin-right: 10px;
	text-align: justify;
}

@media (max-width:600px) {

	.content p,
	.content li {
		font-size: 20px !important;
	}

	.content h3 {
		font-size: 23px;
		font-weight: 600 !important;
	}

	.second-div .content p {
		font-size: 19px !important;
	}


	.content strong {
		font-size: 19px !important;
	}

	.content .figcaption {
		font-size: 15px !important;
		color: #ccccff !important;
	}

}



/* .content end */





/* Other */

/* @media (max-width: 768px) {
.top-illus{
	margin-top:0px;
}
}*/

body {
	position: relative;
	width: 100%;
	padding-top: 0px;
}

html {
	scroll-behavior: smooth;
}

/* body{
	padding-top:65px;
	background:#edd1cb;
} */

/* Other end */

#more {
	display: none;
}