@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body, html {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  /*font-size: var(--body-font-size);
  line-height: var(--body-line-height);*/
  color: #000;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  background-color:#FFF;
 *height: auto;
  min-height: 100%;
  scroll-behavior: smooth;
}

dl, ol, ul {margin:0!important; padding:1rem;}
li {font-size: 16px; margin:20px 10px 0 20px!important; line-height: 1.25em; list-style-position: outside;}
.facilities li {font-size: 17px; margin:20px 10px 20px 20px!important; line-height: 1.25em; list-style-position: outside;}
.privacy li {font-size: 18px; font-weight: 400; margin:0 10px 20px 20px!important; line-height: 1.25em; list-style-position: outside;}

p {font-family: 'Figtree', sans-serif; font-size: 18px; font-weight: 400; color: #000; line-height: 1.8em; letter-spacing: 0;}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {color:#E2221D; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover {color:#767676; text-decoration: none;}
a:focus {color:#767676!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#767676!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.section {scroll-margin-top: 150px!important;}
#content {scroll-margin-top: 100px!important;}

.max-container {max-width:856px;}

/*SKIP TO CONTENT*/
.skip-to-content-link {
    left: 0%;
    position: absolute;
    transform: translateY(-100%);
    background: #FFF;
    height: 70px;
    padding: 8px;
    transition: transform 0.3s;
	scroll-padding-top:110px;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
	width:100%;
	background-color:#FFF;
	z-index:99999999999;
	line-height:50px;
	font-weight:bold;
	color:#000;
	border:none;
	text-align: center!important;
}
/*END SKIP TO CONTENT*/

.small {font-size: 90%!important;}
.smaller {font-size: 80%!important;}
.smallest {font-size: 70%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 120%!important;}
.largest {font-size: 135%!important;}

.lh-sm {line-height: 1.5em!important;}
.lh-md {line-height: 1.6em!important;}
.lh-lg {line-height: 1.7em!important;}

.gray {color:#767676;}
.ltgray {color:#808080;}
.silver {color:#CCC;}
.black {color:#000;}
.white {color:#FFF;}

.bar-ltgray {width:100px; border-top:10px solid #CCC;}
.bar-gray {width:100px; border-top:10px solid #767676;}
.bar-silver {width:100px; border-top:10px solid #CCC;}
.bar-white {width:100px; border-top:10px solid #FFF;}
.bar-black {width:100px; border-top:10px solid #000;}

.divider {border-top: 1px solid #CCC;}

.border-pic {border: 5px solid #767676;}
.border-lt {border: 1px solid #767676;}
.border-black {border: 4px solid #000;}
.shadow {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}
.shadow-lt {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.25)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}

h1 {
	font-family: 'Figtree', sans-serif;
	font-size: 48px;
	font-weight: 800;
	color:#000;
	text-transform: uppercase;
}

h2 {
	font-family: 'Figtree', sans-serif;
	font-size: 42px;
	font-weight:700; 
	color:#767676;
	text-transform: uppercase;
}
.h2-index {font-size: 45px!important;}

h3 {
	font-family: 'Figtree', sans-serif;
	font-size: 32px;
	color:#767676;
	text-transform: uppercase;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #767676;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border:2px solid #FFF;
  scroll-behavior:smooth!important;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #FFF;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
}
#button:active {
  background-color: #000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button:focus {
  outline: 3px solid #FF0000!important; /* Use a high-contrast color */
  outline-offset: 2px;
}
#button:focus-visible {
  outline: 3px solid #FF0000!important; /* Use a high-contrast color */
  outline-offset: 2px;
}
#button.hidden {
  display: none; 
}
/*END BACK TO TOP*/

.header {
  background-color: #000;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  clear: both;
  padding:0!important;
  margin:0!important;
  height: 110px!important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {background-color: #000; border-top: none!important; padding:0!important;}
.offcanvas-backdrop.show {opacity: 0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:70px!important; padding:25px 0 0 50px; margin:0px!important;}
.offcanvas-header .btn-close {background-image: url("graphics/close.png"); margin-top: 0.5rem; margin-right: 0.5rem; margin-bottom: 0.5rem; opacity: 1.0!important;}

.navbar-nav {margin-right: 50px!important;}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 1.5rem!important;
  margin:5px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom:1px solid #000;
  border-top:1px solid #000;
}
.navbar-light .navbar-nav .nav-link:hover {color:#999!important; border-bottom:1px solid #FFF; border-top:1px solid #FFF;}
.navbar-light .navbar-nav .nav-link:focus {color:#808080!important; border:2px solid #FFF;}
.navbar-light .navbar-nav .nav-link:focus-visible {color:#808080!important; border:2px solid #FFF;}

.navbar-toggler {border-color:#FFF!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-toggler.js-scrolling {margin-top:0;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:200px!important; margin: 100px 0 0 50px;}
.navbar-brand.js-scrolling img {
	height: 100px!important;
	margin-top: 0px;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#767676!important;}

.bg-hero {background-image: url("images/index/hero.webp"); overflow: hidden; text-shadow: 2px 2px 4px #000; min-height: 650px; background-position: center!important;}
.hero-interior {background-image: url("images/index/hero.webp"); overflow: hidden; text-shadow: 2px 2px 4px #000; background-position: center!important;}
.h1-hero {font-size: 64px; color:#FFF!important; font-weight: 400!important; letter-spacing: 2px!important;}

.content {font-family: 'Figtree', sans-serif; font-size: 17px; font-weight: 500; letter-spacing: -.5px; line-height: 1.6em; min-height: 750px;}
.content a {color:#767676; font-weight: 800; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#000; text-decoration:none;}
/* .content a:focus {border:2px solid #767676; color:#000;}
.content a:focus-visible {border:2px solid #767676; color:#000;} */

.btn-primary {
	background-color:#767676;
	font-size: 18px;
	font-weight: 500!important;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	letter-spacing: 0px;
	color:#FFF!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #767676;
	display:inline-flex:;
}
.btn-primary:hover {
	background:#000;
	color:#FFF!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #000;
}
.btn-primary:focus {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}
.btn-primary:focus-visible {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}

.btn-secondary {
	background-color:#767676;
	font-size: 18px;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	letter-spacing: 0px;
	color:#FFF!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #767676;
}
.btn-secondary:hover {
	background:transparent;
	color:#FFF!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #767676;
}
.btn-secondary:focus {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}
.btn-secondary:focus-visible {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}

.content-index {font-family: 'Figtree', sans-serif; font-size: 17px; font-weight: 500; letter-spacing: -.5px; line-height: 1.6em; min-height: 350px;}
.content-index a {color:#767676; font-weight: 800; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content-index a:hover {color:#000; text-decoration:none!important;}
.content-index a:focus {border:2px solid #767676; color:#000;}
.content-index a:focus-visible {border:2px solid #767676; color:#000;}

.footer {font-family: 'Figtree', sans-serif; font-size: 16px; font-weight: 500; color:#000; letter-spacing: -.25px;}
.footer a {color: #000; font-weight: 800; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover {color: #767676; text-decoration: none;}
.footer ul {padding:0; margin:0; text-align:center;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:''; margin:0 0 0 5px;}
.footer ul li:last-child:after {content:''; margin-left: 0;}

.social {font-size: 40px; color:#767676;}
.social a {color: #767676; font-weight: 800; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.social a:hover {color: #000; font-weight: 800; text-decoration: none!important;}
.social a:focus {border:2px solid 767676333; color:#000;}
.social a:focus-visible {border:2px solid #767676; color:#000;}

.shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.bg-anchor {background:#000; color:#FFF; font-family: 'Figtree', sans-serif; font-weight: 400; letter-spacing: -.25px;}
.bg-anchor a {color:#FFF; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#BBB; text-decoration:none; font-weight: 400;}
.bg-anchor a:focus {color:#BBB!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 1px;}
.bg-anchor a:focus-visible {color:#BBB!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px;}
.bg-anchor ul {padding:0; margin:0; text-align:center; }
.bg-anchor ul li {list-style-type:none; display:inline; font-size: 14px!important; font-weight: 400!important;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#767676; margin:0 -15px 0 15px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.bg-tagline {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='60' height='60' patternTransform='scale(5) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f1f1f1ff'/><path d='M15 30v30m-7.5 0V30h15v30m7.5 0H0V30h30M45 0v30m7.5-30v30m-15 0V0M30 0h30v30M30 45h30m-30-7.5h30m0 15H30M30 30h30v30H30zM0 15h30M0 7.5h30m0 15H0M0 0h30v30H0z'  stroke-width='0.5' stroke='%23f8f8f8ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); background-attachment: fixed;}
.tagline-text {font-size: 18px; line-height: 1.8em;}
.btn-tagline {
	background-color:#767676;
	font-size: 17px;
	font-weight: 500!important;
	text-align: center;
	text-shadow: none!important;
	text-transform: uppercase;
	letter-spacing: 0px;
	color:#FFF!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:4px solid #767676;
}
.btn-tagline:hover {
	background:#000;
	color:#FFF!important;
	text-decoration: underline;
	cursor: pointer;
	border:4px solid #000;
}
.btn-tagline:focus {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}
.btn-tagline:focus-visible {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}

.intro-text {font-size: 18px; font-weight: 500; line-height: 32px; letter-spacing: -.25px;}

/*MAP*/
.map-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
border:2px solid #767676;
}

.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*END MAP*/

.bg-black-cubes {background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='60' height='60' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23000000ff'/><path d='M15 30v30m-7.5 0V30h15v30m7.5 0H0V30h30M45 0v30m7.5-30v30m-15 0V0M30 0h30v30M30 45h30m-30-7.5h30m0 15H30M30 30h30v30H30zM0 15h30M0 7.5h30m0 15H0M0 0h30v30H0z'  stroke-width='0.5' stroke='%23222222ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");}

.bg-court {background-image: url("graphics/bg-court.webp"); background-attachment: fixed; background-size: cover; background-position: center!important;}

.phone-lg {font-size:28px; font-weight: 600; color:#767676;}
.phone-lg  a {color:#000; font-weight: 800; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.phone-lg  a:hover {color:#767676; text-decoration:none; font-weight: 800;}
.phone-lg  a:focus {color:#767676!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 1px;}
.phone-lg  a:focus-visible {color:#767676!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px;}

.email-lg {font-size:28px; font-weight: 600; color:#767676;}
.email-lg  a {font-size: 24px; color:#000; font-weight: 800; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.email-lg  a:hover {color:#767676; text-decoration:none; font-weight: 800;}
.email-lg  a:focus {color:#767676!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 1px;}
.email-lg  a:focus-visible {color:#767676!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px;}

@media (max-width: 1399px) {
.navbar {flex-wrap: nowrap!important;}
.navbar-light .navbar-nav .nav-link {font-size: 18px; padding: 15px 1rem!important;}
.navbar-brand img {height:150px!important; margin: 80px 0 0 0;}
.navbar-brand.js-scrolling img {height: 75px!important;}
.offcanvas {visibility: visible!important;}
.email-lg  a {font-size: 20px;}
}

@media (max-width: 1199px) {
.navbar-brand img {height:125px!important; margin: 20px 0 0 0;}
.navbar-brand.js-scrolling img {height: 80px!important;}
.offcanvas-header img {margin-left: 0!important;}
.facilities li {font-size: 16px!important;}
li {font-size: 18px!important;}
.footer li {padding:12px 0;}
.footer ul li {display:block;}
.footer ul li:after {margin:0!important;}
}

@media (max-width: 991px) {
.email-lg  a {font-size: 28px;}
.bg-anchor li {padding:12px 0;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
}

@media (max-width: 575px) {
.h1-hero {font-size: 48px;}
h1 {font-size: 46px;}
h2 {font-size: 38px}
.email-lg  a {font-size: 24px;}
}

@media (max-width: 480px) {
h1 {font-size: 42px;}
h2 {font-size: 34px}
h3 {font-size: 30px;}
.phone-lg {font-size: 24px;}
.email-lg {font-size: 24px;}	
.email-lg  a {font-size: 18px;}
.navbar-light .navbar-nav .nav-link {padding:15px .5rem!important;}
}

@media (max-width: 375px) {
h1 {font-size: 38px;}
h2 {font-size: 30px}
h3 {font-size: 26px;}
.email-lg  a {font-size: 24px;}
}

