body {
  background: #e9e9e8;
 font-family: 'Noto Sans', sans-serif;
 margin: 0;
}
html { font-family:'Noto Sans', sans-serif;}

h1 { 
	color: white;
	font-size: 20px;
	font-weight: normal;
	}

h2 { 
	color: white;
	font-size: 40px;
	font-weight: normal;
	}
h3 { 
	color: black;
	font-size: 40px;
	font-weight: normal;
	}

h4 { 
	color: black;
	font-size: 26px;
	font-weight: normal;
	}

.warning {
	display: inline;
	text-align: center;
	
	color: cc0000;
}
.success {
	display: inline;
	text-align: center;
	
	color:  #f4463f;/* red */
}
.small {
	font-size: 12px;
	}


.titleHead {
	display: block;
 	color: black;
	font-size: 36px;
	font-weight: normal;
	 line-height: 45px;
	margin-bottom: 30px;

}
.subHead {
	display: block;
 	color: red;
	font-size: 18px;
	font-weight: normal;
	 line-height: 36px;


}
.author {
	display: block;
 	color: #989898;
	font-size: 18px;
	font-weight: normal;
	 line-height: 22px;


}

A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: underline; color: #001add;font-size: 12pt;}
A:hover{text-decoration: underline; color: #001add;font-size: 12pt;}

A.blackLg:link {text-decoration: none; color: black}
A.blackLg:visited {text-decoration: none; color: black}
A.blackLg:active {text-decoration: underline;	font-size: 36px;}
A.blackLg:hover{text-decoration: underline; 	font-size: 36px;}

A.black22:link {text-decoration: none; color: black;font-size: 22px;}
A.black22:visited {text-decoration: none; color: black;font-size: 22px;}
A.black22:active {text-decoration: underline;	font-size: 22px;}
A.black22:hover{text-decoration: underline; 	font-size: 22px;}

A.black26:link {text-decoration: none; color: black; font-size: 26px; }
A.black26:visited {text-decoration: none; color: black}
A.black26:active {text-decoration: underline;	font-size: 26px; }
A.black26:hover{text-decoration: underline; 	font-size: 26px;}

A.blue:link {text-decoration: none; color: #395091}
A.blue:visited {text-decoration: none; color: #395091}
A.blue:active {text-decoration: underline; color: #5073c8;font-size: 12pt;}
A.blue:hover{text-decoration: underline; color: #5073c8;font-size: 12pt;}

A.blue26:link {text-decoration: none; color: #5073c8; font-size: 26px;}
A.blue26:visited {text-decoration: none; color: #5073c8; font-size: 26px;}
A.blue26:active {text-decoration: underline; color: #5073c8;font-size: 26px;}
A.blue26:hover{text-decoration: underline; color: #5073c8;font-size: 26px;}

A.blueLg:link {text-decoration: none; color: #395091;font-size: 18px;}
A.blueLg:visited {text-decoration: none; color: #395091;font-size: 18px;}
A.blueLg:active {text-decoration: underline; color: #5073c8;font-size: 18px;}
A.blueLg:hover{text-decoration: underline; color: #5073c8;font-size: 18px;}

A.redLg:link {text-decoration: none; color: #f4463f;font-size: 18px;}
A.redLg:visited {text-decoration: none; color: #f4463f;font-size: 18px;}
A.redLg:active {text-decoration: underline; color: #f4463f;font-size: 18px;}
A.redLg:hover{text-decoration: underline; color: #f4463f;font-size: 18px;}


A.returnNav:link {text-decoration: none; color: #fff}
A.returnNav:visited {text-decoration: none; color: #fff}
A.returnNav:active {text-decoration: underline; color: #fff;font-size: 12pt;}
A.returnNav:hover{text-decoration: underline; color: #fff;font-size: 12pt;}

A.white:link {text-decoration: none; color: #fff}
A.white:visited {text-decoration: none; color: #fff}
A.white:active {text-decoration: underline; color: #fff;font-size: 14px;}
A.white:hover{text-decoration: underline; color: #fff;font-size: 14px;}

A.button:link {text-decoration: none; color: white}
A.button:visited {text-decoration: none; color: white}
A.button:active {text-decoration: none; color: white;font-size: 12pt;}
A.button:hover{text-decoration: none; color: white;font-size: 12pt;}

.columnHeader {
  background: #dedede;
}
.alterRows {
  background: #eeeeee;
}
.articleNav {
	background: #e3e3e3;
}
.articleNav:hover {
	background: #fb9696;
	cursor: pointer;
}

.gamesNav {
	background: #ffffff;
}
.gamesNav:hover {
	background: #bde7fa;
	cursor: pointer;
}
.gamesNavOn {
	background: #bde7fa;
	
}


.articleNavArrow:hover {
	background: #fb9696;
	cursor: pointer;
}
.articleNavOn {
	background: #fb9696;
}


.loginTable {
	background: #f3f3f3;
	padding: 30px;

}

div.page {
	width: 1600px;
	height: auto;
	margin: auto;
	background-image: url("images/backgrounds/home.jpg");
	border: 0px

  top: 0px;
   
	}

div.homeTop {
background-image: url("images/backgrounds/home_top_grey.jpg");
height: 41px;

}

.black40 {
font-size: 40px;

}
.black26 {
font-size: 26px;

}
.redBold{
font-size: 16px;
color: red;
font-weight: bold; 

}
.lightGrey26 {
font-size: 26px;
color: #aaaaaa;

}

.pageHeaders {
	float: right;
	left: 500px;
	border: none;
	width: 1000px;
	height: 100px;
	top: 50px;
	color: white;
	font-size: 40px;
	font-weight: normal;
	
	
}

.pageHeadersNav {
	float: left;
	
	width: 450px;
	height: 100px;
	text-align: right;
	margin-top: 6px;
	
}


.theSidebar {
	
	border-left: solid 1px #b4b4b4;
	text-align: left;
	padding-left: 30px;
	margin-right: 26px;
	font-size: 18px;
	
}



.wrapper {
  display: grid;
  grid-template-columns: 30px 744px 800px;
  grid-gap:0px;

  color: #444;
  
  margin: auto;
  width: 100%;
  
}

.backwrapper {
  display: grid;
  grid-template-columns: 29px 1545px;
  grid-gap:0px;
  border: none;
 padding-top: 30px;
  width: 100%;
  
}

.twoColumnArticle {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap:20px;
  color: #444;
  margin: auto;
  width: 100%;
  padding: 20px;
  
}

.twoColumnLeaders {
  display: grid;
  grid-template-columns: 80% 20%;
  grid-gap:20px;
  color: #444;
  margin: auto;
  width: 100%;
  padding: 20px;
  
}

.twoColumn {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap:0px;
  color: #444;
  margin: auto;
  width: 100%;
  
}

.oneColumnPageBottom {
  position: relative;
  left: 300px;
  top: -99px;
}
.threeColumnPageBottom {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  grid-gap:0px;
  color: #444;
  margin: auto;
  width: 100%;
  height: 290px;
  background: #863120;
  border: none;
  margin-left: auto;
    margin-right: auto;
  align-items: center;
  background-image: url("images/backgrounds/bottom_banner.jpg");
}

p.blocktext {
 margin-left: auto;
    margin-right: auto;
    width: auto;
	vertical-align: middle;
	color: white;
  font-size: 14px;
  line-height: 34px;
  border: none;
}
p.article {
 margin-left: 40;
    margin-right: 40;
    width: auto;
	vertical-align: middle;
 font-size: 18px;
  line-height: 28px;
  border: none;
  white-space: pre-line;
 
}


.fourColumn {
  display: grid;
  grid-template-columns: 10% 40% 40% 10%;
  grid-gap:0px;
  color: #444;
  margin: auto;
  width: 100%;
  
}

.fourColumnTabs {
  display: grid;
  grid-template-columns: 2% 76% 20% 2%;
  grid-gap:0px;
  color: #cecece;
  margin: auto;
  width: 100%;
  padding: 0px;
  text-align: top;
     
 
}


.fiveColumn {
  display: grid;
  grid-template-columns: 2% 32% 32% 32% 2%;
  grid-gap:0px;
  color: #cecece;
  margin: auto;
  width: 100%;
  text-align: center;
  
}

.homeScore {
	width: 100%;
	background: #f4463f;
height: 533px;
text-align: center;

	
}
.backBanner {
	width: 100%;
	background: #f4463f; /*red */
height: 100px;

}


.newspaper {
  column-count: 3;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: lightblue;
}

.left{
  top: 0px;
  float: left;
  width: 300px;
  border: 0;
  padding: 00px;
  margin-left: 40px;
  
}
.right {
  float: right;
  border: 0px solid #73AD21;
  padding: 0px;
  margin-right: 40px;

}
.articlePhoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
   max-width: 450px;
  height: auto;


}
.captionText {
	 
  padding: 3px;
 margin: auto;
 font-style: italic;
   font-size: small;
   align-items: center;

}
.photoAndCaption {
  float: right;
  border: 1px ridge #f4463f;
  padding: 9px;
  margin-right: 0px;
  margin-left: 30px;
  border-radius: 16px;
  align-items: center;
  align: center;
}




.rightEdge {
  float: right;
  border: 0px solid #73AD21;
  padding: 0px;
  margin-right: 26px;

}

.buttonlarge {border-radius: 10px;
  padding: 26px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin:0px 50px;
  transition-duration: 0.4s;
}

.buttonsmall {border-radius: 10px;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin:0p;
  transition-duration: 0.4s;
}

.button_learn {
  background-color: #4185f4;/* blue */
  color: white;
  border: 2px solid white;
}

.button_learn:hover {
  background-color: #77a7f5; /* blue */
  color: white;
  border: 2px solid white;
  cursor: pointer;
}

.button_letsgo {
  background-color: #3db428; /* Green */
  color: white;
  border: 2px solid white;
}

.button_letsgo:hover {
  background-color: #5fd94a; /* Green */
  color: white;
  border: 2px solid white;
  cursor: pointer;
}


.button {border-radius: 5px;
  padding: 6px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:4px 2px;
  transition-duration: 0.4s;
}

.button_login {
  background-color: #4185f4;/* blue */
  color: white;
  border: 0px solid #4CAF50;
}

.button_login:hover {
  background-color: #77a7f5; /* blue */
  color: white;
  border: none;
  cursor: pointer;
}

.button_register {
  background-color: #3db428; /* Green */
  color: white;
  border: 0px solid #4CAF50;
}

.button_register:hover {
  background-color: #5fd94a; /* Green */
  color: white;
  border: none;
  cursor: pointer;
}

.textarea {
  	font-size: 18px;
	background-color: #f6f6f6; 
	margin-top:0px;
	BORDER: #cecece 2px solid; 
	border-radius: 8px;
	padding: 6px;
	resize: none; 
	font-family:'Noto Sans', sans-serif;
}
.textarea16 {
  	font-size: 16px;
	background-color: #f6f6f6; 
	margin-top:0px;
	BORDER: #cecece 2px solid; 
	border-radius: 8px;
	padding: 6px;
	resize: none; 
	font-family:'Noto Sans', sans-serif;
}

div.navbarlocation_back {
  
  position: relative;
  top: 30px;
  margin-right: 100px;
  float: right;
  width: 950px;
  border: none;
  }


div.navbarlocation {
  
  position: relative;
  top: 88px;
  left: 400px;
  width: 1100px;
  }

  

.navbar {
  overflow: hidden;
  background-color: white;
 
 

}

.navbar a {
  float: left;
  font-size: 24px;
  color: #f4463f;
  text-align: center;
  padding: 8px 46px;
  text-decoration: none;
 
}

.dropdown {
  float: left;
  overflow: hidden;
    
}

.dropdown .dropbtn {
  font-size: 24px;  
  border: none;
  outline: none;
  color: #f4463f;
  padding: 10px 36px;
  background-color: inherit;
  text-align: center;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #f4463f;
color: #000000;
}

.dropdown-content {
  display: none;
  position: absolute;
  font-size: 18px;  
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:active .dropdown-content {
  display: block;
}





* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
 
  position: relative;
  top: 0px;
  left: 0px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #000000;
  font-size: 15px;
  padding: 8px 30px;
  position: absolute;
  bottom: -59px;
  width: 100%;
  text-align: center;
}
.text13 {
  color: #000000;
  font-size: 13px;
  padding: 8px 30px;
  position: absolute;
  bottom: -59px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.memberSearch {
 padding: 0px 20px 20px;
  width: 100%;
  margin: auto;
 
  
}
.memberSearchbox {
 position: relative;
 text-align: center;
 border: 1px solid #c3c3c3;
 padding: 20px;
}

.indexTabBox {
	display: absolute;
   
  border: 0px solid #c3c3c3;
 }

/* tabs   */
.wrapTabs{
 padding: 30px 20px 20px;
  width: 100%;
  margin:  auto;
 top: 0px;
 vertical-align: top;


}
.tabs {
  position: relative;
  margin: 0rem 0;
  background: #f3f3f3;
  height: 48.75em;
  border: 1px solid #c3c3c3;
  
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
 
 
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #f4554e;
  border-right: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.35s;

}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
  background: #f68e8a;
}
.tab-content {
width: 100%;
  height: 46em;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
  text-align: left;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 1px solid #a1a1a1;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
  border-top: 1px solid #c9c9c9;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

table.alternating_rows {
	border-collapse: collapse;
	width: 400px;
	
}
table.alternating_rows th {
	border-collapse: collapse;
	background-color: #c78f73;
	padding-top: 12px;
  padding-bottom: 12px;
}

.alternating_rows td:first-child {
	text-align: left;
	padding-left: 30px;
}

tr.odd {
  
  padding: 6px;
   background: #d9d9d9;
   text-align: center;
border: 1px solid #ddd;


}
tr.even {
  padding: 6px;
   text-align: center;
border: 1px solid #ddd;
td:first-child { text-align: left; }
}

.formLogin { 
			font-size: 18px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 8px;
			padding: 6px;
			
}
.formLogin16 { 
			font-size: 16px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 8px;
			padding: 4px;
			
			
}
.formLogin16warning { 
			font-size: 16px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #ee0000 2px solid; 
			border-radius: 8px;
			padding: 4px;
			
			
}
.formYear { 
			font-size: 26px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 8px;
			padding: 6px;
			width: 180px;
			
}

/* for the radio buttons */
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 26px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


.arrow4 {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 2px;
}

.right4 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left4 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up4 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down4 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.showCursor:hover {
	cursor: pointer;
	background-color: #ccc;
}

/* image gallery code */
/* (A) GALLERY CONTAINER */
/* (A1) ON BIG SCREENS */
.gallery {
  display: grid;
  grid-template-columns: 316px 316px 316px; /* 3 IMAGES PER ROW */
  grid-gap: 0px;
  row-gap: 20px;
  max-width: 100%;
  margin: auto; /* HORIZONTAL CENTER */
padding: 6px;
 align-items: center;
 text-align: center;
   
}
/* (A2) ON SMALL SCREENS */
@media screen and (max-width: 640px) {
  .gallery {
    grid-template-columns: repeat(3, auto); /* 2 IMAGES PER ROW */
  }
}
 
/* (B) THUMBNAILS */
.gallery img {
  width: 100%;
  height: 180px;
  padding: 10px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.gallery img:fullscreen { object-fit: contain; }
.gallery img:hover {opacity: 0.7;}


.gallerySolo {
  display: grid;
  grid-template-columns: 210px 210px; /* 2 IMAGES PER ROW */
  grid-gap: 0px;
  row-gap: 20px;
  max-width: 100%;
  margin: auto; /* HORIZONTAL CENTER */
padding: 2px;
 align-items: center;
 text-align: center;
   
}
/* (A2) ON SMALL SCREENS */
@media screen and (max-width: 210px 210px) {
  .gallerySolo {
    grid-template-columns: repeat(2, auto); /* 2 IMAGES PER ROW */
  }
}
 
/* (B) THUMBNAILS */
.gallerySolo img {
  width: 100%;
  height: 120px;
  padding: 4px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.gallerySolo img:fullscreen { object-fit: contain; }
.gallerySolo img:hover {opacity: 0.7;}


.gallerySoloSingle {
  display: grid;
  grid-template-columns: 230px; /* 1 IMAGES PER ROW */
  grid-gap: 0px;
  row-gap: 20px;
  max-width: 100%;
  margin: auto; /* HORIZONTAL CENTER */
padding: 2px;
 align-items: center;
 text-align: center;
   
}
/* (A2) ON SMALL SCREENS */
@media screen and (max-width: 230px) {
  .gallerySoloSingle {
    grid-template-columns: repeat(1, auto); /* 1 IMAGES PER ROW */
  }
}
 
/* (B) THUMBNAILS */
.gallerySoloSingle img {
  width: 100%;
  height: 120px;
  padding: 4px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.gallerySoloSingle img:fullscreen { object-fit: contain; }
.gallerySoloSingle img:hover {opacity: 0.7;}


div.sbCalendar {
position: absolute;
z-index: 3; /* Sit on top */
border: 2px solid #cccccc;
background: #dedede;
padding: 20px;
margin: auto;
width: 340px;
-webkit-animation-name: animateview;
-webkit-animation-duration: 0.6s;
  animation-name: animateview;
  animation-duration: 0.6s
}
/* Add Animation */
@-webkit-keyframes animateview {
  from {opacity:0} 
  to { opacity:1}
}

@keyframes animateview {
  from { opacity:0}
  to {opacity:1}
}






/* end image gallery code */

/* image gallery code small for game update */
/* (A) GALLERY CONTAINER */
/* (A1) ON BIG SCREENS */
.gallerySm {
  display: grid;
  grid-template-columns: 33% 34% 33%; /* 3 IMAGES PER ROW */
  grid-gap: 0px;
  row-gap: 5px;
  max-width: 100%;
  margin: auto; /* HORIZONTAL CENTER */
padding: 3px;
 align-items: center;
 text-align: center;
   
}
 
/* (B) THUMBNAILS */
.gallerySm img {
  width: 100%;
  height: 60px;
  padding: 4px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
  border-radius: 7px;
  transition: 0.3s;
  margin: auto;
}
.gallery img:fullscreen { object-fit: contain; }
.gallery img:hover {opacity: 0.7;}


/* end image gallery code */


/*modal popup */

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalPlayer {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  top:200;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-200px; opacity:0} 
  to {top:200; opacity:1}
}

@keyframes animatetop {
  from {top:-200px; opacity:0}
  to {top:200; opacity:1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  margin-right: 10px;
  font-size: 48px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.close2 {
  color: #aaa;
  float: right;
  margin-right: 10px;
  font-size: 48px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close3 {
  color: #aaa;
  float: right;
  margin-right: 10px;
  font-size: 48px;
  font-weight: bold;
}

.close3:hover,
.close3:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 1px 2px;
  text-align: center;
  color: white;
  background: #f4463f; /*red */
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 2px 10px;
  background: #f4463f; /*red */
  color: white;
  text-align: center;
}
/* end modal popup */

.popup5 {
  position: relative;
  width: 110%;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup5 .popuptext5 {
  visibility: hidden;

  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 8px;
  position: absolute;
  z-index: 1;
 top: 120px;
  right: 10%;
  max-height: auto;
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  width: 120%;
  
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width:95%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
 top: 50%;
  left: 10%;
  margin-left: -80px;
  max-height: auto;
}
.popup img {
  max-width: 60%;
  max-height: 50%;
}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.profilePhoto {
 width: 100%;
 }
 .profilePhoto img {
  max-width: 90%;
  }

/* Toggle this class - hide and show the popup */
.popup5 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.avatar { width:60px;
			height:60px;
		border-radius: 50%;
}
.avatar80 { width:80px;
			height:80px;
		border-radius: 50%;
}
.avatarSm { width:32px;
			height:32px;
		border-radius: 50%;
}
.avatarSm2 { width:32px;
			height:32px;
		border-radius: 50%;
	position: absolute;
	margin: -3px -34px;
}

.card-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #ffffff;
  padding-left: 32px;
  grid-row-gap: 40px;
}
.card {
width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  height: 300px;
  border: 0px solid #7f8699;
  background: #f1f1f1;
}
.card img {
	width:200px;
	height:200px;
	border-radius: 50%;
	border: 4px solid #4185f4;/* blue */
	position: absolute;
	top: -1px;
	left: -100px;
	/* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
   transition-duration: 0.4s;
}
.card img:hover {
	 transition-duration: 0.7s;
	border: 5px solid #40acf2;
	width:210px;
	height:210px;
	cursor: pointer;
}
div.cardTitle {
  position: relative;
  top: 5px;
  left: 130px;
  width: 364px;
  height: 40px;
  background: #4185f4;
 text-align: right;
 padding-right: 44px;
 padding-top: 6px;
  color: white;
  font-size: 20px;
  }
  div.card2nd {
  position: relative;
  top: 20px;
  left: 0px;
  width: 354px;
  height: 40px;
  background: #40acf2;
 text-align: right;
 padding-right: 34px;
 padding-top: 6px;
  color: white;
  font-size: 20px;
 transition-duration: 0.4s;
  }

div.card2nd:hover {
	background: #7bc3f2;
	cursor: pointer;
	 transition-duration: 0.4s;
}
div.card3rd {
  position: relative;
  top: 35px;
  left: 0px;
  width: 344px;
  height: 40px;
  background: #7bc3f2;
 text-align: right;
 padding-right: 24px;
 padding-top: 6px;
  color: white;
  font-size: 20px;
  }


 div.upcomingGame {
  position: relative;
  top: 158px;
  margin: auto;
  width: 500px;
  height: 40px;
  text-align: center;
 padding-top: 2px;
  color: black;
  font-size: 38px;
  border: 0px solid red;
  font-family:'Russo One', sans-serif;
  }
   div.upcomingGameDate {
  position: relative;
  top: 150px;
  margin: auto;
  width: 500px;
  height: 40px;
  text-align: center;
 padding-top: 6px;
  color: black;
  font-size: 20px;
  border: 0px solid red;
  font-family:'Pacifico', sans-serif;
  }

 div.cardBottom {
  position: relative;
  top: 160px;
  margin: auto;
  width: 500px;
  height: 20px;
  text-align: center;
 padding-top: 2px;
  color: white;
  font-size: 12px;
  border: 0px solid red;
   background: #4185f4;
  }

  .cardBottom {
  height: 26px;
  text-align: center;
 padding-top: 2px;
  color: white;
  font-size: 12px;
  border: 0px solid red;
   background: #4185f4;
  }

/* for adding balls */
div.addProgressContainer {
	display:inline-block;
    margin: 0px 40px 0px;
    padding: 6px 14px;    
}
div.addProgress {
	display:inline-block;
    margin: 0px -3px 20px;
    border-radius: 60px;    
    border: 2px solid red;
    font-size: 1.2em;
    padding: 6px 14px;    
}
div.addProgressOn {
	display:inline-block;
    margin: 0px -3px 20px;
    border-radius: 60px;    
    border: 2px solid red;
    font-size: 1.2em;
    padding: 6px 14px; 
	background: red;
	color: white;
}
div.addLine {
	display:inline-block;
	width: 121px;
	height: 3px;
	background: red;
	margin: -10px 0px 0px;
	position: relative;
	
}
div.addSubtitle {
	position: relative;
	margin: -20px -30px 0px;
	

}

.gameCal {
  display: grid;
  grid-template-columns: 15% 14% 14% 14% 14% 14% 15%;
  grid-template-rows: 30px;
  grid-row-gap:5px;
  row-gap: 5px;
background: #f3f3f3;
  padding: 0px;
  text-align: center;
  margin: auto;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border: 1px solid #c2c2c2;
 font-size: 16px;
 width: 80%
}
.gameDayOfWeek {
	margin-top: 6px;
}
.gameDate {
	background: white;
	padding: 2px;
	margin: 3px;

}
.gameDateOn {
	background: #fb9696;
	padding: 2px;
	margin: 3px;

}

.gameDate:hover {
	background: #fb9696;
	padding: 2px;
	margin: 3px;
	cursor: pointer;
}

.gameDateOffMonth {
	background: white;
	color: #d9d9d9;
	padding: 2px;
	margin: 3px;

}

.upcomingGame {
  
  color: black;
  font-size: 38px;
  font-family:'Russo One', sans-serif;
  }

  .upcomingGameSm {
  
  color: black;
  font-size: 24px;
  font-family:'Russo One', sans-serif;
  }

 .upcomingGameDate {
 
  color: black;
  font-size: 20px;

  font-family:'Pacifico', sans-serif;
  }

.gameTotalBalls {
  
  color: black;
  font-size: 40px;
  font-family:'Russo One', sans-serif;
  }


/* The container */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark2 {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark3 {
  position: absolute;
  top: 2;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark3 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark3 {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark3:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark3:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark3:after {
 	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}


.frmSearch {
	border: 1px solid #a8d4b1;
	background-color: #f6f6f6;
	margin: 2px 0px;
	padding:40px;border-radius:4px;
}
#country-list{
	float:left;
	list-style:none;
	margin-top:-3px;
	padding:0;
	width:212px;
	position: absolute;
}
#country-list li{
	padding: 10px; 
	background: #f0f0f0; 
	border-bottom: #bbb9b9 1px solid;
}
#country-list li:hover{
	background:#ece3d2;
	cursor: pointer;
	}


label.file-upload {
  background-color: #1faeed;/* light blue */
  color: white;
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 20px;
}

label.file-upload-autographs {
  background-color: #1faeed;/* light blue */
  color: white;
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 20px;

  margin-right: 20px;
}


label.file-upload:hover {
  background-color: #77a7f5; 
  color: white;
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
 
}

label.file-upload-autographs:hover {
  background-color: #77a7f5; 
  color: white;
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  
}

#file-chosen{
  float:left;
	position: relative;
	margin: 10px 40px 20px;
	font-size: 14px;
	
  
}

.skipButtons {
  position: absolute;
  top: 680px;
  left: 710px;
}

.autographs {
  display: grid;
  grid-template-columns:25% 25% 25% 25%;
  grid-template-rows: 50px;
  grid-row-gap:5px;
  row-gap: 5px;
  color: #000000;
  margin: auto;
  width: 700px;
  padding: 40px;
   background: #e9e9e8;
   border-radius: 5px;
   text-align: center;
margin-right: 50px;
  
}

div.ballsAvatar{
  float:left;
	position: absolute;
margin-left: 90px; 
top: 12px;
}
#panel, #flip {
  padding: 5px;
  text-align: center;
  background-color: #bde7fa;
  border-bottom: solid 1px #c3c3c3;
  cursor: pointer;
  color: #000000;
  
}

#panel {
  padding: 5px;
  display: none;
  cursor: default;
  background-color: #ffffff;
  border: solid 2px #bde7fa;
}

div.gameDeleted {
 float: left;
  background-color: coral;
  width: 620px;
  padding: 40px;
  border-radius: 50px;
  opacity: 100%;
  position: absolute;
  margin: 80px 160px; 
  text-align: center;
  font-size: 22px;
  
}
.gameDeleted {
	transition: opacity 3s;
}

div.adPlacement {
	width: 70%;
	border-radius: 0px;
	border: 0px solid gray;
	padding: 0px;
	text-align: center;
	color: gray;
	margin: auto;
	
}

div.stadiumMap {
position: absolute;
z-index: 3; /* Sit on top */
margin: 100px -40px 9px;
cursor: crosshair;
padding: 1px;
background: red;
}

div.stadiumBall {
z-index: 4; /* Sit on top */
position: absolute;
display: none;
}

.sortColumn {
	background: #bde7fa;
	  border-radius: 6px;
	    border: 0px solid red;
}

.trAd img {
  width: 90%;
  height: auto;
  padding: 10px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.trAd60 img {
  width: 90%;
  height: auto;
  padding: 60px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
  margin-top: -36px;
  
}
.goggAd {
	width: 100%;
    margin: auto;
	height: 150px;
	border: 1px solid red;
	padding: 12px;
}
div.scoreboardAd {
	position: absolute;
	top: 600px;
	margin: auto;
	width: 80%
    height: auto;
	border: 0px solid red;
	padding: 12px;
}

div.gameDot {
	position: absolute;
	margin: -19px 25px 0px;
	color: red;
	font-size: 26px;
	}