/* This is where user-defined styles would go. */
/*==========================*/
/*----COMMON OVERRIDES------*/
/*==========================*/
#banner{
	background-image: url('/myfiles/banner_city2.png');
	background-size: auto;
	background-position: left center;
}

#about-container{
	
}
#about-container a{
	text-decoration: none;
	color: var(--s2titleyellow);
}
#about-container a:hover{
	text-decoration: underline;
}
.aboutbox{
	display: flex;
	border-bottom: 2px solid rgba(0, 18, 162, 1);
	margin-bottom: 1em;
}
.about{
	padding-bottom: 1em;
	margin-left: 1em;
}
.about-avatar{
	border-radius: 15px;
}
.about-info{
	display: inline-flex;
}
.about-info p::before{
	content: '—';
	margin: 0 1em;
}
.about-info-name{
	font-size: 2em;
	font-weight: bold;
}
