body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	color: #ddd;	
	color: var(--text-color); 
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale; 
	font-size: 15px;
	height: 100vh;
	overflow: auto; 
}
.codrops-header__tagline {
	margin: 1em 0 0.5em;
	width: 100%;
}
.codrops-header__info {
	margin: 0;
	font-weight: bold;
} 
.codrops-links::after {
	content: '';
	position: absolute;
	top: -5%;
	left: calc(50% - 1px);
	width: 2px;
	height: 110%;
	background: currentColor;
	transform: rotate3d(0,0,1,22.5deg);
}
.codrops-icon {
	display: inline-block;
	padding: 0 0.5em;
	border: none;
}
/* Demo links */
.demos {
	margin: 0 0 0 auto;
}
.demo {
	display: inline-block;
	margin: 0 1em 0.5em 0;
	padding: 0 0 0.25em;
}
.demo--current {
	border-color: transparent;
	color: var(--link-hover-color);
	pointer-events: none;
}
/* Content */
.content {
	overflow: hidden;
	padding: 0;
}
#scene {
	position: fixed;
	z-index: -10;
}
#solid-background {
	background-color: silver;
	width: 100%;
}
#bio {
	height: 100vh;
	background: silver;
}
#bio-paragraph {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	padding: 50px;

	background: silver;



}
.card {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact {
	height: 100vh;
}
#social-icons {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 160px;
	text-align: center;
	font-size: 125px;
	border-bottom: none;
	border-color: transparent;
	display: block;
	justify-content: center;
}
.social-link {
	color: black;
	border-color: transparent;
	margin: 50px;
}
.name-heading {
	font-size: 60px;
}
#title {
	font-weight: bolder;
	height: 100vh;
	text-align: center;
}
#title-wrapper {
	margin-top: 250px;
}
#projects {
	background: silver;
	padding: 20px;
}
.section-heading {
	text-align: center;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	font-size: 35px;
	position: relative;
	top: 35px;
}
.transition {    
	-webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
}
.show {
	opacity: .75 !important;
}
#navigation-bar-background {
	background-color: black;
	width: 100%;
	height: 60px;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#nav-contents {
	z-index: 11;
	display: flex;
	justify-content: right;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: 0px;
	position: relative;
	bottom: 59px;
}
#navigation-wrapper {
	width: 100%;
	position: fixed;
	z-index: 10;
}
.navigation-link {
	padding: 15px;
	color: tan;
	font-size: 20px;
}
#contact{
	position: relative;
	bottom: -20px;
}
#email-help-text{
	font-size: 12px;
}
@media only screen and (max-width: 800px) {
	#nav-contents {
		justify-content: left;
	}
	#bio {
		height: 600px;
	}
	#title-wrapper {
		position: relative;
		top: -100px;
	}
}
@media only screen and (max-width: 600px) {
	.navigation-link{ 
		font-size: 15px;
	}
	#nav-contents {
		justify-content: center;
	}
	.section-heading {
		font-size: 30px;
	}
	#title {
		/* margin-top: 100px; */
		font-size: 10px;
		/* margin-bottom: 240px; */
		height: 100vh;
	}
	#social-icons {
		font-size: 100px;
	}
	#bio-paragraph{ 
		width: 90%;
		font-size: 17px;

	}
}
@media only screen and (max-width: 400px) {
	#bio {
		height: 865px;
	}
	#bio-paragraph {
		margin-top: 0px;
		position: relative;
		top: -30px;
	}
	.card {
		width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		left: -17px;
		margin-bottom: 8px;
	}
	#title-wrapper {
		position: relative;
		top: -130px;
	}
	#social-icons {
		position: relative;
		top: -100px;
		/* padding: 5px; */
		
	}
	#credit-text {
		display: none;
	}

}
#credit-text {
	padding: 5px;
	position: relative;
	top: 10px;
}
#button-wrapper {
	display: flex;
}
.btn {
	margin: 5px;
	background-color: white;
	color: tan;
	border-color: tan;
}
