*{
	margin: 0;
	padding: 0;
	font-family: "Roboto Mono", monospace;

}

.roboto-mono{
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

  
body{
	background-color:black;
	color: black;
	width: 100%;
	height: 150vh;	
	

}
nav{
	width: 100%;
	position: sticky;
	margin: 0px auto;
	display: flex;
} 
.nav-links{
	flex: 0px;
	text-align: left;
	font-size: 36px;
	opacity: 1;
	position:absolute;
	left:5%;
	
}
.nav-links ul li{
	list-style: upper-alpha;
	display: inline-block;
	margin:50px 45px;
}
.bio{
	margin:auto;
	position: relative;
	top:15%;
	left:13%;
	width:50%;
}
h1{
	font-size: 80px;
	color:black;
	background-color:black;

	background-size: 100%;
	-webkit-background-clip: text;
			background-clip:text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: indigo;
}
h2{
	font-size:46px;
	color:indianred;
	margin-top:50px;
	margin-bottom:30px;
}
p{
	font-size:38px;
	margin-top: 5px;
	color:gray;
	
}
#mypic{
	position: absolute;
	left:8%;
	top: 25%;
	max-width: 50%;
	max-height:50%;
	border-radius: 30px;
	border: solid black 3px;
	padding-top:0px;

	background-color: 	rgb(112,128,144,.3);
	
	
}
.socials{
	position:absolute;
	left: 70%;
	margin-top: 40px;
	border-width:4px;
	border-color:indigo;
	border-style:solid;
	border-radius:80px;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	-webkit-box-shadow:0px 0px 30px 20px indigo;
	-moz-box-shadow: 0px 0px 30px 20px indigo;
	box-shadow: 0px 0px 30px 20px indigo;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	
}
@-webkit-keyframes glow{
	from{
	-webkit-box-shadow: 0px 0px 100px 20px indigo;
	-moz-box-shadow: 0px 0px 100px 20px indigo;
	box-shadow: 0px 0px 100px 20px indigo;
	}

	to{
		-webkit-box-shadow: 0px 0px 100px 20px darkmagenta;
		-moz-box-shadow: 0px 0px 100px 20px darkmagenta;
		box-shadow: 0px 0px 100px 20px darkmagenta;
	}
}
#resume{
	width: 70px;
	height:70px;
	margin-left: 20px;
	margin-right:20px;
}
#github{
	width: 50px;
	height:50px;
	margin-left:30px;
	position: relative;
	bottom: 10px;
}
#linkedin{
	width: 50px;
	height: 50px;
	margin-left: 40px;
	position:relative;
	bottom: 8px;
	
}
#instagram{
	width: 50px;
	height: 50px;
	margin-left: 40px;
	position:relative;
	bottom: 8px;
}

@media (max-width: 1400px) {
	.nav-links{
		font-size: 26px;
	}
	
	.nav-links ul li {
		margin-left: 15px;
	}

	#instagram, #linkedin, #github{
		width:35px;
		height:35px;
		margin-left:30px;
	}
	#resume{
		width: 40px;
		height:40px;
		margin-left:30px;
		margin-bottom:3px;
	}
	h1 {
		font-size: 36px;
		
	}

	h2 {
		font-size: 28px;
		margin-top:30px;
	}

	p {
		font-size: 24px;

	}
}

@media  (max-width: 900px) {
	body{
		height:140vh;
		justify-content: center;
	}
	.nav-links {
		font-size: 16px;
		align-items: center;
		text-align: center;
		justify-content: center;
		margin:0px;
		height:fit-content;
		width:100%;
		left:0px;
	}

	.nav-links ul li {
		margin: 15px;
	}

	.socials {
		margin-top: 800px;
		justify-content: center;
		width:80%;
		left:10%;
		padding-top:10px;
	
	}


	
	.bio {
		
		left:0%;
		top: 7%;
		margin:auto;
		text-align:center;
		width:100%;
	}

	h1 {
		font-size: 32px;
		
	}

	h2 {
		font-size: 24px;
		margin-top:30px;
	}

	p {
		font-size: 20px;

	}

	#mypic {
		max-width:50%;
		max-height: 40%;
		align-items: center;
		top: 50%;
		border-radius: 20px;
		left:25%

	}

	#github,
	#linkedin,
	#instagram {
		width:44px;
		height:44px;
		margin-left:30px;
	}
	#resume{
		width:50px;
		height:50px;
		margin-left:20px;
		margin-right:12px;
		margin-bottom:3px;
	}
}
@media (max-width:420px){
	.socials{
		width:90%;
		left:5%;
		padding-top:5px;
	}

}
a:link{
	color: indigo;
	text-decoration: none;
}

a:active{
	color: hotpink;
}
