a:hover{
	color: #1eade6;
}
a:visited{
	color: #464950;
}
a:visited:hover{
	color: #1eade6;
}
.here:hover{
	color: #1eade6;
}
a.here:hover{
	color: #1eade6;	
}
a.here:link{
	color: black;	
}
a.here:visited:hover{
	color: #1eade6;	
}

.footer-links{
	color: #1eade6;
}
.footer-links:hover{
	color: #3873E8;
}
a.footer-links:link{
	color: #1eade6;
}
a.footer-links:hover{
	color: #3873E8;
}
a.footer-links:visited{
	color: #1eade6;
}
.footer-links:visited{
	color: #1eade6;
}
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;
}


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: 5%;
		background-attachment: fixed;
		margin-top: -8px;
		margin-left: -8px;
		margin-right: -8px;
		background-size: 120%

		}
.top-banner-text{
	color: white;
	font-family: "georgia" ,"sans-serif" ;
	text-align: center;
	margin-top: -40px;
	font-size: 18px;
}
.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;
}
a.banner-buttons:hover{
	color: black;
}
a.banner-buttons:visited{
	color: black;
}
.resume-pic{
	width: 36%;
	height: auto;
	border-color: black;
	border-style: solid;
	padding: .01%;
	position: relative;
}
.resume{
	margin-top: 1%;
	text-align: center;
	margin-bottom: 3%;
}

}
.section-title{
		font-weight: bold;
		color: black;
		font-family: "georgia" ,"sans-serif" ;
		text-shadow: 0 0 6px rgba(0,0,0,.10);
	}
.resume-text{
	color: black;
	font-family: "georgia" ,"sans-serif" ;
	text-align: left;
	margin-top: 35px;
	font-size: 20px;
	}
	#footer-banner{
		background-color: #3A4046;
		padding-top: 20px;
		padding-bottom: 2vw;
		margin-bottom: -.7vw;
		margin-left: -.6vw;
		margin-right: -.6vw;
		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: 35%;
	text-shadow: 0 0 3px #000000;
}

	.back-to-top{
		background-color: grey;
		box-sizing: border-box;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: block;
		position: relative;
		text-align: center;
		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: relative;
		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: 10%;
	margin-bottom: -30%;

}
