.site-header{
	text-align: center;
	background-color: #A2E3F4;
	color: white;
	padding-top: 35px;
	padding-bottom: 60px;
}
.container{
	align-content: center;
	max-width: 800px;
    margin: 10px;
    padding: 20px;
}

.bg-custom{
	background-color: #4CD2EE;
}
h1 {
   font-size: 430%;
   color: white;
   padding-bottom: 25px;
   text-align: center;		
	
}
h2{
	font-size: 250%;
	color: #123053;
}
.footer-centered{
	text-align: center;
	font-family: 'Arial', 'sans-serif';
	margin-top: 50px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-color: #123053;
	color: white;
}
.nav-item {
	align-content:center;
	font-family: 'Arial', 'sans-serif';
	font-size: 30px;
	color: white;
	background-color: #123053;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 25px;

}
.navbar{
	margin-bottom: 50px;
	background-color: #123053;	
}

.nav-link{
	color: white;
}
.dropdown-menu{
	background: #A2E3F4;
	hover: #A2E3F4;
}
.dropdown-item{
	background: #A2E3F4;
	color: #123053;
}
.container{
	margin-bottom: 50px;
}

.active{
	font-weight: bold;
	color: white;
	hover: #A2E3F4;
}

h2{
	text-align: center;
	font-family: 'Arial', 'sans-serif';	
	margin-bottom: 50px;
}
h3{
	text-align: center;
	color: white;
}
h4{
	text-align: center;
	color: white;
}
h6{
	color: #123053;
	font-size:150%;
	font-weight: bold;
	
}

.courses{
	text-align: left;
	font-size: 175%;
	color: #123053;
}
.coursediscription{
	font-size: 125%;
	color: #123053;		
}

.form-label{
	font-family: 'Arial', 'sans-serif';
	font-size: 150%;
	color: #123053;
}

.form-control{
	font-family: "'Arial', 'sans-serif'";
}
.btn{
	background-color: #123053; 
}

.img-fluid{
	margin-bottom: 50px;
}

.text-body{
	font-family: 'Arial', 'sans-serif';
	margin: 50px;
}

.carousel{
	margin:30px;
	align-content: center;
	background-color: white;
}

.carousel-caption{
	font-family: 'Arial', 'sans-serif';
	color: aqua;
	text-shadow: 2px 2px 2px black;
	
}
.p-carousel {
	color: aqua;
	text-shadow: 2px 2px 2px black;
}

.masthead {
    background-size: contain;
	padding-bottom: 100px;
	background-repeat: no-repeat;
    min-height: 40vh;
    position: relative;
	height: 100; 
  	background-position: center;
}

.custom-bottom-margin {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.masthead {
     min-height: 30vh;
    }
@media (max-width: 576px) {
	.gallery {
	 max-width: 100%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
	.gallery {
	 max-width: 80%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.gallery {
	max-width: 70%;
    }
}	
h1 {
	font-size: calc(1.525rem + 3.3vw);
    }
	
}
.custom-bottom-margin {
}
.linkedin {
	max-height: 3%;
	max-width: 3%;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.img-fluid{
	border: 5px solid #123053;
}
.custom-right-margin {
	margin-right: 25px;
}
body{
	
background-color: #A2E3F4;
}
.leavebehind {
	border: 0px
}
a{
	color: #123053;
}
.sitemap{
	color: #A2E3F4;
	
}
.carousel-control-prev{
	filter: invert(100%);
}
.carousel-control-next{
	filter: invert(100%);
}
.showbutton {
	filter: invert(100%);
}
.colornav {
}
/* CSS for the gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  max-width: 100%;	
  flex-basis: 25%;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}

.image-container img {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1; /* Ensure the overlay is on top of the tooltip */
}

.image-overlay:hover {
  background-color: rgba(0, 0, 0, 0.2); /* Add a subtle hover effect for the overlay */
}

.tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.gallery-item:hover .tooltip-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tooltip-text {
  color: #fff;
  font-size: 15px;
  text-align: center;	
}
/* this code is to expand the images in the photo galleries */
.container {
	max-width: 1800px;
	margin: 0 auto;
	padding: 20px;
        }
.gallery-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px; 
        	  } 
.gallery img {
	max-width: 450px;
	max-height: 450px;
	padding:10px; 
	cursor: pointer;
	transition: transform 0.1s;
        }
.gallery img:hover {
	transform: scale(1.7);
	z-index: 1;
	align-items: center
        }
.caption {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
        }
.close-btn {
	position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
        }
.h1special {
	color: #123053;
	text-align: center;
	font-size-adjust:auto;
}
.h3special {
	color: white;
	font-size:220%;
	text-align: center;
}
.pspecial {
	color:white;
	font-style: italic;
	font-size: 175%;
	text-align: center;
}
.h2special {
	color:white;
	font-size: 350%;
	text-align: center;
	text-underline-position: auto;
}
.h2special, .h3special {
    text-decoration: underline;
  }
.containerspecial {
	background-color:#518FCB;
	text-align: center;
	text-align: justify;
}
.bodyspecial {background-color:#518FCB; 
}
.underline {
	text-decoration-line: underline;
    text-decoration-color: white; 
  }
.testimonial {
    background-color: #518FCB;
	padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .testimonial h3 {
    margin-top: 0;
  }
@media (max-width: 600px) {
.testimonial {
      width: 100%;
	}
}.courses {
}
.coursediscription {
}
.syllabus {
}
