.content h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: var(--pri);
	font-size: 24pt;
	margin-top: 40px;
}

.league {
	text-decoration: none;
	color: var(--text);
}

.league a:hover {
	color: var(--sec);
}

.profile-pic-club {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background-color: var(--text);
	clip-path: circle(50% at 50% 50%);
}

.profile-pic-club img {
	width: 100%;
}

.highlight {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.highlight .profile-pic {
	border-radius: 100%;
	clip-path: circle(50% at 50% 50%);
	height: 150px;
	width: 150px;
	background-color: var(--text);
	margin-top: 20px;
	margin-bottom: 10px;
}

.flair-right, .flair-left {
	width: 150px;
	height: 150px;
	margin: 15px;
	background-image: url("/imgs/fan_feathers.png");
	background-size: cover;
}

.flair-left {
	transform: scaleX(-1);
}

.flair {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.highlight h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: var(--pri);
	font-size: 20pt;
}

.highlight h4, .highlight h5 {
	font-family: 'Open Sans', sans-serif;
	color: var(--text);
	font-size: 12pt;
}

.highlight a {
	text-decoration: none;
}

.highlight h3:hover, .highlight h4:hover {
	color: var(--sec);
}

/* league standings table */
.standings {
	width: 600px;
	margin-bottom:10px;
}

.standings a {
	text-decoration: none;
	color: var(--text);
}

.standings a:hover {
	color: var(--sec);
}

.standings td:nth-child(1) {
	width: 100px;
}

.standings td:nth-child(2) {
	width: 350px;
}

.standings td:nth-child(3) {
	width: 150px;
}

.standings2 {
	width: 650px;
	margin-bottom:10px;
}

.standings2 a {
	text-decoration: none;
	color: var(--text);
}

.standings2 a:hover {
	color: var(--sec);
}

.standings2 td:nth-child(1) {
	width: 100px;
}

.standings2 td:nth-child(2) {
	width: 350px;
}

.standings2 td:nth-child(3) {
	width: 100px;
}
.standings2 td:nth-child(4) {
	width: 100px;
}


.rtwo-col-box {
	width: 960px;
	display: flex;
	margin-top: 5px;
	margin-bottom: 25px;
}

.rleft-col, .rright-col {
	width: 75%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: var(--text);
    margin-top: 10px;
	line-height: 180%;
}

.rleft-col {
	line-height: 120%;
	width: 25%;
	margin-right: 60px;
}