.fa-solid {
	width : 15px;
}

@media (max-width:800px){
	#main-header {
		font-size : 25px;
	}
}

.bottom-border {
	border-bottom : 1px solid gray;
	margin : 10px 0px;
}

.profile-pic {
	max-width:200px;
	max-width: 100%;
	max-height: 200px;
}

.company-logo-pic {
	max-width:300px;
	max-height:100px;
}

div.name {
	font-size : 1.5rem;
	font-weight: 200;
	margin-top:25px;
}

div.business-cat-heading {
	font-size : 1.3rem;
	font-weight: 200;
}

div.company, div.business-cat {
	font-size : 1.1rem;
	font-weight: bold;
}

div.heading {
	font-style : italic;
}

