.header {
	background-image:url('Images/GrassBackground1.png');
	background-color: green;
	background-size: cover;
	height: 200px;
	overflow: hidden;
	color: white;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-style: none; 
	border-width: 8px 8px 0px 8px;
	border-color: #333;
}

.header img {
	display: block;
    	margin: auto;
    	max-width: 825px;
	height: auto;
}

.logo {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.header h1 {
  font-family: Verdana;
  font-size: 24px;
  overflow: hidden;
}

h1 {
  text-align: center;
  color: white;
  border-radius: 0px 0px 0px 0px;
  padding: 16px;
  margin-top: 0px;
  align-items: center;
}

h2 {
  text-align: center;
}

body {
  margin: 0px;
  margin-left: 220px;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  background-color: rgba(230, 230, 230, 1)
}

.main {
	margin-left: 35px;
	margin-right: 35px;
}

.sidenav {
  width: 220px;
  height: 100%;
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Verdana;
  background-color: #333;
  box-shadow: 6px 4px 24px 0px black;
}

.sidenav a {
  border: 2px solid;
  border-color: #4CAF50;
  border-radius: 40px;
  min-width: 160px;
  min-height: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 6px 0px;
  margin: 14px 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.4s;
  z-index: 1;
}

.sidenav a:hover {
  background-color: #4CAF50;
  color: white;
}

.sidenav a.active {
  background-color: #4CAF50;
  color: white;
}

.dropdown {
  float: left;
}

.dropdown .dropbtn {
  cursor: pointer;
  border: 2px solid;
  border-color: #4CAF50;
  border-radius: 40px;
  min-width: 160px;
  height: 20px;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 6px 0px;
  margin: 14px 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.4s;
  font-family: inherit; /* Important for vertical align on mobile phones */
}

.dropdown .dropbtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.dropdown .dropbtn span:after {
  content: '\00bb';
  position: relative;
  opacity: 1;
  top: 0;
  right: 0px;
  transition: 0.4s;
}

.dropdown:hover .dropbtn span:after {
  position: absolute;
  right: -20px;
}

.dropbtn.active {
  background-color: #4CAF50;
  color: white;
}

.dropdown:hover .dropbtn {
  background-color: #4CAF50;
  color: white;
}

@keyframes slide_menu {
	0% {width: 0px;}
	100% {width: 200px;}
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 210px;
  width: 200px;
  height: auto;
  background-color: #333;
  box-shadow: 6px 4px 24px 0px #333;
  z-index: 1;
  overflow: hidden;
  animation-name: slide_menu;
  animation-duration: 0.5s;
}

.dropdown-content a {
  font-size: 14px; 
  border: 2px solid;
  border-color: #4CAF50;
  border-radius: 40px;
  background-color: none;
  color: white;
  padding: 6px 0px;
  min-width: 156px;
  margin: 28px 20px;
  margin-top: 14px;
  text-decoration: none;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s;
  z-index: 1;
}

.dropdown-content a:hover {
  background-color: #4CAF50;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.leagueform {
  margin-top: 16px;
  font-family: Verdana;
  overflow: hidden;
  background-color: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.leagueform .btn {
  cursor: pointer;
  margin: auto;
  border: 2px solid;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  padding: 2px 2px;
  margin: 20px 14px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.leagueresults {
  margin: auto;
  font-family: Verdana;
  overflow: hidden;
  background-color: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.calendar {
  margin: auto;
  font-family: Verdana;
  overflow: hidden;
  background-color: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.leagueresults .btn {
  cursor: pointer;
  margin: auto;
  border: 2px solid;
  border-color: #4CAF50;
  border-radius: 10px;
  background-color: #4CAF50;
  width: 80px;
  height: 80px;
  color: white;
  padding: 5px 5px;
  margin: 10px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.calendar .btn {
  cursor: pointer;
  margin: auto;
  border: 2px solid;
  border-color: #4CAF50;
  border-radius: 10px;
  background-color: #4CAF50;
  width: 80px;
  height: 80px;
  color: white;
  padding: 5px 5px;
  margin: 10px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.btn.empty {
  background-color: white;
  border-color: white;
  color: black;
}

.btn.partial {
  background-color: yellow;
  border-color: yellow;
  color: black;
}

.btn.dI {
  background-color: dodgerblue;
  border-color: dodgerblue;
  color: white;
}

.btn.dII {
  background-color: black;
  border-color: black;
  color: white;
}

.btn.dIII {
  background-color: purple;
  border-color: purple;
  color: white;
}

.btn.dIV {
  background-color: red;
  border-color: red;
  color: white;
}

.sub-flex-container {
  background-color: rgba(51, 51, 51, 1);
  color: white;
  border-radius: 10px;
  width: 33.333%;
  padding: 12px;
  overflow: hidden;
  flex-wrap: wrap;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

table#t01 {
    border: none;
    border-spacing: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    empty-cells: hide;
}

table#t01 tr {
    width: 14.3%
    min-width: 30px;
}

table#t01 th, td {
    border: 2px solid white;
    border-radius: 10px;
}

table#t01 td {
    width: 14.3%;
    min-width: 100px;
    height: 120px;
    padding: 5px;
    vertical-align: top;
}

td:hover {
    background-color: rgba(100, 100, 100, 1);
}

.month {
    background-color: rgba(51, 51, 51, 1);
    color: white;
    margin: 10px;
    text-decoration: none;
}

.month a:link {
    color: white;
    text-decoration: none;
}

.month a:visited {
    color: white;
    text-decoration: none;
}

.month a:hover {
    background-color: white;
    color: rgba(51, 51, 51, 1);
}

.arrowbtn {
    border-radius: 50px;
    padding: 5px 12px 5px 12px;
}