html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}
hr {
	color: #056593;
	opacity: 0.6;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
}
p {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

body {
	background-color: #FBFBFB;
	min-width: 1200px;
}

header {
	margin: 0 auto;
	width: 100%;
}

.coach {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.coach_img {
	width: 45%;
}

.coach_img img {
	display: block;
	margin: 0 auto;
	padding-top: 100px;
}

.coach_info {
	margin: 0 auto;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.coach_info p {
	margin-top: 20px;
	text-align: center;
}

.sport {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #a91f2c;
}

.sportsmen {
	position: relative;
	left: 0;
}

.sportsman {
	float: left;
	width: 1154px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.sportsman_img {
	width: 45%;
}

.sportsman_img img {
	display: block;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.sportsman_info {
	margin: 0 auto;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.sportsman_info h1 {
	color: #e6e6e6;
	text-align: center;
}

.sportsman_info p {
	margin-top: 20px;
	text-align: left;
	color: #e6e6e6;
}

footer {
	background-color: #252e66;
	color: #e6e6e6;
	text-align: center;
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
