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

.navbar {background-color: black}




.container-fluid {
   
}


/* carousel styles */

/*
Doesnt seem to have an effect so comented it out - 
Forces carousel image to be 100% width and not max width of 100%

.carousel-item .img-fluid {
width:100%;
height:100%;
}*/










.carousel-caption  {
    background-color: rgba(101,101,101,0.5);
    border-radius: 10px;
}

.carousel-item .img-fluid { width:100%; height:100%; }


.carousel-caption p {
  font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.carousel-caption h1 {
  font-size: 3.5em;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 5px;
	
}

.carousel {margin-top: 71px;
background-color: black;
}

.btn {margin-bottom: 10px;}





/* lead text styles */

.lead {
	font-size: 1.1em;
}

.background-span {	
	border-radius: 5px;
	padding: 5px;
	
	
}


.disph2 {
	font-size: 1.8em;
	font-weight: 400;
	color:rgba(205,166,10,1.00);

}
.disph3 {
	font-size: 2.5em;
	font-weight: 400;
	color:rgba(205,166,10,1.00);
}

/* photo gallery styles*/

#photo-gallery h3 {font-size: 1.5em;
	font-weight: 400;
	color: gold
}

#photo-gallery-images h3 {font-size: 1.5em;
	font-weight: 400;
	color: gold
}


/* card styles*/






.card-body h5 {font-size: 1.1em;
	text-align: center;
		
}


/* accordion styles*/

.accordion-body {margin-bottom: 0px;
	background-color: white;
}

/* .accordion-body img {margin: 50px;
	
}*/

.accordion-button {
	font-size: 0.6em;
	
	
}



.collapsed { background-color: rgba(243,235,151,0.30);
	
		
}





.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



@media screen and (max-width: 767px) { /* Adjust breakpoint as needed */
  .mob-no { /* Target your specific link/image */
    pointer-events: none; /* Prevents clicks on mobile */
  }
}



/*
.navbar-nav.mr-auto .nav-item .nav-link {
    color: yellow;
}

.navbar-text,
.nav-link,
.nav-link.active {color: gold;
	
}

.navbar-light .navbar-toggler {

  border-color: rgba(49, 222, 54, 0.3);

}

.navbar-light .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(49,222,54, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

*/

h1 {color: gold;
}

/* 
Forces carousel image to be 100% width and not max width of 100% 
*/ 

.footer a, a-link {text-decoration: none;
	color:gray
}

