		body {
		  background-color: #FFFFFF;
		  color: #515A5A;
		  font-family: Arial, Tahoma;
		  font-size: 16px;
		 /*  background-image: url("./images/brick.jfif"); */
		}	
		
		
		.sborder {
			background-color: #F8F9F9; 
			box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
			padding-top:20px; 
			padding-bottom:20px; 
			padding-left:40px; 
			padding-right:40px; 
		}	
		
		
		.header {
		  overflow: hidden;
		  background-color: #000000;
		  text-align: left;
		  padding-left: 20px
		}		
		
		
		.myTable{
		  color: #000000;
		  font-family: sans-serif;
		  padding: 10px;
		}

	  .tb { border-collapse: collapse; }
	  .tb th, .tb td { padding: 5px; border: solid 1px #ffffff;}
	  .tb th { background-color: #000000; }
		
		h1 {
		  /* color: #66a92f; */
		  /* color: #f15a24; */
		  color: #515A5A;
		  font-size: 14px;
		  font-family: sans-serif,Arial;
		  /* font-weight: bold; */
		  font-weight: normal;
		  /* display: inline; */
		  /* text-shadow: 2px 2px 4px gray;	 */
		  /* text-shadow: 2px 2px 8px gray;	 */
		  margin-top: 0px;
		  margin-bottom: 0px;
		  margin-left: 20px;
		}

		
		h2 {
		  color: #f15a24;
		  font-size: 20px;
		  font-family: Arial, Tahoma;
		  font-weight: bold;
		  margin-top: 5px;
		  margin-bottom: 10px;		  
		}
		
		
		h3 {
		  color: #f15a24;	
		  font-size: 22px;
		  font-family: Arial, Tahoma;
		  font-weight: bold;
		  margin-top: 5px;
		  margin-bottom: 10px;
		}	
		
		
		h4 {
		  color: #66a92f;
		  font-size: 20px;
		  font-family: Arial, Tahoma;
		  font-weight: bold;
		  margin-top: 5px;
		  margin-bottom: 10px;		  
		}	
		
		h5 {
		  color: #FFFFFF;
		  font-size: 26px;
		  font-family: Arial, Tahoma;
		  font-weight: bold;
		  margin-top: 5px;
		  margin-bottom: 10px;		  
		}
		
		/* Style the top navigation bar */
		.topnav {
		  overflow: hidden;
		  background-color: #333;
		}

		/* Style the topnav links */
		.topnav a {
		  float: left;
		  display: block;
		  color: #f2f2f2;
		  text-align: center;
		  padding: 14px 16px;
		  text-decoration: none;
		}

		/* Change color on hover */
		.topnav a:hover {
		  background-color: #ddd;
		  color: black;
		}

		
		
		
		/* Create three equal columns that floats next to each other */
		.headercol {
		  float: left;
		  width: 33.33%;
		  padding: 15px;
		}
		@media screen and (max-width:600px) {
		  .headercol {
			width: 100%;
		  }
		}
		

		/* Create three unequal columns that floats next to each other */
		.column {
		  float: left;
		  padding: 10px;
		}

		/* Left and right column */
		.column.side2 {
		  width: 10%;
		}
		
		/* Left and right column */
		.column.side {
		  width: 20%;
		}

		/* Middle column */
		.column.middle {
		  width: 80%;
		}
	
		/* Middle2 column */
		.column.middle2 {
		  width: 70%;
		}	
	
		/* Middle3 column */
		.column.middle3 {
		  width: 60%;
		}		
		
		/* Clear floats after the columns */
		.row::after {
		  content: "";
		  display: table;
		  clear: both;
		}

		/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
		@media screen and (max-width: 600px) {
		  .column.side,.column.side2, .column.middle, .column.middle2, .column.middle3  {
			width: 100%;
		  }
		}

		.middledisplay {
		  text-align: center;
		  padding: 10px;
		}	

		.footer {
		  background-color: #000000;
		  text-align: center;
		  color: white;
		  padding: 10px;
		}	
		
			div.gallery img {
			  width: 100%;
			  height: auto;
			  text-align: center;
			}

			div.desc {
			  padding: 15px;
			  text-align: center;
			}

			* {
			  box-sizing: border-box;
			}	
				
			.responsive {
			  padding: 0 6px;
			  float: left;
			  width: 50%;
			}

			@media only screen and (max-width: 700px) {
			  .responsive {
				width: 49.99999%;
				margin: 6px 0;
			  }
			}

			@media only screen and (max-width: 500px) {
			  .responsive {
				width: 100%;
			  }
			}
			
			.clearfix:after {
			  content: "";
			  display: table;
			  clear: both;
			}	


		.video-container {
		  position: relative;
		  width: 100%;
		  overflow: hidden;
		  padding-top: 56.25%; /* 16:9 Aspect Ratio */
		}

		.responsive-iframe {
		  position: absolute;
		  top: 0;
		  left: 0;
		  bottom: 0;
		  right: 0;
		  width: 100%;
		  height: 100%;
		  border: none;
		}
		
	

/* Responsive gallery */

div.gallery_gal2 {
  border: 1px solid #F8F9F9;
  background-color: #F8F9F9;
}

div.gallery_gal2:hover {
  border: 1px solid #777;
}

div.gallery_gal2 img {
  width: 100%;
  height: auto;
}



div.gallery_gal {
  border: 1px solid #ffffff;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

div.gallery_gal:hover {
  border: 1px solid #777;
}

div.gallery_gal img {
  width: 100%;
  height: auto;
}

div.desc_title_gal {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  font-family: Tahoma, Arial;
}

div.desc_title_gal2 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #4BCA3E;
  font-family: Tahoma, Arial;
}

div.desc_gal {
  font-size: 12px;
  text-align: left;
  font-family: Tahoma, Arial;
}

div.desc_gal2 {
  font-size: 14px;
  text-align: left;
  font-family: Tahoma, Arial;
  padding: 10px 10px 10px 10px;
}

div.desc_gal3 {
  font-size: 14px;
  text-align: left;
  font-style: italic;
  font-family: Tahoma, Arial;
  padding: 10px 10px 10px 10px;
}

div.desc_gal4 {
  font-size: 14px;
  text-align: center;
  font-family: Tahoma, Arial;
}

div.desc_gal5 {
  font-size: 18px;
  text-align: left;
  font-family: sans-serif;
  background-color: #FEF5E7;
  padding: 10px 10px 10px 10px;
}

.responsive_gal {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive_gal {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive_gal {
    width: 100%;
  }
}


ul {
  list-style: none;
}

ul li:before {
  content: '✅';
  margin-left: -20px;
}


a {
  color: #4BCA3E;
  text-decoration: underline;
  font-size: 20px;
}
a:hover {
  color: #E74C3C;
  text-decoration: none;
  font-size: 20px;
}	
		

a.topc {
  color: #E74C3C;
  text-decoration: none;
  font-size: 16px;	
}
a.topc:hover {
  color: #4BCA3E;
  text-decoration: underline;
  font-size: 16px;
}		
		
		
a.ft {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
a.ft:hover {
  color: #4BCA3E;
  text-decoration: underline;
  font-size: 16px;
}			
		
		
/* ----------------carousel-------------------- */
		 #carousel {
			max-width: 1200px;
			display: flex;
			flex-direction: column;
			margin: 0 auto;
			position: relative;

		}  
		.slide-indicators {
			display: flex;
			justify-content: center;
		}
		.slide-indicator {
			height: 44px;
			width: 50px;
			display: flex;
			justify-items: center;
			cursor: pointer;
		}
		.slide-indicator:after {
			content: "";
			background-color: #878787;
			height: 10px;
			margin-top: 10px;
			width: 40px;
		}
		.slide-indicator.active:after,
		.slide-indicator:hover:after {
			background-color: #000;
		}
		.slide-banner {
			background-color: #000;
			color: #fff;
			position: absolute;
			left: 0;
			bottom: 20px;
			padding: 15px;
			font-size: 2.5vw;
		}
		.slide-banner a {
			color: #fff;
		}
		#slide-container {
			scroll-snap-type: x mandatory;
			overflow-x: scroll;
			overflow-y: hidden;
			display: flex;
			align-items: center;
			height: 100%;
			gap: 10px;
			-webkit-overflow-scrolling: touch;
			scroll-behavior: smooth;
		}
		.slide {
			scroll-snap-align: center;
			position: relative;
			min-width: 100%;
			padding-top: 0;
		}
		.slide img2 {
			height: 100%;
			width: auto;
			position: relative;
			top: 0;
			left: 0;
		}
		.arrow {
			color: #4BCA3E;
			height: 20px;
			width: 20px;
			position: absolute;
			padding: 10px;
			opacity: .5;
			cursor: pointer;
		}
		.arrow.back {
			left: 10px;
			top: 60px;
		}
		.arrow.forward {
			right: 10px;
			top: 60px;
		}
		.arrow:hover {
			opacity: 1;
			color: #E74C3C;
		}		
		
		a.button {
		  background-color: #04AA6D; /* Green */
		  border: none;
		  color: white;
		  padding: 16px 32px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  font-size: 40px;
		  margin: 4px 2px;
		  transition-duration: 0.4s;
		  cursor: pointer;
		}

		a.button1 {
		  background-color: #1F51FF;  
		  color: white; 
		  border: 2px solid #1F51FF; 
		  border-radius: 12px;
		  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		}

		a.button1:hover {
		  background-color: #E74C3C;
		  color: white;
		  border: 2px solid #E74C3C;
		  border-radius: 12px;
		  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
		}
		
		


		.mySlides {display: none;}
		img {vertical-align: middle;}

		/* Slideshow container */
		.slideshow-container {
		  max-width: 2000px;
		  position: relative;
		  margin: auto;
		}

		/* Caption text */
		.text {
		  color: #f2f2f2;
		  font-size: 15px;
		  padding: 8px 12px;
		  position: absolute;
		  bottom: 8px;
		  width: 100%;
		  text-align: center;
		}

		/* Number text (1/3 etc) */
		.numbertext {
		  color: #f2f2f2;
		  font-size: 12px;
		  padding: 8px 12px;
		  position: absolute;
		  top: 0;
		}

		/* The dots/bullets/indicators */
		.dot {
		  height: 15px;
		  width: 15px;
		  margin: 0 2px;
		  background-color: #bbb;
		  border-radius: 50%;
		  display: inline-block;
		  transition: background-color 0.6s ease;
		}

		.active {
		  background-color: #717171;
		}

		/* Fading animation */
		.fade {
		  animation-name: fade;
		  animation-duration: 1.5s;
		}

		@keyframes fade {
		  from {opacity: .4} 
		  to {opacity: 1}
		}

		/* On smaller screens, decrease text size */
		@media only screen and (max-width: 300px) {
		  .text {font-size: 11px}
		}

		
	.testimonial {
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.testimonial::after {
  content: "";
  clear: both;
  display: table;
}

.testimonial img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.testimonial span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .testimonial {
      text-align: center;
  }
  .testimonial img {
      margin: auto;
      float: none;
      display: block;
  }
}

.center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}