@import url("style.css");

#about {
	line-height: 2.2rem;
	display: flex;
	flex-direction: row;
	width: 100vw;
	font-size: 1.4rem;
	font-weight: 100;
	margin-top: 0.97rem;
}

div.left {
	width: 50vw;
}

#about .left {
	position: relative;
	z-index: 1;
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
}

#portrait {
	display: flex;
	flex-direction: column;
	color: #414141;
}

p.credits {
	font-size: 0.75rem;
	font-weight: 300;
	margin-left: 4vw;
	margin-top: 0.5rem;
	letter-spacing: 0.05rem;
}

#portrait img {
	width: 42vw;
	align-self: center;
	margin-top: -75px;
	transform: rotate(-0.25deg);
}

#redasein {
	align-self: flex-start;
	margin-left: 5vw;
	margin-top: -18vw;
	margin-bottom: 200px;
	z-index: 10;	
	display: flex;
	flex-direction: column;
}

#redasein img {
	width: 20vw;
	align-self: center;
}

#redasein p {
	color: #414141;
	align-self: flex-start;
	margin-left: 0;
}

#video  {
	z-index: 5;
	margin-top: -50px;
	width: 20vw;
	align-self: flex-end;
	margin-right: 2rem;
}

#video p.credits {
	margin: 0;
}

#about a:link {
	color: white;
	text-decoration: none;
	border-bottom: solid 0.075rem white;
}

#about a:visited {
	color: white;
	text-decoration: none;
	border-bottom: solid 0.075rem white;
}

p.credits a:link {
	color: #414141 !important; 
	border-bottom: solid 0.075rem #414141 !important;
}

p.credits a:visited {
	color: #414141 !important;
	border-bottom: solid 0.075rem #414141 !important;
}

#about div.right {
	width: 46vw;
}

@media screen and (max-width: 750px) {
/* start of phone styles */

	#about {
	flex-direction: column-reverse;	
	}

	#about div.right {
		width: 100%;
		margin-top: 96px;
		font-size: 1rem;
		line-height: 1.75rem;
		font-weight: 200;
	}
	
	p.credits {
		display: none;
	}
	
	#about div.left {
		width: inherit;
	}

	p {
		margin: 0 0.75rem 1rem 0.75rem;
	}
	
	#portrait img {
		width: 90vw;
	}
	
	#video {
		width: 40vw !important;
		margin-top: -2vw !important; 
	}
	
	#redasein img{
		width: 40vw;
		margin-top: -20vw;
	}
	
	#redasein {
		margin-bottom: 15vw;
	}
}