a.bio-links:link{
	color: black;
}
a.bio-links:active{
	color: black;
}
a.bio-links:hover{
	color: #1eade6;
}
a.bio-links:visited{
	color: #464950;
}
a.bio-links:visited:hover{
	color: #1eade6;
}

.here:hover{
	color: #1eade6;
}
a:hover{
	color: #1eade6;
}

a.here:link{
	color: black;	
}
 html {
  scroll-behavior: smooth;
  
}
.top-banner{
		background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("images/palm-trees-LA.jpg");
		background-position: bottom;
		padding: 15%;
		margin-top: -8px;
		margin-left: -8px;
		margin-right: -8px;
		height: 25%;
		background-attachment: fixed;
		background-size: cover;
		text-align: center;
		position: relative;
		}
.welcome-text{
	color: white;
	font-family: "georgia" ,"sans-serif" ;
	text-align: center;
	margin-top: -150px;
	font-size: 70px;
	font-weight: bold;
	text-shadow: 0 0 9px #000000;
}
.top-name{
	text-shadow: 0 0 6px #000000;
}
.top-banner-text{
	color: white;
	font-family: "georgia" ,"sans-serif" ;
	text-align: center;
	margin-top: -50px;
	font-size: 19px;
	
}
.banner-buttons{
	background-color: white;
	color: black;
	position: relative;
	bottom: -45;
	margin-right: 10px;
	padding: 8px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 70px;
	text-align: center;			
	
}
.banner-buttons:hover{
	background-color: #AFB1C1;
	color: black;
	position: relative;
	bottom: -45;
	margin-right: 10px;
	padding: 8px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 70px;
	text-align: center;
}


#linkedin{
	height: 20%;
	width: 20%;
	background-image: url('images/linkedin-grey.png');
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 42%;
	
}
#linkedin:hover {
	height: 20%;
	width: 20%;
	background-image: url("images/linkedin-color.png");
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 42%;

}

#hackerrank {
	height: 30%;
	width: 30%;
	background-image: url('images/hackerrank-grey.png');
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 39%;
	margin-top: 12%;
}

#hackerrank:hover {
	background-image: url("images/hackerrank-color.png");
}
#email{
	height: 20%;
	width: 20%;
	background-image: url('images/email-nocolor.png');
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 42%;
	margin-top: 12%;
	
}
#email:hover {
	height: 20.7%;
	width: 20.7%;
	background-image: url("images/email-color.png");
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 42%;
	margin-top: 12%;

	}
	
	
	.headshot-circle{
	width: 79%;
	height: auto;
	margin-left: 12%;
	margin-top: 5%;
	}
	.bio-text{
	color: black;
	font-family: "georgia" ,"sans-serif" ;
	text-align: left;
	margin-top: 35px;
	font-size: 20px;
	}
	.section-title{
		font-weight: bold;
		color: black;
		font-family: "georgia" ,"sans-serif" ;
		text-shadow: 0 0 6px rgba(0,0,0,.10);
	}
.project-photos{
	width: 130%; 
	height: auto;
	position: relative;
	margin-top: 5%; 
	border-color: black; 
	border-style: solid; 
	border-width: 2px
}
.project-photos:hover{
	width: 130%; 
	height: auto;
	margin-top: 5%; 
	border-color: black; 
	border-style: solid; 
	border-width: 2px;
	box-shadow: 1px 1px 3px 0px #000000;
}



#footer-banner{
		background-color: #3A4046;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: -11px;
		margin-left: -8px;
		margin-right: -8px;
		text-align: center;
		color: white;
		
}

a.top-link:link{
	font-family:"georgia" ,"sans-serif";
	font-size: 14px;
	color: white;
	text-decoration: none;
	
}
a.top-link:visited{
	font-family:"georgia" ,"sans-serif";
	font-size: 14px;
	color: white;
	text-decoration: none;
}


.top-link-text{
	margin-top: 10%;
	text-shadow: 0 0 3px #000000;
	letter-spacing: 0.6px;
}

	.back-to-top{
		background-color: grey;
		box-sizing: border-box;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		text-align: center;
		vertical-align: top;
		margin-top: -3.8%;
		left: 47.5%;
		
	}
	
	.back-to-top:hover{
		background-color: grey;
		box-sizing: border-box;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		text-align: center;
		margin-top: -3.8%;
		left: 47.5%;
		cursor: pointer;
		-webkit-box-shadow: 1px 1px 3px 0px #000000;
		-moz-box-shadow: 1px 1px 3px 0px #000000;
		box-shadow: 1px 1px 3px 0px #000000;
		
	}
	

.statement{
	margin-top: 2%;
	position: relative;
}
.triangle-top{
	height: 23%;
	width: 24% ;
	margin-top: 18%;
	margin-bottom: -10%;
	position: relative;

}
