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

body {
  background-color:#C1BDBD;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

div.inherit {
    background-color:inherit;
}
p.header {
    background-color:#1D2A56;
    color:white;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
}

.flex-container-2 > div {
  background-color:white;
  margin-left: 1%;
    margin-right:1%;
  padding: 10px;
  font-size: 20px;
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
}
.row {
  display: flex;
  gap: 6px;  /* Space between columns */
  justify-content: center
}

.photo-container {
  position: relative;         /* Parent must be relative for absolute positioning */
  width: 100%;               /* Set your preferred width */
  height: 100%;              /* Set your preferred height */
  object-fit: cover;
  display: block;
}

.photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* Keeps the image nicely cropped */
  display: block;             /* Removes extra space under image */
}

.photo-text {
  position: absolute;         /* Absolutely position textathed photo */
   top: 80%;        /* Moves text higher: try 10%, 20%, or even 'top: 30px' */
  left: 30%;
  transform: translate(-10%, 0); /* Centers text */
  color: white;
  font-size: 3vw;
  background: rgba(0,0,0,0.4);      /* Semi-transparent background for readability */
  padding: 5px 20px;
  border-radius: 8px;
}

.donate-btn {
  background-color:chartreuse !important;     /* bold red */
  color:black !important;                  /* white text */
  font-size: 2vw;
  padding: 15px 30px;
  border: none;
  border-radius: 90px;
  cursor: pointer;
  margin-top: 16px;
  font-weight: bold;
  transition: background 0.2s;
}
.donate-btn:hover {
  background-color: #b71c1c;     /* even darker red on hover */
}

.round-image {
  width: 90%;        /* Set the size you want */
  height: 90%;       /* Make sure width and height are equal */
  border-radius: 50%;  /* Makes the image perfectly round */
  object-fit: cover;   /* Ensures the content fits nicely */;
  margin-top:10px;
}

p.small {
    font-size:12px;
}
h1 {
  color:#000000;
  text-align: center;
}

h2.blue {
    text-align:center;
    background-color:#BFD8EB;
}

h2.brown {
    text-align:left;
    background-color:rgba(40,23,24,1.00);
    color:white;
}

h2.brown-center {
    text-align:center;
    background-color:rgba(72,50,51,1.00);
    color:white;
}

h3.dark {
    color:white;
    background-color:#1D2A56;
     border: 2px solid #281718;  /* Just so you can see the edges */
  border-radius: 20px;        /* This rounds the corners! */
    margin-left:10%;
    margin-right:10%;
    text-align:center;
}

h3.white {
    color:black;
    background-color:white;
     border: 2px solid #281718;  /* Just so you can see the edges */
     border-radius: 10px;        /* This rounds the corners! */
    margin-left:1%;
    padding:1px;
    margin-right:1%;
    text-align:center;
}

h4.white {
    color:black;
    background-color:white;
     border: 2px solid #281718;  /* Just so you can see the edges */
     border-radius: 10px;        /* This rounds the corners! */
    margin-left:1%;
    padding:10px;
    margin-right:1%;
    text-align:center;
}

h4.news{
    text-align:left;
    padding-left:15px;
    font:italic;
}

h5.news{
   text-align:left;
    padding-left:25px;
    font:italic; 
}

chalk-font {
      font-family: 'Permanent Marker', cursive;
      font-size: 2em;
      text-align:center;
      color:black; /* Chalkboard grey for fun! */
    }
p {
  font-family: verdana;
  font-size: 20px;
}
border.bottom {
    border-style:dotted;
    border-color:#0F215E    
}


li {font-size: 20px;
    padding-left:3px;
    margin-left: 10%;
    margin-right: 10%;
}

/*Commands for the top navigation bar*/
.topnav {
  overflow: hidden;
  background-color:white;
  position:relative;
  padding-left:30px}

 
.topnav a {
  color:#262E7E;
  text-align: center;
  padding: 14px 16px;
  text-decoration:underline;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a:active {
  background-color:#514F50;
  color: white;
}

/* The sidebar menu */
.sidenav {
  width:120px;
  position:fixed;
  z-index: 1;
  top: 200px;
  left:10px;
  background:rgba(75,46,47,1.00);
  overflow-x: hidden;
  padding: 8px 0;
  margin-top: 40px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color:rgba(255,255,255,1.00);
  display:inherit;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color:#9FB4DA;
}
.sidenav a.active {
  background-color:inherit;
  color: white;
}
/* Style page content */
.main {
  margin-left: 120px; /* Same as the width of the sidebar */
  padding: 0px 10px;
    font-size: 18px;
}

.carousel-caption {
    position:fixed;
    top:80%
}

.carousel-indicators {
    position:absolute;
    position:absolute
}
.flex-container > div {
  background-color:white;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
}




table {
  border-collapse: collapse;
  width: 60%;
  margin-left: 5%;
}

custom-table {
  border-collapse: collapse;
  width: 60%;
  margin-left: 5%;
}
td, th {
  border: 1px solid; color:black;
  text-align: center;
  padding: 10px;
  margin-left:15px;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 150px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}




tr:nth-child(even) {
  background-color: #dddddd;
}
@media screen and (max-height: 450px) 
  {.sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

      
.img {
  max-width: 100%;
    height: auto;}
}