.content {
    margin-bottom: calc(537vh / 25);
}

.container.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content article header, .trainer-page {
	margin-top: 5px;
}
.trainer-name, .trainer-code {
	font-family: Lato;
	margin: 0;
	font-weight: 700;
}

.content article header h1.trainer-name {
	font-size: 3.5rem;
}

.content article {
	flex-grow: 1;
	width: 65%;
	min-width: 30rem;
}

.content article p {
	text-align: left;
}

.trainer-img {
	flex-grow: 0;
	max-width: 285px;
	width: 15%;
	min-height: 300px;
	min-width: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}


.navigation .cta {
	text-transform: uppercase;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.75);
	padding: 6px 12px;
	border: 3px solid #494949;
	display: inline-block;
	transition: all 0.4s ease 0s;
	border-radius: 3px;
	line-height: 1;
	margin-top: 11px;
}

.navigation .cta:hover {
	color: #f7f7f7;
    background: #66911B;
    border-color: #66911B;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

.team-red {
	border-left: 10px solid rgb(255,2,36);
	background: rgb(254,243,239);
    background: linear-gradient(180deg, rgb(249,184,190) 0%, rgb(254,243,239) 35%);
}

.team-blue {
	border-left: 10px solid rgb(1,117,236);
	background: rgb(254,243,239);
    background: linear-gradient(180deg, rgb(155,211,248) 0%, rgb(254,243,239) 35%);
}

.team-yellow {
	border-left: 10px solid rgb(253,202,0);
	background: rgb(254,243,239);
    background: linear-gradient(180deg, rgb(254,255,149) 0%, rgb(254,243,239) 35%);
}