body {
	background:url(images/stadium1.jpg) #000000 no-repeat fixed;
	background-size:100%;
	font-family:Verdana, sans-serif;
}
.title {
	font-family:Impact, sans-serif;
	color:#FFFFFF;
	text-shadow:10px 10px 8px #000000;
	font-size:5em;
	margin-top:10px;
	margin-bottom:0;
}

/* start of navigation bar */

.navbar {
	background-color:#000000;
	overflow:hidden;
	list-style-type:none;
	background:linear-gradient(180deg, #000000, #000000, #00BBFF);
	font-family:Verdana, sans-serif;
	border:solid 1.5px #FFFFFF;
	border-left:none;
	border-right:none;
	font-size:1em;
}
.navbar a {
	float:left;
	color:#FFFFFF;
	text-align:center;
	padding:12px 14px;
	text-decoration:none;
}
.navbar a:hover {
	background-color:#000000;
	color:#00BBFF;
}
.navbar a.active {
	background-color:#00BBFF;
	color:#000000;
}

/* end of navigation bar */

.container {
	width:80%;
	margin:auto;
}
.container2 {
	width:80%;
	margin:auto;
	background-color:#FFFFFF;
	box-sizing:border-box;
	font-size:1em;
	padding:50px;
	border-radius:0 0 35px 35px;
	font-family:Verdana, sans-serif;
	overflow:auto;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
hr {
	margin-bottom:40px;
}
legend {
	font-weight:bold;
}
.snapchat {
	width:150px;
	position:relative;
	float:left;
	margin:0px 20px 30px 0;
}
form {
	clear:left;
}
.copyright {
	color:#FFFFFF;
	text-align:center;
	font-size:.9em;
}

/* start of tables */

table {
	margin:auto;
	font-family:Verdana, sans-serif;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:100%;
}
th, td {
	text-align:center;
	padding:8px;
	border:solid medium #FFFFFF;
	font-size:.95em;
}
th {
	background-color:#252525;
	color:#FFFFFF;
}	
caption {
	font-size:1.1em;
	margin-bottom:15px;
	text-decoration:underline;
	text-align:left;
}
table tr:nth-of-type(odd) {
	background-color:#DDEEFF;
}
table th:nth-of-type(2) {
	width:50%;
}
table td:nth-of-type(2) {
	text-align:left;
	padding-left:40px;
	font-weight:bold;
	text-decoration:underline;
}

/* end of tables */

.ball {
	width:150px;
	position:relative;
	float:right;
}
.flex_container {
	text-align:center;
	margin:auto;
	overflow:auto;
}
.soccer_players img {
	height:150px;
	padding:0 5px;
	border-radius:40px;
}
.soccer_players {
	width:100%;
}
.soccer_players p {
	margin-bottom:5px;
}
.player {
	float:right;
}
.player_list li {
	margin-bottom:14px;
}
.player_list {
	list-style-type:square;
}
.list {
	float:left;
	text-align:left;
}
.videos {
	display:flex;
	flex-direction:column;
	margin:auto;
	width:100%;
	justify-content:center;
}
iframe {
	margin:auto;
	margin-bottom:40px;
}
.links {
	margin-right:55px;
}
.magazine img {
	width:350px;
}
.magazine p {
	width:350px;
	margin-top:0;
	text-align:center;
	font-size:.8em;
}
.topics {
	list-style-type:square;
}
.topics li {
	margin-bottom:10px;
}
.transfers img {
	width:350px;
	float:left;
	margin-bottom:40px;
	margin-right:30px;
	border-radius:0 0 20px 20px;
}
.transfers {
	width:100%;
	margin:auto;
	overflow:auto;
}