#trigger2{
  position: absolute;
  top: 0px;
}
#EndingColor{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #A7DFD8;
	z-index: -1;
	opacity: 0;
}
#Contact{
	overflow: hidden;
	background: none;
	height: 100vh;
	min-height: 680px;
}
.Contact-follower1{
  top: 32px!important;
	color: #cad6ff;
  /*-webkit-text-stroke: 1px black;*/
  position: absolute!important;
}
.Contact-follower2{
  top: 16px!important;
	color: white;
  /*-webkit-text-stroke: 1px black;*/
  position: absolute!important;
}
.Contact-Container> h1{
	font-family: Archivo Black;
  font-weight: normal;
	padding: 0;
	width:100%;
	font-size: 140px;
	line-height: 160px;
	position: relative;
	z-index: 0;
	hyphens: auto;
	left: auto;
  top: auto;
  transform: none;
}

.Contact-Container{
	z-index: 2;
	width: 100%;
	position: relative;
	height: 100%;
}
.InfoCard{
	display: block;
	width: 100%;
	margin: auto;
	position: absolute;
  bottom: 0;
}
.profile-Pic>img{
	width: 128px;
	height: 128px;
}
.profile-Pic {
	width: 128px;
	height: 128px;
	background-color:#ffda00;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.Info-Container{
	width: calc( 100% - 200px);
	display: inline-block;
	float: left;
}
.Info-1{
	margin-left: 30px;
	display: inline-block;
	position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.Info-1-Name{
	font-family: Inter;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.Info-1-Title{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.Emailaddress{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.social-media-icon {
	cursor: pointer;
	overflow: hidden;
	border-radius: 100%;
}
.social-media-icon > svg{
  fill: black;
}
.Info-Container{
}
.icon-wrapper{
	display: inline-block;
	width: 200px;
	position: absolute;
  bottom: 0;
}
.Info-2{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1060px) {
	.Contact-Container> h1 {
		font-size: 12vw;
    	line-height: 15vw;
	}
}
@media only screen and (min-width: 769px) {
	.social-media-icon:hover svg{
		fill: white;
	}
}
@media only screen and (max-width: 768px) {
	#Contact{
	padding: 30px;
	}
	.Contact-Container{
		z-index: 0;
		padding-top: 80px;
	}
	.Contact-Container> h1{
		padding: 0px;
	}
	.Contact-follower1{
		margin-top: 80px;
	  top: 3%!important;
	}
	.Contact-follower2{
		margin-top: 80px;
	  top: 1.5%!important;
	}
	.InfoCard {
	}
	.Info-Container {
	    display: inline-block;
	    float: none;
	    padding: 0;
    	margin: auto;
    	position: relative;
	}
	.icon-wrapper {
		margin-bottom: 40px;
		transform: none;
    width: 200px;
    position: relative;
	}
	.profile-Pic>img{
		width: 108px;
		height: 108px;
	}
	.profile-Pic {
		border-radius: 25px;
		width: 108px;
		height: 108px;
	}
	.Info-1{
		margin-left: 20px;
	}
	.Info-1-Name{
		font-size: 14px;
		line-height: 16px;
	}
	.Info-1-Title{
		font-size: 14px;
		line-height: 16px;
	}
	.Emailaddress{
		font-size: 14px;
		margin-top: 20px;
		line-height: 16px;
	}
	.Info-2{
		margin-top: 30px;
	}
}
