@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	background-image: url(images/pitch.jpg);
	background-size: cover;
	font-family: arial;
	position: relative;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
body {
  -ms-overflow-style: none;
}

* {
	box-sizing: border-box;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.fixtures-content ::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.fixtures-content {
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#nav {
  -ms-overflow-style: none;
}

.clearer {
	clear: both;
	height: 60px;
}
.clearline {
	clear: both;
	padding: 2px 10px 0px 10px;
}
.clearline hr {
	height: 1px;
	border: none;
	color: black;
	background-color: black;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #FFF;
	font-family:arial;
	overflow: hidden;
}

#menuDIV {
	display: grid;
 	height: 6%;
	width : 100%;
	max-width: 960px;
  	background-color: white;
	grid-gap: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 15px;	
	grid-template: auto  / auto auto auto;
}


.menu-item {
	padding: 3px;
	font-size: 16px;
	text-align: center;
	border: 1px solid gray;
	color: black;
	border-radius: 15px;
	box-shadow: 3px 3px #888888;
}

.title {
	margin : auto;
	text-align : center ;
	width : 100%;
	max-width: 960px;
	height: 9%;
  	background-color: white;
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 4px #000000;
	position: relative;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  height: 6%;
  float: left;
  font-size: 16px;
  color: #FAFAFA;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

.navbar a.split {
	float: right;
	background-color: #0B3861;
	color: white;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: purple;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.selected  { 
  padding-left: 30px;
  float: left;
  font-size: 16px;
  color: orange;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  cursor: none;
  font-weight: bold;
}

#banner {
	width: 200%;
	height: 42px;
	position: relative;
	text-align: right;
	background: red;
	font-size: 12pt;
	color: white;
	padding: 10px;
	animation: mymove 13s infinite;
	animation-timing-function: linear;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 75px;
}

@keyframes mymove {
	from {right: 0%;}
	to {right: 100%;}	
}

#footer {
	position: relative;
	margin : auto;
	height: 5%;
	width : 100%;
	max-width : 960px;
	background : #2E2E2E;
	font-family:arial;
 	font-size: 10pt;
	color: white;
	border-top: 2px solid orange;
}



.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#content {
	position: relative;
	height: 955px;
	width: 100%;
	background-size: cover;
}

#fixtures-content {
	position: relative;
	height: 85%;
	width: 100%;
	margin: auto;
	width: 100%;
	background-size: cover;
	overlow-y: scroll;
}

#content-content {
	position: relative;
	height: 85%;
	width: 100%;
	max-width: 960px;
	margin: auto;
	background-size: cover;
	background-position: center bottom 25%;
	overflow-y: scroll;
}

#login-content {
	position: relative;
	height: 86%;
	width: 100%;
	max-width: 960px;
	margin: auto;
	overflow-y: scroll;
}

#table-content {
	position: relative;
	height: 85%;
	width: 100%;
	max-width: 960px;
	margin: auto;
	background-size: cover;
	overflow-y: scroll;
}

#comp-content {
	height: 80%;
	background-size: cover;
	position: relative;
	overflow-y: scroll;
}

#updated {
	text-align: center;
	padding-bottom: 30px;
}

#contenthome {
	height: 85%;
	background-size: cover;
	position: relative;
	overflow: scroll;	
}

.homecontent {
	background-color: #FFF;
	object-fit : cover;
	padding: 20px;
}
.homecontent .compweek {
	text-align: right;
	position: absolute;
	bottom: 38px;
	right: 25px;
	font-size: 36px;
}
.homecontent .compweek p {
	margin: 0;
	padding: 0;
}
.homecontent .compweek .competition {
	color: black;
}
.homecontent .compweek .week {
	color: orange;
}

.comptable, .comptable a {
	color: black;
}

.leaguetablecontent {
	text-align: center;
}

.entriescontent {
	background-color: #FFF;
	padding: 20px;
}
.entriescontent .comptitle {
	position: relative;
	font-size: 20px;
	text-align: left;
}
.entriescontent .entries {
	position: relative;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
.entriescontent .money {
	position: relative;
	font-size: 20px;
	color: orange;
	text-align: right;
	float: right;
}
.entriescontent .updated {
	position: relative;
	font-size: 15px;
	color: black;
}
.entriescontent .remaining {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: black;
	height: 437px;
	overflow: auto;
}
.entriescontent .remaining p {
	padding: 0;
	margin: 0 0 .5em 0;
}
.entriescontent .lastteam {
	font-weight: bold;
	color: orange;
}

.rulescontent {
	font-size: 14pt;
	text-align: center;
	
}
.rulescontent .text1 {
	padding: 15px;
}
.rulescontent .text2 {
	background-color: #F8F8F8;
	padding: 15px;
}
.rulescontent .text3 {
	padding: 15px;
	color: blue;
}

.contactcontent {
	background-image: url(../images/contact_image2.jpg);
	padding: 20px;
	color: white;
}

.logincontent {
	padding: 20px;
	color: white;
	background-color: #000;
}

.logincontent a {
	color: white;
}

.logincontent a:hover {
	color: orange;
}

.textentry {
	width: 90%;
	max-width: 280px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 3px;
}
.button {
	padding: 5px 15px;
	background-color: #0B3861;
	border: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
}

.loginbutton {
	padding: 5px;
	background-color: #FFF;
	border: none;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
}

.darkbutton {
	padding: 5px;
	background-color: #006;
	border: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
}
.errormsg {
	color: #F00;
}
.errormsg a {
	color: #F00;
}
.smalltext {
	font-size: .8em;
}
	
#fullversion {
	display: block;
}
	
#mobileversion {
	display: none;
}

#comptable {
	font-size: 1em;
	color: black;
}
#comptable .inner {
	padding: 10px;
}
#comptable .compno {
	clear: both;
	width: 5%;
	float: left;
}
#comptable .compstartdate {
	width: 15%;
	float: left;
}
#comptable .compstatus {
	width: 20%;
	float: left;
}
#comptable .compentryfrom {
	width: 15%;
	float: left;
}
#comptable .compwinner {
	width: 25%;
	float: left;
}
#comptable .compbuttons {
	width: 20%;
	float: left;
}

@media screen and (max-width: 800px) {
#title {
	height: 8%;
}
	

.title {
	height: 7%;
	font-size: 32px;
}
	
	#nav ul {
		margin-left: 0px;
		text-align: center;
		padding: 15px 5px 10px 5px;
	}
	#nav li a {
		padding: 4px 7px 4px 7px;
	}

#menuDIV {
	grid-gap: 30px;
	padding-top: 10px;
	padding-bottom: 20px;	
}

.menu-item {
	padding: 10px;
	font-size: 18px;
}

#content-content {
	height: 86%;
	}
	
	.homecontent .compweek {
		width: 100%;
		text-align: center;
		right: 0px;
		font-size: 28px;
		bottom: 20px;
	}
	
	.entriescontent .entries, .entriescontent .money, .entriescontent .remaining {
		position: relative;
		width: 100%;
		text-align: center;
		left: 0px;
		right: 0px;
		top: 0px;
		padding-top: 10px;
	}
	
	#fullversion {
		display: none;
	}
	
	#mobileversion {
		display: block;
	}
	
	#comptable {
		font-size: .9em;
	}
	
}

@media screen and (max-width: 770px) and (min-width: 601px) {

.title {
	font-size: 18px;
	height: 15%;
}

#nav {
	height: 10%;
	overflow: auto;
	white-space: nowrap;
}

#nav ul {
	background: black;
	text-align: left;
	overflow: auto;
	white-space: nowrap;
	font-size: 16px;
	padding: 0px 4px;
}

#nav li a {
	height: 5%;
	padding: 0px 4px;
}

#fixtures-content {
	top: 0%;

}

#contenthome {
	height: 75%;

}


#content-content {
	background-position: center bottom 35%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#nav {
  -ms-overflow-style: none;
}
	#comptable {
		font-size: .8em;
	}
	.homecontent {
	background-color: #FFF;
	object-fit : cover;
	padding: 20px;
	}
	.contactcontent {
	background-image: url(../images/contact_image2.jpg);
	padding: 20px;
	color: white;
	}

.comptitle {
	text-align: center;
}

}



@media screen and (max-width: 600px) {

#nav {
	height: 5%;
	overflow: auto;
	white-space: nowrap;
}

.navbar a {
  padding: 10px 10px;
}

#nav ul {
	background: black;
	text-align: left;
	overflow: auto;
	white-space: nowrap;
	font-size: 16px;
	padding: 0px 4px;
}

#nav li a {
	height: 5%;
	padding: 0px 4px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#nav {
  -ms-overflow-style: none;
}
	#comptable {
		font-size: .8em;
	}
	.homecontent {
	background-color: #FFF;
	object-fit : cover;
	padding: 20px;
	}
	.contactcontent {
	background-image: url(../images/contact_image2.jpg);
	padding: 20px;
	color: white;
	}

.comptitle {
	text-align: center;
}

	.fullversion {
		display: none;
	}
	
	.mobileversion {
		display: block;
	}

#timer {
  width: 100px;
  font-size: 15px;
  margin-right: 10px;
  border: 3px solid #B40404;
}

.title {
	font-size: 24px;
	height: 9%;
	text-align: center;
}


	#container {
		overflow-x: hidden;
	}

#banner {
	width: 300%;
	height: 42px;
	position: relative;
	text-align: right;
	background: red;
	font-size: 12pt;
	color: white;
	padding: 10px;
	animation: mymove 7s infinite;
	animation-timing-function: linear;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 75px;
}

@keyframes mymove {
	from {right: 0%;}
	to {right: 200%;}	
}

	#comptable .compno {
		clear: both;
		width: 10%;
		float: left;
	}
	#comptable .compstartdate {
		width: 25%;
		float: left;
	}
	#comptable .compstatus {
		width: 35%;
		float: left;
	}
	#comptable .compentryfrom {
		width: 30%;
		float: left;
	}
	#comptable .compwinner {
		clear: both;
		width: 50%;
		float: left;
	}
	#comptable .compbuttons {
		width: 50%;
		float: left;
		text-align: right;
	}
	#comptable form {
		margin-right: 10px;
	}
}