@charset "UTF-8";
/* CSS Document */

	body {overflow-x: hidden;} 
	body,td,th,p,li{color:#4d4240;font-family:"urw-din";}
	h1,h2,h3,h4,h5 {font-family: 'Gambetta-Semibold';color:#4d4240;}
	a {text-decoration: none;}
	.banner {
		background-image: url("../images/hero.jpg"); background-size: cover;
		min-height: 750px;
	}
	.nav-item {
		padding-left: 10px;
		padding-right: 10px;
		padding-right: 10px;
	}
	.nav-item a {
    text-decoration: none;
    color: #FFF;       /* Use white or a color that contrasts your background */
    font-weight: 400;
    font-family:"urw-din";
	text-transform: uppercase;
    letter-spacing: 3px;
    transition: color 0.2s ease-in-out;
    font-size: 14px;
	}
	
	.about-history {
		background-color: #ebe2d2;
		text-align: center;
	}
	.about-history h2 {
		font-family: 'Gambetta-Semibold';
	}
	.about-history p {
		font-family: 'Gambetta-Medium';
		font-size: 17px;
	}
	.original {
		background-color: #3c2a1c;
		color: #f2e9d9;
	}
	.original p {color:#f2e9d9}
	.pictures {background-image: url("../images/band.jpg"); background-size: 100% auto; background-repeat: no-repeat; background-position: center center;}

@media screen and (max-width: 480px) {
	.pictures {background-image: none !important;}
}

	.pictures-txt {font-size: 13px;}
	
	.facility {background-color: #4c7498; background-image: url("../images/area-pic.jpg"); background-size: 100% auto; background-position: bottom center; background-repeat: no-repeat;}
	.facility-desc {font-family: 'Gambetta-Medium'; font-size: 21px;}
	
	.line-with-text {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
}

.line-with-text::before,
.line-with-text::after {
	content: '';
	flex: 1;
	border-bottom: 3px solid #4d4240;
}
.facility-text-box {
    background-color: #a67d2c;
    letter-spacing: 2px;
    font-family:"urw-din";
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
}
.facility-desc-measurements {

    font-family:"urw-din";
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
.facility-desc-measurements span {
     font-family:"urw-din";
}
.tournaments {
    background-image:url("../images/Tournament_Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right;
}

.tournament-text h1 {
	color: #BD933D;
    font-family: 'Gambetta-Medium';
	margin: 0;
}
.tournament-text h2 {
	color: #FFF;
    font-family: 'Gambetta-Medium';
	margin: 0;
	font-size: 21px;
}
.tournament-text h2 span {
	color: #BD933D;
}
.tournament-text p {
	color: #FFF;
    font-family: 'Gambetta-Medium';
	margin-top: 0;
	font-size: 21px;
}
.tournament-text p span {
	color: #BD933D;
	font-size: 18px;
	font-family:"urw-din";
}
.tournament-text hr {
	margin-right: 32px;
}
.gold-btn {
    text-decoration: none;
    color: #FFFFFF;
    font-family:"urw-din";
    background-color: #BD933D;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
}
.gold-btn:hover {
    background-color: #a1751c;
	color:beige;
}
	.costs-card {
		background-image: url("../images/back-cost.png"); background-repeat: no-repeat; background-size: 100% 100%;
		background-position: center;
		height: 200px;
	}
	.gold-txt {color: #bf923f;}

footer {
	background-image: url(../images/back-footer.jpg); background-repeat: repeat-x; background-position: top;
}
	.staff-title {font-family:"urw-din"; font-size: 16px;}
	.phone-leith {font-family:"urw-din"; font-size: 21px;}
	
	.socials-text {
    margin-left: 36px;
}

.socials-icons {
    text-align: center;
    text-decoration: none;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 0px;
    padding-right: 8px;
	font-size: 18px;
}
	.socials-text p {
   		font-size: 18px;
		color: white;
		font-family:"urw-din";
		font-weight: bold;
}
	.address h5 {
    text-align: center;
    font-weight: 100;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
		color: white;
}
.address p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	color: white;
}
	
	.bottom-footer-row {
    list-style: none;
    display: flex;
    gap: 2rem;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    padding-top: 18px;
	padding-left: 36px;
		color: #ffffff;
}
.bottom-footer {
    display: block;
    clear: both;
	color: #ffffff;
}


.bottom-footer-row a {
  text-decoration: none;
  color: #FFF;
  transition: color 0.2s ease-in-out;
	right: 50%;
}

.bottom-footer-row a:hover {
  color: #000; /* Accent color on hover */
}
	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ad8636;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #bd8c27;
}

.foot-logo {margin-top: -50px;}

@media screen and (max-width: 480px) {
	.p-3 {padding: 0.5rem !important;}
	.foot-logo {margin-top: 0px;}
	.foot-logo-img {text-align: center; justify-content: center; margin-top: 50px;}
	.address {margin-top: 30px;}
}

.card {border: none; border-radius: 0px;}

.carousel-indicators button {
    width: 10px !important; /* Adjust size as needed */
    height: 10px  !important; /* Adjust size as needed */
    border-radius: 50%;
}