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


        /* Custom CSS for responsive image and text overlay */
        .containerAIDS1 {
            position: relative;
            max-width: 100%;
            height: 100vh; /* 100% viewport height */
            overflow: hidden;
        }

        .responsive-image {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensure the image covers the container */
        }

        .overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7); /* Background color and opacity for the overlay */
            color: white; /* Text color */
            padding: 20px; /* Padding for the text */
            text-align: center;
        }

	.carousel-control-next,
	.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
	}



.p-small {
  margin-bottom: .6rem;
  	font-size: .8rem;
	color: 444444;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	}

h6, .h6 {
  font-size: .9rem;
  margin-bottom: 0.5rem;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-weight: 300;
  line-height: 1.4;
  color: 555555;
}


strong { font-weight: bold; }


