/* GLOBAL STYLES
-------------------------------------------------- */

/*
orange			#f47d21
green			#062c17

*//* Padding below the footer and lighter body text */

body {
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family:Raleway, Helvetica, Arial, Lucida, sans-serif; 
  color:#062c17;
}
.top {
	color:#fff;
	padding:5px 0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
  font-family:Raleway, Helvetica, Arial, Lucida, sans-serif;
	color: #f47d21;
}

.h1Header {
	font-size:1.6rem;
	color:#424347;

  }
.h2Body {
	font-size:1.2rem;
	color:#424347;
	font-weight:bold;
/*	display:inline;
*/  }
.h5Footer {
	color: #fff;
	font-weight:bold;
	font-size:1.3em;
}
.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

h2 {
}
/* NAV */
.navbar {
	}
navbar-brand {
}
.navbar-toggler .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(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
	border-color: rgb(248,158,6);
	background-color: rgb(248,158,6);
}
.nav-link {
	color:#F4FFF4;
	font-variant:small-caps;
	font-size:1.2em;
}
.nav-link-t {
	color:#F4FFF4;
	font-variant:small-caps;
	font-size:1.2em;
	border-right:1px dotted #CCCCCC;
	padding-right: 3px;
	text-decoration:none;
}
.link-text {
   color: #fff;
   font-weight:bold;
   text-decoration:none;
}
.link-custom:focus, .link-custom:active, .link-custom.active, .open>.dropdown-toggle.link-custom {
    color: #fff;
    background-color: #f47d21;
	}
.link-custom:hover {
    color: #fff;
    background-color: #f47d21;
    border-color: #999; /*set the color you want here*/
  --c: no-repeat linear-gradient(#f47d21 0 0);
  background: 
    var(--c) calc(-100% + var(--i, 0) * 100%) 100% / 50% calc(100% * var(--i, 0) + .08em),
    var(--c) calc( 200% - var(--i, 0) * 100%) 0 / 50% calc(100% * var(--i, 0) + .08em);
  transition: .3s calc(var(--i, 0) * .3s), background-position .3s calc(.3s - var(--i, 0) * .3s);
}
.link-custom:hover {
  --i: 1;
}
/* Other links
-------------------------------------------------- */
.inLink {
	color: #769cc4;
}
.link-int {
   color: #0066f1;
   font-weight:normal;
   text-decoration:underline;
}
.link-top  {
	text-decoration:none;
	background-color: #f47d21;
	color:#fff;
	padding:10px;
}
.link-internal {
   color: #062c17;
   text-decoration:none;
}
.link-internal:hover {
    color: #f47d21;
}

.link-customWDW {
   color: #032854;
   text-decoration:none;
}
/* Header
-------------------------------------------------- */
.bg-header {
/*	background-color: #062c17;
*/	background-image: url('/images/bg.png');
    background-repeat: repeat; 
	}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
.carousel-inner {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-shadow: 2px 2px 8px #032854;
}
/* Declare heights because of positioning of img element */
.carousel-item {
/*  height: 32rem;
*/}
.span-blue {
	color:#0033FF;
	color:#0A58CA;
}
ul {
  font-size: 1.2rem; /* Or use pixels, e.g., 18px */
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
}	
li {
      font-size: 1.2rem; 
	  font-weight:lighter;
    }
table {
      font-size: 1.2rem; 
	  font-weight:lighter;
}
 /* Custom Divider */
.divider {
  font-size: 10px;
  display: flex;
  align-items: center;
}

.divider::before {
  flex: 1;
  content: '';
  padding: 1px;
  background-color: #0066f1;
  margin: 10px;
}
.divider::after {
  flex: 1;
  content: '';
  padding: 1px;
  background-color: #d6b82f;
  margin: 10px;
}


/*buttons */
        .btn {
            width: 250px;
            height: 80px;
            margin: 10px;
            background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
            background-size: 100%;
            font-size: 1em;
            font-weight: 600;
            border-radius: 100px;
            color: white;
            border: none;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 0.6em 2em;
            cursor: pointer;
            transition: all 500ms ease;
            box-shadow: 0 4px 6px -1px hsla(0, 0%, 0%, 0.1), 0 2px 4px -2px hsla(0, 0%, 0%, 0.1);
        }

        h1.button {
            text-align: center;
            font: 2em calibri;
            font-weight: bold;
            text-decoration: underline;
        }
        
        p.button {
            text-align: center;
            font-family: calibri;
        }

        .one{
            background-size: 10%;
        }

        .two {
    background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
    background-size: 50%;
}

.three {
    background: linear-gradient(90deg, #141e30 0%, #243b55 100%);
    background-size: 200%;
}

        .four {
            background: linear-gradient(to right, #00d2ff 0%, #3a47d5 50%, #c67700 100%);
            background-size: 400%;
            
        }

        .five {
            background: linear-gradient(to right, #3a47d5, #FCEE21, #00A8C5, #D9E021);
            background-size: 350% 100%;

            transition: all .4s ease-in-out;
        }

        .five:hover {
            background-position: 100% 0;
        }

        .btn:hover {
            animation-name: flow;
            animation-duration: 500ms;
            animation-timing-function: linear;
        }

        .six {
            background-size:100% 350%;
            transition: all .4s ease-in-out;
        }

        .six:hover {
            background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
            background-position: 100% 0;
        }

        @keyframes flow {
            0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
        }

a.HomeButt:link, a.HomeButt:visited, a.HomeButt:active {
	color:#fff;
	display: inline-block;
	max-width: 305px;
	width:100%;
	text-decoration:none;
	text-align:center;
	margin:4px 2px;
	padding:15px 3px;
	font-size:1.4em;
	background-color:#759BC4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
a.HomeButt:hover {
	background-color:#C5D3EE;
}
@media (min-width:39.1em ) and (max-width: 42em)
{/*625px to 672px*/
	a.HomeButt:link, a.HomeButt:visited, a.HomeButt:active  {
	max-width:650px;
	text-decoration:none;
	text-align:center;
	}
}
@media (min-width:35.5em ) and (max-width: 42em)
{/*568px to 672px*/
	a.HomeButt:link, a.HomeButt:visited, a.HomeButt:active  {
	max-width: 550px;
	text-decoration:none;
	text-align:center;
	}
}
@media (max-width:35.438emem )
{/*667px*/
	a.HomeButt:link, a.HomeButt:visited, a.HomeButt:active  {
	display:block;
	text-decoration:none;
	text-align:center;
	max-width:280px;
	width:90%;
	font-size: 1.3em;
	}
}
a.main:link, a.main:visited, a.main:active {
	color:#336699;
/*	text-decoration:underline;
*/	text-decoration: none;
	font-weight: bold;
}
a.main:hover {
	color:#455E74;
	text-decoration:none;
}
a.mainWhite:link, a.mainWhite:visited, a.mainWhite:active {
	color:#fff;
	display: inline-block;
	max-width: 305px;
	width:100%;
	text-decoration:none;
	text-align:center;
	margin:4px 2px;
	padding:15px 3px;
	font-size:1.4em;
	background-color:#759BC4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
a.mainBlue:hover {
	background-color:#C5D3EE;
}
a.mainW:link, a.mainW:visited, a.mainW:active {
	color:#fff;
	text-decoration:underline;
}
a.mainW:hover {
	color:#455E74;
	text-decoration:none;
}
/*table cell hover*/
.tdHover:hover {
    background-color: rgba(0,0,0,.075);
}

/*accordian*/
.accordion {
	--bs-accordion-btn-color: #fff; /* Button text colour */
	--bs-accordion-btn-bg: #f47d21;          /* Button background colour */
	--bs-accordion-active-color: #fff;  /* Active button text colour */
	--bs-accordion-active-bg: #062c17;  /* Active button background colour */
	--bs-accordion-btn-focus-border-color: #fff; /* Border colour */
	--bs-accordion-btn-focus-box-shadow: #062c17;
	--bs-accordion-btn-icon-transition: #f47d21;
	}
	.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
} /* arrow colour */
/*testimonials*/

.testimonial-carousel {
/*            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
*/            background: #fff;
            padding: 60px;
/*            padding: 20px 0;
*/			color:#fff;
        }
        .testimonial-card {
            background-color: rgba(9, 38, 19, 1.0);
            border-radius: 15px;
/*            padding: 30px;
*/            padding: 30px 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .testimonial-h6 {
		font-size: 1.8em;
		font-weight:bold;
        }
        .testimonial-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        .quote-icon {
            font-size: 3rem;
            color: #fff;
            opacity: 0.3;
        }
/*image-gallery*/
	.gallery-item {
		margin-bottom: 30px;
		transition: transform 0.3s ease;
	}
	
	.gallery-item:hover {
		transform: scale(1.03);
	}
	
	.gallery-item img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
	
	.gallery-title {
		background: linear-gradient(45deg, #ff6b6b, #ff8e53);
		padding: 40px 0;
		margin-bottom: 40px;
		color: white;
		border-radius: 0 0 50px 50px;
	}
	/*-------------------------------------------------- */
	.footer-custom {
		background:#062c17;
		color:#fff;
	/*	background-image: linear-gradient(to top, red, yellow);
		background-image: linear-gradient(to top, rgba (118,196,156,0), rgba (79,105,132,0));
		background-image: linear-gradient(to top, rgba (88,116,145,0), rgba (79,105,132,0));
	*/	background: linear-gradient(180deg, #0d5e31 0%, #062c17 100%);
	}
	.footer-link {
		color: #fff;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	
	.footer-link:hover {
		color: #f47d21;
	}
	.footer-no-link {
			color: #fff;
		text-decoration: none;
	}
	*/
	.social-icon {
		width: 45px;
		height: 45px;
		line-height: 35px;
		border-radius: 50%;
		text-align: center;
		color: #000;
		display: inline-block;
		margin: 0 8px;
		transition: all 0.3s ease;
	}
	
	.social-icon:hover {
		transform: translateY(-3px);
		color: #fff;
	}

	/* RESPONSIVE CSS
	-------------------------------------------------- */
	@media (max-width: 39.9em) {
	
		.carousel-caption {
		  bottom: 0.5rem;
		}
		.carousel-caption h1 {
			font-size:1.3rem;
		}
		.h1Header {
			font-size:1rem;
  		}
	}
	@media (min-width: 40em) {
	
		.carousel-caption {
		  bottom: 1.6rem;
		}
		.carousel-caption h1 {
			font-size:1.3rem;
		}
		.carousel-caption p {
			font-size: 1.25rem;
		}
	  .featurette-heading {
		font-size: 40px;
	  }
	}
	@media (min-width: 48em) {
	
	
		.carousel-caption {
		  bottom: 2rem;
		}
		.carousel-caption h1 {
			font-size:3rem;
		}
		.carousel-caption p {
			font-size: 1.5rem;
		}
	}
	@media (min-width: 62em) {
	
	  .featurette-heading {
		margin-top: 0rem;
	  }
	}
	*/@media (min-width:992px) {
			.fixed-top-lg {
				position:fixed;
				top:0;
				right:0;
				left:0;
				z-index:1030;
			}
		}