.site-header{
	text-align: center;
	background-color: #00280A;
	color: white;
	padding-top: 35px;
	padding-bottom: 60px;
}
.container{
	align-content: center;
}
.res{
	padding-left: 30px;
	padding-right: 30px;
	position: cneter;	
	max-width: 75%;
	}
p{
	text-align: center;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px
}
h1{
	font-size: 430%;
	color: white;
	padding-bottom: 25px;	
}
h2{
	font-size: 250%;
	text-color: #FFFFFF;
}
.navbar{
	margin-bottom: 10px;
	background-color: #00536D;	
	filter: drop-shadow(0px 10px 15px #000000);

}
.nav-item {
	align-content:center;
	font-family: 'Arial', 'sans-serif';
	font-size: 30px;
	background-color: #00536D;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 25px;
}
.nav-link{
	color: white;
}

.container{
	margin-bottom: 50px;
}

.active{
	font-weight: bold;
}

h2{
	text-align: center;
	font-family: 'Arial', 'sans-serif';	
	margin-bottom: 50px;
}

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

.form-control{
	font-family: "'Arial', 'sans-serif'";
}

.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;
	filter: drop-shadow(5px 10px 10px #000000);
}

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

@media (max-width: 768px) {
    .masthead {
        min-height: 30vh;
    }
    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
}
.custom-bottom-margin {
}
.linkedin {
	max-height: 10%;
	max-width: 10%;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.img-fluid{
	border: 5px solid #123053;
}
.custom-right-margin {
	margin-right: 25px;
}
body{
	background-color:#002D0B;
}
.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%);
}
/* CSS for the gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.image-container img {
  max-width: 300px;
  max-height: 300px;
  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: 5px;
  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: 14px;
}

/* Style for the new window with a max width of 800px */
@media (max-width: 800px) {
  body > a {
    max-width: 800px;
    margin: 0 auto;
    display: block;
  }
}.footer-centered{
	text-align: center;
	font-family: 'Arial', 'sans-serif';
	margin-top: 50px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-color: #00536D;
	color: white;
	filter: drop-shadow(0px -10px 15px #000000);
}
