body {
   height: 100%;
   width: 100%;
   margin: auto;
   overflow:hidden;
}

.header {
    background-image: url("../images/grass.jfif");
    background-repeat: no-repeat;
    background-size: 100%;
	min-width: 1040px;
	font-size: 500%;
	color: white;
	font-family:  "Franklin Gothic Heavy";
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	text-shadow: 3px 3px 5px black;
	border-bottom: 3px double white;
}
.mainBody {
    display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;	
	background-color: white;
    overflow:hidden;
}
.leftMenu {
	width: 100%;
    min-width: 1040px;
    display: flex;
    justify-content: center;
}
.rightField {
    display: flex;
    justify-content: center;
    max-height:inherit;
    height: 800px;
    overflow-y: scroll;
}
.titleHeading {
	font-size: 40px;
	font-weight:bold;
	font-family: Tahoma;
	color: #F66733;
    text-shadow: 2px 2px 2px #333;
}
.dayLink {
	margin: 2px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	float: left;
	color: black;
	clear: both;
}
.day {
	border: 1px solid #CCC;
	height: 100px;
	width: 100px;
	float: left;
}
.leftText {
    width: 125px;
    min-width: 125px;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: normal;
    text-align:center;
    border-right: 1px solid #CCC;
    cursor: pointer;
    color: green;
    float: left;
}
.leftText:hover {
    color: #F66733;
}
.calendarBox {
    width: 728px;
    height: 800px;
    position: fixed;
    left: 30%;
}
#calendar th {
	background-color: #522D80;
	color: white;
}
#calendar td {
	border: 1px solid black;
}
.dayBox {
	width: 100px;
	height: 100px;
	font-size: 14px;
	font-weight:bold;
	font-family: Tahoma;
	color: green;
}
.calendarItem {
	width: 90px;
	margin: 3px;
	font-size: 12px;
    text-align:center;
	float: left;
	clear: both;
	font-weight:bold;
	font-family: Tahoma;
	color: #522D80;
	cursor:pointer;
}
.calendarItem:hover {
    color: #F66733;
}
.monthHeading {
    width: 728px;
	margin: auto;
    text-align:center;
	font-size: 40px;
	font-weight:bold;
	font-family: Tahoma;
	color: #F66733;
    text-shadow: 2px 2px 2px #333;
}
.nextMonth {
	padding-top:15px;
	font-size: 14px;
	font-family: Tahoma;
    text-shadow: 0px 0px 0px white;
	color: #522D80;
	float: right;
	cursor:pointer;
}
.nextMonth:hover {
    color: #F66733;
}
.lastMonth {
	padding-top:15px;
	font-size: 14px;
	font-family: Tahoma;
    text-shadow: 0px 0px 0px white;
	color: #522D80;
	float: left;
	cursor:pointer;
}
.lastMonth:hover {
    color: #F66733;
}
.matchBox{
	margin-left: 20px;
	margin-top: 20px;
	border:solid 1px #F66733;
	width: 250px;
	height: 100px;
	border-radius: 10px;
	background-color: #CCC;
	float: left;
 }
.teamBox{
	width: 198px;
	height: 100px;
	float: right;
 }
.holeBox{
	width: 38px;
	padding-top: 28px;
	margin-left: 10px;
	float: left;
	text-align:center;
	font-size: 18px;
	font-weight:bold;
	font-family: Tahoma;
	color: white;
	text-shadow: 2px 2px 2px #333;
}
.teamNumber {
	height: 38px; 
    padding-left: 10px;
    padding-right: 10px;
	font-size: 16px;
	font-weight:normal;
	font-family: Tahoma;
	text-align:center;
	color: black;	
    text-transform:uppercase;
	vertical-align:middle;
}
.versus {
	font-size: 12px;
	font-weight:bold;
	font-family: Tahoma;
	text-align:center;
	color: white;
	text-shadow: 2px 2px 2px #333;
}
.matchTable {
    margin-right: 10px;
	border: none;
}
#submitButton {
  background-color: #522D80;
  border-radius: 20px;
  border: 1px solid #F66733;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #333;
  color: white;
  padding: 12px 24px;
  margin: 4px 2px;
  cursor: pointer;
}
#submitButton:hover {
  box-shadow: 1px 1px 10px #522D80;
}
.notification {
    position:absolute;
    top: 125px;
    margin-left: 10px;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #F66733;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 2px white;
    text-align:center;
    color: black;
    width: 800px;
    height: 300px;
    background-color: #CCC;
    font-family: Tahoma;
    box-shadow: 1px 1px 10px #522D80;
    visibility:hidden;
 }
 .notificationHeading {
    font-size: 24px;
    font-weight: bold;
    color: #F66733;
 }
 #notificationText {
    height: 225px;
    overflow-y:scroll;
 }
.menuBox {
	margin: auto;
    width: 690px;
    text-align:center;
	font-size: 20px;
	font-weight:bold;
	font-family: Tahoma;
    text-transform: uppercase;
	color: #522D80;
    text-shadow: 2px 2px 3px white;
    clear: both;
    float:left;
}
.menuButton {
    width: 150px;
    margin: 10px;
    background-color: #CCC;
    float:left;
    border: 1px solid #F66733;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #F66733;
    cursor:pointer;
}
.menuButton:hover {
    color: white;
    text-shadow: 2px 2px 2px #F66733;
    box-shadow: 0px 0px 8px #522D80;
}
button {
    background-color: #F66733;
    border-radius: 10px;
    border: 1px solid #522D80;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
    color: white;
    padding: 6px 12px;
    cursor: pointer;
	width: 80px;
	margin: 3px;
}
button:hover {
    box-shadow: 1px 1px 10px #522D80;
    text-shadow: 0px 0px 0px #000;
}
button:focus {
    outline:none;
}
.playerTable {
    position: relative;
    top: -415px;
}
.playerName {
    color: #522D80;
    text-shadow: 1px 1px 2px #FFF;
}
#cancelButton {
  width: 150px;
  background-color: #522D80;
  border-radius: 20px;
  border: 1px solid #F66733;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #333;
  color: white;
  padding: 12px 24px;
  margin: 4px 2px;
  cursor: pointer;
}
#cancelButton:hover {
  box-shadow: 1px 1px 10px blue;
}
.notificationBox {
  position:relative;
  padding-top: 40px;
  top: -340px;
  width:800px;
  height: 310px;
  background-color:white;
  border-radius: 25px;
  box-shadow: 1px 1px 10px #F66733;
  color: #522D80;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #333; 
  visibility:hidden;
}
.deleteBox {
  position:relative;
  padding-top: 40px;
  top: -690px;
  width:800px;
  height: 310px;
  background-color:white;
  border-radius: 25px;
  box-shadow: 1px 1px 10px #F66733;
  color: #522D80;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #333; 
  visibility:hidden;
}
.deleteText {
  padding: 20px;
  text-shadow: 1px 1px 1px #999;
}
.contactHeading {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 20px;
	font-weight:bold;
	color: #F66733;
	text-shadow: 1px 1px 1px #CCC;
 }
 .contactHeading2 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:bold;
	color: #F66733;
	text-shadow: 1px 1px 1px #CCC;
 }
.contactData {
	font-family: Tahoma;
	font-size: 16px;
	color: #000;
 }
 .textLink {
    color: blue;
    font-size: 16px;
    cursor: pointer;
    text-shadow: none;
 }
 .textLink:hover {
    color: #F66733;
 }