body {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
header {
	float: left;
	width: 100%;
}
.banner {
	float: left; 
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: black;
	color: white;
	text-align:center;
}
.size-1 {
	float: left;
	width: 70%;
	margin-left: 15%;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
nav {
	float: left; 
	width: 100%;
	background-color: black;
	color: white;
}
.logo_container {
	float: left;
	width: 15%;
}
.logo {
	width: 125px;
	margin: 20px;
}
.nav_buttons {
	float: right; 
	width: 75%;
	text-align: right;
	margin-top: 50px;
}
.hot_button {
	background-color: #d50032;
	color: white;
	font-weight: bold;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: #d50032;
}
	.hot_button:hover {
		background-color: #ae0027;
		transition: ease 0.5s;
	}
.cold_button {
	background-color: white;
	color: #d50032;
	font-weight: bold;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: #d50032;
}
	.cold_button:hover {
		background-color: #ae0027;
		color: white;
		transition: ease 0.5s;
	}
.nav_link {
	padding: 15px;
	margin-right: 10px;

}
	.nav_link:hover {
		border-style: solid;
		border-width: 0px 0px 2px 0px;
		border-color: white;
	}
.desktop_nav {
	display: block;
}
.mobile_nav {
	display: none;
}
main {
	float: left;
	width: 100%;
}
	


.mobile_nav_hamburger {
	float: right;
	padding: 10px; 
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	margin: 20px;
	border-radius: 5px;
	cursor: pointer;
}
.hamburger_line {
	float: left;
	width: 100%;
	height: 2px; 
	background-color: white;
	margin-top: 9px;
}
.nav_buttons_mobile {
	position: fixed; 
	padding-top: 50px;
	top: 100px;
	background-color: black;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	left: 0px;
}
.nav_link_mobile {
	float: left; 
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-width: 0px 0px 1px 0px;
	border-color: #484848;
	border-style: solid;
}
.nav_buttons_mobile {
	display: none;
} 

.hero_container {
	float: left;
	width: 100%;
	text-align: center;
	background-image: url("img/football_field.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
	
}
.hero_copy {
	margin-top: 100px;
	margin-bottom: 170px;
}
h1 {
	font-size: 60px;
	font-weight: 900;
	line-height: 30px;
}
h2 {
	font-size: 35px;
	line-height: 30px;
}
.hero_copy p {
	font-size: 120%;
}
.section {
	float: left;
	width: 100%;
}
.unleash_skills {
	float: left;
	
}
.player_img {
	float: left;
	width: 40%;
}
.unleash_skills_copy {
	float: left;
	width: 40%;
	margin-top: 100px;
	margin-bottom: 150px;
	
}
.fancy_divider {
	margin-bottom: 15px;
	height: 7px;
	width: 150px;
	background-color: #c6002d;
}
.flag_players {
	position: absolute;
	height: 70%;
}

.latest_news_copy {
	float: left;
	width: 40%;
	margin-left: 10%;
	margin-top: 100px;
}
h3 {
	font-size: 30px;
}
.ready_to_register_image {
	float: left; 
	width: 40%;
	margin-right: 10%;
	text-align: center;
	margin-top: 100px;
}
.vegas_img {
	width: 70%;
}
.ready_to_register_copy {
	float: left; 
	width: 40%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.footer_links {
	margin-top: 15px;
	text-align: center;
}
.footer_links_interior {
	margin-top: 50px;
	margin-bottom: 50px;
}
.black_divider {
	width: 60%;
	margin-left: 20%;
	margin-top: 25px;
	margin-bottom: 10px;
	height: 2px;
	background-color:black;
}
.lower_nav_links {
	margin: 10px;
}
	.lower_nav_links:hover {
		font-weight: bold;
	}
.social_link {
	background-color: #d50032;
	padding: 12px;
	padding-top: 25px;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
}
	.social_link:hover {
		background-color: #ae0027;
		transition: ease 0.5s;
	}
.social_link_img {
	width: 25px;
}
.latest_news_articles {
	float: left;
	margin-bottom: 25px;
}
.blogs_inner {
	margin-left: 10%;
	width: 90%;
}
.blog_posts {
	float: left;
	width: 100%;
}
.blog_container {
	float: left;
	margin: 1%;
	width: 30%;
	padding: 10px;
}
.blog_image {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.blog_title {
	font-weight: bold;
	font-size: 125%;
}
@media screen and (max-width: 1400px) {
  .size-1 {
		float: left;
		width: 90%;
		margin-left: 5%;
	}
}
@media screen and (max-width: 1000px) {
	.size-1 {
		float: left;
		width: 94%;
		margin-left: 3%;
	}
	.desktop_nav {
		display: none;
	}
	.mobile_nav {
		display: block;
	}
	.logo {
		margin-top: 20px;
		margin-left: 0px;
	}
	nav {
		position: fixed;
	} 
	main {
		margin-top: 98px;
	} 
	.mobile-break {
		display: none;
	}
	h2 {
		line-height: 35px;
	}
	.player_img {
		display: none;
	}
	.unleash_skills_copy {
		float: left;
		width: 100%;
		margin-top: 100px;
		margin-bottom: 150px;
		
	}
	.banner {
		display: none;
	}
	nav {
		top: 0px;
	}
	.blog_container {
		width: 40%;
	}
	.latest_news_copy {
		float: left;
		width: 100%;
		margin-left: 0%;
		margin-top: 100px;
	}
	.blogs_inner {
		margin-left: 0%;
		width: 100%;
	}
	.blog_image {
		width: 100%;
		height: 150px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.ready_to_register_image {
		display: none;
	}
	.ready_to_register_copy {
		margin-left: 0px;
		width: 100%;
	}
	
}
.under_construction {
	text-align: center;
	margin-top: 25px;
}
input {
	padding: 10px; 
	-webkit-appearance: none;
	border-radius: 0px;		
	border-width: 1px;
	border-color: black;
	
}
select {
	padding: 10px; 
	-webkit-appearance: none;
	border-radius: 0px;		
	border-width: 1px;
	border-color: black;
	-webkit-appearance: none;
	cursor: pointer;
	
}
.submitter {
	background-color: #d50032;
	color: white;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
}
	.submitter:hover {
		background-color: #ae0027;
		transition: ease 0.5s;
	}
@media screen and (max-width: 1000px) {
	input {
		font-size: 18px;
		
	}
}