
/* Heading */
#content .about-me h1{	font-size:22px;}/* Heading */
#content .about-me h2{	font-size:18px;}/* List Item */
.about-me ul li{	list-style-type: none;}/* Column 4/12 */
.tab-container nav .dynamic{	transform:translatex(0px) translatey(0px);	transform: translatex(0px) translatey(0px);	align-content: center;	align-items: center;	display: flex;	flex-wrap: nowrap;	justify-content: flex-end;}/* Link */
header nav .row .dynamic a{	transform:translatex(0px) translatey(0px);	visibility:visible;}/* Span Tag */
.section-title span{	display: none;}.section-title{	position: relative;	display: inline-block;	background: #ff5a14;	color: #fff;	font-size: 1.4em;	font-weight: bold;	text-align: left;	padding: 5px 10px;	border-radius: 40px;	text-decoration: none;	margin-bottom: 20px;}.section-title a{	color: #fff;	text-decoration: none;	border-bottom: none;}@media (min-width:768px){	/* Link */
	header nav .row .dynamic a{		display:none;	}	}