@charset "utf-8";
/* CSS Document */

:root {
	--primary-font: 'Roboto', Arial, 'sans-serif';
	--secondary-font: 'Roboto Condensed', Arial, 'sans-serif';
}

@media screen and (min-height: 501px) and (orientation:landscape)  {
  body, button, html, input, select, textarea {
      font-size: calc(1vh + 13px);
  }
}

@media screen and (min-width: 501px) and (orientation:portrait) {
	body, button, html, input, select, textarea {
    	font-size: calc(1vw + 13px);
    }
}

@media screen and (max-width: 500px), (max-height: 500px) {
	body, button, html, input, select, textarea {
    	font-size: 14px;
    }
}

#about-img {
	background-image: url("../images/default-bgrnd.JPG");
}

body, button, html, input, select, textarea {
	color: #383838;
	font-family: var(--primary-font);
}

.btn {
	padding: 15px 20px !important;
}

.footer-bottom-wrapper {
	background-color: #000;
	font-size: 75%;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.footer-column-wrapper {
	flex-grow: 1;
	padding: 0px 3%;
	vertical-align: top;
}

.footer-column-wrapper:first-child {
	text-align: right;
}

.footer-column-wrapper:last-child {
	text-align: left;
}

.footer-columns-nowrap {
	flex-wrap: nowrap;
}

.footer-columns-nowrap, .footer-columns-wrap {
	display: flex;
	justify-content: center;
}

.footer-icon-wrapper {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.footer-img {
	border-radius: 10px;
	height: 150px;
}

.footer-title {
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	padding: 8px 10px;
}

.footer-txt {
	color: #bbb;
	padding: 5px 10px;
	text-decoration: none;
}

.footer-txt a {
	color: #bbb;
	text-decoration: underline;
}

.footer-txt a:hover {
	color: #fff;
}

.footer-wrapper {
	background-color: #2b2e30;
	font-size: 75%;
	padding: 40px;
}

#gallery-img {
	background-image: url("../images/default-bgrnd.JPG");
}

#game-stats-img {
	background-image: url("../images/default-bgrnd.JPG");
}

#header-bar {
	align-items: center;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	display: flex;
	font-family: var(--secondary-font);
	flex-wrap: nowrap;
	height: 70px;
	justify-content: space-between;
	overflow: hidden;
	padding: 0px 20px;
	width: 100%;
}

#header-bar, .sub-menu-wrapper {
	background-color: #000;
}

.header-logo {
	max-height: 60px;
}

.header-logo-wrapper {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
}

.header-menu {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
}

#header-wrapper {
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
    top: 0px;
    width: 100%;
	z-index: 3;
}

.img-full {
	max-width: 664px;
	width: 100%;
}

.league-header-text {
	font-family: var(--secondary-font)
}

.league-name-txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
	margin-left: 5px;
	text-transform: uppercase;
    vertical-align: top;
    width: 160px;
}

@media screen and (min-width: 851px), screen and (min-height: 551px) {
	.menu:hover::-webkit-scrollbar-thumb {
		background-color: #f2f2f2;
	}
}

.menu.full-right-slide {
    background-color: #000;
	color: #fff;
	height: calc(100vh - 60px);
	margin-top: 60px;
}

.menu a, .menu p {
	align-items: center;
	background-color: transparent;
    display: flex;
	font-family: var(--secondary-font);
	font-size: 100%;
	justify-content: space-between;
	padding: 10px 30px;
    text-decoration: none;
}

/*.menu a:not(:hover) {
	color: #000;
}*/

.menu a:hover {
	background-color: #333;
}

.menu-button-container {
	margin-right: 0px;
}

.menu-txt {
	font-size: 80%;
}

.menu-wrapper {
	border-bottom: solid 1px #C6C6C6;
}

#officials-img {
	background-image: url("../images/default-bgrnd.JPG");
}

#player-profiles-img {
	background-image: url("../images/default-bgrnd.JPG");
}

#rating-chart {
	width: 100%;
}

#registration-img {
	background-image: url("../images/default-bgrnd.JPG");
}

#stats-img {
	background-image: url("../images/default-bgrnd.JPG");
}

#store-img {
	background-image: url("../images/default-bgrnd.JPG");
}

.sub-title {
	font-family: var(--secondary-font);
	font-size: 120%;
}

.tab-item {
	font-family: var(--secondary-font);
}

.timer-tbl {
	margin: 0px auto;
	text-align: center;
}

.timer-tbl-clock {
	background-color: #0080ff;
	border-radius: 10px;
	box-shadow: 2px 2px 8px 1px #999;
	color: #fff;
	font-size: 200%;
	height: 125px;
	width: 100px;
}

.timer-tbl-divider {
	font-size: 170%;
}

.timer-tbl-wrapper {
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.tip {
	font-size: 75%;
}

.title {
	font-family: var(--secondary-font);
	font-size: 180%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	text-transform: uppercase;
}


@media screen and (max-width: 920px) and (max-height: 500px), screen and (max-height: 920px) and (max-width: 500px) {
	
	.footer-column-wrapper {
		text-align: center !important;
		width: 100%;
	}
	
	.footer-column-wrapper .flex-wrapper {
		justify-content: center;
	}

	.footer-columns-nowrap {
		flex-direction: column;
	}
	
	.footer-img {
		height: 80px;
	}
	
	.footer-txt {
		font-size: 11px;
		padding: 3px 0px;
	}
	
	.footer-wrapper {
		display: block;
		padding: 20px;
	}
	
	#header-bar {
		height: 45px;
		padding: 0px 10px;
	}
	
	.header-logo {
		max-height: 40px;
	}

	.header-logo-wrapper {
		margin: 2px 0px 0px 10px;
	}
	
	.league-name-txt {
		font-size: 12px;
		width: 120px;
	}
	
	.menu a {
		font-size: 120%;
	}
	
	.menu p {
		height: 60px;
	}
	
	.menu a, .menu p {
		padding: 5px 30px;
	}
	
	.menu.full-right-slide {
		height: calc(100vh - 45px);
		margin-top: 45px;
	}
	
	.menu-bar1.active {
		-webkit-transform: translate(0px, 0px) rotate(45deg);
		transform: translate(0px, 5.75px)  rotate(45deg);
	}

	.menu-bar3.active {
		-webkit-transform: translate(0px, 0px) rotate(-45deg);
		transform: translate(0px, -5.75px) rotate(-45deg);
	}

	.menu-bar1, .menu-bar2, .menu-bar3 {
		height: 2px;
		margin: 4px 0;
		width: 20px;
	}

	.menu-button-container {
		width: 20px;
	}

	.menu-txt {
		font-size: 14px;
	}
	
	.sub-title {
		font-size: 20px;
	}
	
	.timer-tbl-clock {
		font-size: 24px;
		height: 70px;
		min-width: 55px;
	}
	
	.timer-tbl-divider {
		font-size: 30px;
	}
	
	.timer-tbl-header {
		font-size: 10px;
		min-width: 55px;
	}
	
	.tip {
		font-size: 12px;
	}
	
	.title {
		font-size: 24px;
	}

}