@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	overflow-x: hidden;
	font-size:16px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: poppins, ranade, 'Open Sans', sans-serif;
	}

h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}	

h4 {
	font-size: 12px;
	text-align: center;
	margin-bottom: -25px;
}	

h5 {
	font-size: 10px;
	text-align: center;
	margin-bottom: -20px;
}	

a {
	color: #FFF;
}

.icon {
  vertical-align: middle;
  align-items: center;
  width: 50px; 
  height: 50px;
  border-style: double;
  border-color: rgb(151, 151, 229);
  border-width: 3px;
  border-radius: 50%;
  cursor: pointer;
}

p {
	/*text-align: left; */
	text-align: justify;
}

.hamburger {
  position: absolute;
  top:0;
  right:0
}

.toggle, [id^=drop] {
	display: none;
}

nav { 
	margin:0;
	padding: 0;
	background-color: #254441;
	position: sticky;
	top: 0;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:18px;
	color: #FFF; 
	line-height: 60px;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}

nav ul li {
	margin: 0px;
	/*display: inline-block; */
	float: left; 
	background-color: #254441;
}

nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:16px;
	text-decoration:none;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover {  
	background-color: #000000; 
}

/* Active nav menu */
nav a.active {
  background-color: #f2f2f2;
  color: black; /* added line */
}
/* =========================== */

nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; 
}
	
nav ul li:hover > ul {
	display:inherit;
}

nav ul ul li {
	width:235px;
	float:none;
	display:list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top:-60px;
	left:235px; 
}

/* li > a:after { content:  ' \25BC'; font-size:10px }
li > a:only-child:after { content: ''; }
*/

li > a:after { content:  ' \25BC'; font-size:16px }
li > a:only-child:after { content: ''; }

/* =============================== */

@media all and (max-width : 768px) {
	#logo {
		display: block;
		font-size: 22px;
		width: 100%;
		text-align: left;
		float: none;
	}
/* needs to add
	nav {
		margin: 0;
	}
*/
	.toggle + a,
	.menu {
		display: none;
	}

	.toggle {
		display: block;
		background-color: #254441; 
		padding:14px 20px;	
		color: #FFF;
		font-size:16px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #456;
	}

	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #456;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:16px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		
	}
		
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	nav ul ul li {
		display: block;
		width: 100%;
		
	}

	nav ul ul ul li {
		position: static;
	}
}


@media all and (max-width : 480px) {
/* @media all and (max-width : 320px) {  */
	nav ul li {
		display:block;
		width: 100%;
	}
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33%;
  padding: 15px;
/*  height: 300px;  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* ==================================== */

table {
	/*font-family: "Segoe UI",Arial,sans-serif;*/
	font-size: 14px;
    border-collapse: collapse;
    width: 100%;    
}
td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 5px;
}

/* To display table's alternate rows with background-color */
  table tr:nth-child(even) {background-color: #f2f2f2;}

  /* table tr:hover {background-color: #ddd;} */


/* ==================================== */

* {
	box-sizing: border-box; 
}

#container {
/*	position:relative; */
	margin: 0 auto;
	padding: 15px;
	max-width: 80%;
	margin-bottom: 10vh;
}	

#containerFull {
	margin: 0 auto;
  	padding: 15px;
	max-width: 100%;
	background-color: rgba(214, 221, 231, 0.342);
	margin-bottom: 10vh;
}

#containerNB {
	margin: 0 auto;
  	padding:0%;
	/* max-width: 100%; */
}

.square {
	vertical-align: middle;
	width:300px;
	height: 250px;
	border-radius: 10%;
/*	cursor: pointer; */
	padding: 15px;
	margin-bottom: -10px;
}

.highlight {
	vertical-align: middle;
	width: 220px;
	height: 180px;
	border-radius: 5%;
	margin: 15px;
	cursor: pointer;
	/* margin-bottom: 25px; */
}

.events {
	vertical-align: middle;
	width:300px;
	height: 310px;
	border-radius: 3%;
/*	margin: 15px;  
	cursor: pointer;*/
	margin-bottom: 25px; 
}

.photo {
  vertical-align: middle;
  width: 180px; 
  height: 180px;
  border-radius: 50%;
/*  cursor: pointer; */
}

.downloads {
	text-decoration: none;
	text-align: center;
	font-size: medium;
	color: #000000;
}

.header {
  background-color: #f2f2f2;
  padding: 0px;
  letter-spacing: 4px;
  text-align: center;
  font-size: 25px;
}

.footer {
  background-color: #000000;
 /* padding: 30px; */ 
  padding: 7px;
  text-align: center;
  color: #f2f2f2;
  font-size: 14px;
}
/* ----------------------- */
.social {
	vertical-align: middle;
	width: 22px; 
	height: 22px;
	border-radius: 7px;
	cursor: pointer;
	padding: 2px;
  }

/* Gorkha Cup promo */
 .promo {
	width: 100%;
	text-shadow: 2px 2px 5px red;
	background-color: white;
	border: none;
	color: darkblue;
	padding: 0px 12px;
	text-align: center;
	display: inline-block;
	border-radius: 7px; 
	cursor: pointer;
	text-decoration: none;
  }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.center {
	display:flex;
	margin: 15%;
	text-align: justify;
	align-items: center;
}

/* Image gallery script */
div.gallery {
	border: 1px solid #ccc;
  }
  
  div.gallery:hover {
	border: 1px solid #777;
  }
  
  div.gallery img {
	width: 100%;
	height: 200px;
  }
  
  div.desc {
	padding: 10px;
	text-align: center;
  }
  
  * {
	box-sizing: border-box;
  }
  
  .responsive {
	/* padding: 1rem 2%; */
	margin-bottom: 1rem;
	padding: 0 6px; 
	float: left;
	width: 33%;
  }
  
  @media only screen and (max-width: 768px) {
	.responsive {
	  width: 49.99%;
	  margin: 6px 0;
	}
  }
  
  @media only screen and (max-width: 500px) {
	#logo {
		font-size: 16px;	
	}
	.responsive {
	  width: 100%;
	}
  }

  @media only screen and (max-width: 320px) {
	#logo {
		font-size: 16px;	
	}
	.responsive {
	  width: 100%;
	}
  }

  
  .clearfix:after {
	content: "";
	display: table;
	clear: both;
  }

  /* ===== Two button styles ===== */
  .button {
	background-color: #555555;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	border-radius: 7px;
	cursor: pointer;
  }
  
  .register {
	background-color: #07d33a;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	border-radius: 7px; 
	cursor: pointer;
  }
 /* ===== End of button styles ===== */

/* ======= To register membership ============ */
    input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
  }

  input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
  }
  
  label {
	padding: 12px 12px 12px 0;
	display: inline-block;
  }
  
  input[type=submit] {
	background-color: #555555;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
  }
  
  input[type=submit]:hover {
	background-color: #555555;
  }

  /*
  .registerContainer {
	border-radius: 5px;
	background-color: #aefaae;
	padding: 20px;
  }
*/

  .col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
  }

  .col-50 {
	float: left;
	width: 50%;
	margin-top: 6px;
  }

  .col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
  }
  
  /* Clear floats after the columns 
  .row::after {
	content: "";
	display: table;
	clear: both;
  }	*/
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.col-25, .col-75, input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
  }
  /* End of register membership */



  /* Gorkha Cup 2025 Standings Table */ 
.points-table {
    width: 100%;
    margin: 15px auto;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 50px;
	background-color: white;
  }
  
  .points-table th {
    background-color: #f2f2f2;
    padding: 5px;
    border: 1px solid #ddd;
  }
  
  .points-table td {
    padding: 5px;
    border: 1px solid #ddd;
  }

  h3 {
    text-align: center;
    font-size: 18px;
    color: navy;
  }

  /* this is optional one */
   .points-table tr:nth-child(even) {background-color: #f2f2f2;}
   .points-table tr:hover {background-color: #ddd;}

  /* End of standings table */




/* Gorkha Cup Fixtures and Standing tables */

 .gcfixtures {
	width: 60%;
	float: left;
 }
 .gctable {
	width: 39%;
	float: right;
 }
  
 /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
   @media screen and (max-width: 768px) {
	.gcfixtures {
	  width: 100%;
	  margin-top: 0;
	}
	.gctable {
 	  width: 100%;
	  margin-top: 10px;
	}
}

/* ------------------------------------------------------ */
.clubsicon {
	vertical-align: middle;
	width: 30px; 
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
  }
  
  /* Fixtures */
  .fixtures {
	height: 90px;
	width: 100%;
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 5px;
	float: left;
  }

/*   -----------   */
  .fixtures-table {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
    text-align: center;
  }
  
  .fixtures-table th {
    background-color: #f2f2f2;
    padding: 5px;
	border: none;
  /*  border: 1px solid #ddd; */
  }
  
  .fixtures-table td {
    padding: 5px;
	border: none;
/*    border: 1px solid #ddd; */
  }
  .fixtures:hover {background-color: #ddd;}
/* ------------------------------------------------------ */

 .sponsors {
	width: 100%;
	background-color: white;
	text-align: center;
	padding: 5px;
  }


  /* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  outline: none;
  cursor: pointer;
 /* padding: 14px 16px; */
  padding: 5px;
  font-size: 17px;
  width: 25%;
  
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
 /* padding: 100px 20px; */
  padding: 0;
 /* height: 100%;  */
}

/*
#Mopen {background-color: red;}
#M30plus {background-color: green;}
#M40plus {background-color: blue;}
#Female {background-color: orange;}
*/

.list-container {
	border: 1px solid black;
	font-size: 18px;
	padding: 0 50px 0 20px;
}

.horizontal-list {
	display: flex;
	list-style: none;
	gap: 25px;
}

