.home-header{
    background-color: var(--header-color);
    height:100vh;
    color: var(--header-color);
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: -2px 2px 0 white,
				  2px 2px 0 white,
				 2px -2px 0 white,
				-2px -2px 0 white;
}
::-webkit-scrollbar {
    display: none;
}
:root {
	--index: calc(1vw + 1vh);
	--text: #e7e7e0;
	--transition: transform .75s cubic-bezier(.075, .5, 0, 1);
}
.hmbody {
	background-image: url(https://static.igem.wiki/teams/4852/wiki/members/home-infographics/w-final.png);
	font-family: raleway_f, sans-serif;
	line-height: 1.55;
  	height: 100%;
}
.main-header {
	background-color: #000;
	position: relative;
}
.main-header::after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	height: calc(var(--index) * 10);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	bottom: calc(var(--index) * -4.5);
}
.hm-texts{
	display: flex;
	height: 450px;
    padding-top: 150px;
}
.hm-block{
	position: relative;
	margin: auto;
	padding-top: 250px;
	padding-bottom: 150px;
	width: 75%;
}
.hm-block-title{
	color: #fff;
	padding-left: 20vh;
	font-weight: 750;
	font-size: 10vw;
	font-family: pixel;
}
.hm-block-text{
	color: #c8bfbf;
	padding-left: 40vh;
	width: 50%;
	font-size: 20px;
	font-family: pixel2;
}
.hm-block-infog{
    position: relative;
	clip: rect(0px,100px,300px,0px);
    left: 60%;
    bottom: 50vh;
}
.hm-block-left{
	position: relative;
	margin: auto;
	width: 100%;
	font-family: pixel;
}
.hm-block-title-left{
	color: #fff;
	padding-left: 30%;
	font-weight: 750;
	font-size: 75px;
	font-family: pixel2;
}
.hm-block-text-left{
	color: #c8bfbf;
	padding-left: 30%;
	width: 50%;
	font-size: 20px;
}
.hm-block-infog-left{
    position: relative;
	clip: rect(0px,100px,300px,0px);
    right: -5vw;  
    bottom: 42.5vh;
    width: 100vh;
}
.hm-globe-wrapper{
    position: relative;
	top: 35vh;
    bottom: 50px;
    height: 1050px;
	font-family: pixel;
	padding-bottom: 50vh;
}
.hm-globe-gif{
	left: -5vh;
    clip-path: circle(260px at 51% 49%);
    width: 60%;
    position: relative;
	background-color: #000;
}
.hm-globe-txt{
	position: relative;
	color: #fff;
	font-size: 40px;
	bottom: 90vh;
	left: 105vh;
}
.hm-globe-tit{
	position: relative;
	color: #fff;
	font-size: 65px;
	bottom: 90vh;
	left: 105vh;
	text-shadow: 0 0 15px #00b6fe;
}
.hm-globe-link{
	position: relative;
	background-color: #032f37;
    padding: 30px;
    border-radius: 95px;
    color: #fff;
	text-decoration: none;
    font-size: 20px;
	left: 105vh;
    bottom: 90vh;
	font-weight: 100;
	transition: 0.5s;
}
.hm-globe-link:hover{
	color: #032f37;
	background-color: #fff;
    box-shadow: 0px 0px 25px 25px #032f37;
}
.layers {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	position: relative;
	transform: translateX(-2.5vw);
}
.layer {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	will-change: transform;
	z-index: 2;
	transition: var(--transition);
}
.layers__base {
	transform: translate3d(0, calc(var(--scrollTop) / 1.6), 0);
	z-index: 0;
}
.layers__middle {	
	transform: translate3d(0, calc(var(--scrollTop) / 2.5), 0);
}
.layers__front {
	transform: translate3d(0, calc(var(--scrollTop) / 5.7), 0);
}
.layer__header {
	z-index: 1;
	transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
	transition: var(--transition);
	will-change: transform;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--text);
	/* text-shadow: 0 0 15px #00b6fe; */
}
.layers__title {
	font-size: calc(var(--index) * 3.125);
	letter-spacing: calc(var(--index) / 2.25);
	transform: translateX(2.5vw);
	font-family: designer;
	color: white !important;
}
.layers__caption {
	font-size: calc(var(--index) * 0.8);
	letter-spacing: calc(var(--index) / 3.5);
	margin-top: calc(var(--index) * -.75);
	transform: translateX(2.5vw);
	font-family: pixel;
	color: rgb(255,255,255, 0.5);
}
.blaks{
    position: absolute;
    width: 100%;
    top: 1100px;
}
.main-article {
	--main-article-transform: translate3d(0, calc(var(--scrollTop) / -7.5), 0);
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	color: var(--text);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	/* Update: */
	top: -1px;
	z-index: 10;
}
.main-article__header {
	text-transform: uppercase;
	font-size: calc(var(--index) * 1.8);
	letter-spacing: calc(var(--index) / 7.5);
	transform: var(--main-article-transform);
	transition: var(--transition);
	will-change: transform;
}
.main-article__paragraph {
	max-width: calc(var(--index) * 30);
	font-size: calc(var(--index) * .9);
	margin-top: calc(var(--index) / 1.25);
	transform: var(--main-article-transform);
	transition: var(--transition);
	will-change: transform;
}
.content {
	will-change: transform;
}
.copy {
	position: absolute;
	bottom: calc(var(--index) * 2.5);
	opacity: .45;
	font-size: calc(var(--index) * .75);
	letter-spacing: calc(var(--index) / 37.5);
}
#globe {
	position: fixed;
	top: 0;
	left: 0;
	color: white;
}
@media screen and (min-width: 20rem) {

}

.card {
	border: none;
	border-radius: 3%;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    background-color: rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
	margin: 0 0.5em;
	width: calc(100% / 2);
}
.card:hover{
	width: calc(100% / 1.8);
}
.card-title{
	color: var(--title-color);
	font-weight: 700;
}
.card-text{
	color: var(--text-color);
}
.carousel-inner {
	padding: 1em;
	padding-bottom: 8vh;
	padding-top: 8vh;
}
.carousel-control-prev,
.carousel-control-next {
	background-color: #e1e1e1;
	width: 6vh;
	height: 6vh;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
	width: 1.5rem;
	height: 1.5rem;
}
@media screen and (min-width: 577px) {
.cards-wrapper {
	display: flex;
}
.image-wrapper {
	height: 20vw;
	margin: 0 auto;
}
}
@media screen and (max-width: 576px) {
	.card:not(:first-child) {
		display: none;
	}
}

.image-wrapper img {
	max-width: 100%;
	max-height: 100%;
}

@font-face {
	font-family: myFont;
	src: url(https://static.igem.wiki/teams/4852/wiki/fonts/sf-pro-display-bold.woff2)
}

@font-face{
	font-family: myFont2;
	src: url(https://static.igem.wiki/teams/4852/wiki/fonts/sf-pro-display-regular.woff2);
}

@font-face{
	font-family: pixel;
	src: url(https://static.igem.wiki/teams/4852/wiki/fonts/ea8iacm9wef3ejpwrrhjge4b6cnlzxhvbkxytbd7tl5-pqe.woff2)
}

@font-face{
	font-family: pixel2;
	src: url(https://static.igem.wiki/teams/4852/wiki/fonts/regular-pixel.woff2)
}

@font-face{
	font-family: designer;
	src: url(https://static.igem.wiki/teams/4852/wiki/fonts/designer-copy.otf);
}

.fadeIn {
	opacity: 0;
}

.fadeInAfter {
	opacity: 1;
	transform: translateY(40px);
	transition: all .5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.awards {
	display: block;
	object-fit: contain;
	width: 60%;
	border-radius: 3%;
	/* maintain aspect ratio */
	margin: auto;
	/* center the image */
}