.hide{
  display:none;  
}

.calendar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Or a specific height */
}

.events-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  font-size: 5.5vw;
}
.event {
  border: 4px solid #6a0dad;
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  align-items: center;
}

.event-header {
  font-size: 5.5vw;
}

.module-border-wrap {
  
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #F94144, #F3722C, #F9C74F, #90BE6D, #57BED6, #9C71D4);
  padding: 3px;
}

.event h3 {
  margin: 0;
  font-size: 1.2em;
}
.event p {
  margin: 5px 0;
  color: #555;
}

.logo {
    width: 100px;
    height: 100px;
}

body{
    font-family: Arial Black;
}

body {
    background-color: rgb(225, 230, 235);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: rgb(106, 106, 107);
  }
  
  li {
    float: left;
    font-size: 48px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  
  li a {
    display: block;
    color: rgb(241, 234, 234);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color: #b4b4b4;
  }

.rainbow-header {
    background-image: linear-gradient(to left, #F94144, #F3722C, #F9C74F, #90BE6D, #57BED6, #9C71D4);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 5.5vw;
    
}

.rainbow-header1 {
    background-image: linear-gradient(to left, #F94144,  #F3722C, #F9C74F);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 5vw;
}

.rainbow-header2 {
    background-image: linear-gradient(to left, #F9C74F, #90BE6D, #57BED6 );
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 5vw;
}

.rainbow-header3 {
    background-image: linear-gradient(to left, #57BED6, #9C71D4, #e986dc );
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 5vw;
}

.rainbow-wrapper {
    position: relative;
    width: 90vw;
    height: 45vw;
    overflow: hidden;
    margin: auto;
}

.rainbow-wrapper>div {
    border-radius: 90vw 90vw 0 0;
}

.red {
    background-color: #F94144;
    width: 90vw;
    height: 45vw;
    position: absolute;
}

.orange {
    background-color: #F3722C;
    width: 85vw;
    height: 42.5vw;
    position: absolute;
    left: 2.5vw;
    top: 2.5vw;
}

.yellow {
    background-color: #F9C74F;  
    width: 80vw;
    height: 40vw;
    position: absolute;
    left: 5vw;
    top: 5vw;
}

.green {
    background-color: #90BE6D;
    width: 75vw;
    height: 42.5vw;
    position: absolute;
    left: 7.5vw;
    top: 7.5vw;
}

.blue {
    background-color: #57BED6;
    width: 70vw;
    height: 35vw;
    position: absolute;
    left: 10vw;
    top: 10vw;
}

.purple {
    background-color: #9C71D4;
    width: 65vw;
    height: 32.5vw;
    position: absolute;
    left: 12.5vw;
    top: 12.5vw;
}

.pink {
    background-color: #EBB1D4;
    width: 60vw;
    height: 30vw;
    position: absolute;
    left: 15vw;
    top: 15vw;
}

.lightblue {
    background-color: #ABD4DD;
    width: 55vw;
    height: 27.5vw;
    position: absolute;
    left: 17.5vw;
    top: 17.5vw;
}

.brown {
    background-color: #6D3E35;
    width: 50vw;
    height: 25vw;
    position: absolute;
    left: 20vw;
    top: 20vw;
}

.black {
    background-color: #000000;
    width: 45vw;
    height: 22.5vw;
    position: absolute;
    left: 22.5vw;
    top: 22.5vw;
}

.white {
    background-color: #ffffff;
    width: 40vw;
    height: 20vw;
    position: absolute;
    left: 25vw;
    top: 25vw;
}
.transparent {
    background-color: rgb(225, 230, 235);
    width: 35vw;
    height: 18.5vw;
    position: absolute;
    left: 27.5vw;
    top: 27.5vw;
}

  .board {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #999;
  }
  .mission {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #999;
    position: inherit;
  }

  .missionpic {
    inset-inline: 5% 10%;
    
  }
  
  .form-basin { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 40px 20px 40px 20px; font-size: 16px; font-weight: 400; background-color: transparent; } .form-basin form { margin: auto; max-width: 600px; } .form-basin label { display: block; margin-bottom: 8px; } .form-basin input, .form-basin textarea, .form-basin select { width: 100%; padding: 12px; margin-bottom: 16px; font-family: inherit; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; transition: border-color 0.3s; } .form-basin input:focus, .form-basin textarea:focus, .form-basin select:focus { border-color: #007bff; outline: none; } .form-basin button { background-color: #007bff; color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; letter-spacing: 1px; transition: background-color 0.3s; } .form-basin button:hover { filter: brightness(85%); } .form-basin ::placeholder { font-family: inherit; opacity: 0.7; } .form-basin input[type='checkbox'] { margin-right: 8px; width: auto; } .form-basin fieldset { border: 1px solid #ccc; padding: 10px; margin-bottom: 16px; border-radius: 4px; } .form-basin legend { padding: 0 10px; font-weight: bold; font-size: 1em; } .form-basin input[type='radio'] { margin-right: 8px; margin-top: 4px; width: auto; cursor: pointer; } .form-basin .radio-label { display: inline-block; margin-right: 15px; cursor: pointer; } .form-basin .radio-group { margin-bottom: 16px; } .form-basin .donation-type { margin-bottom: 16px; } .form-basin .donation-type span { font-weight: 500; margin-right: 10px; } .form-basin input[type='number'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; } .form-basin input[type='number']::-webkit-inner-spin-button, .form-basin input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .form-basin .form-check { display: flex; align-items: center; margin-bottom: 16px; } .form-basin .form-check-input { margin-top: 14px; margin-right: 10px; cursor: pointer; } .form-basin .form-check-label { margin-bottom: 0; cursor: pointer; }

  a {  
    display: inline-block;
    margin: 20px;
    position: relative;
    text-decoration: none;
  }

  .donate {
    background: #00684d;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(202, 198, 198, 0.4) 100%),
                -webkit-linear-gradient(left, lighten(#00684d, 15%) 0%, #00684d 50%, lighten(#00684d, 15%) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%),
                linear-gradient(to right, lighten(#00684d, 15%) 0%, #00684d 50%, lighten(#00684d, 15%) 100%);
    background-position: 0 0;
    background-size: 200% 100%;
    border-radius: 4px;
    color: #fff;
    padding: 15px 65px 15px 15px;
    text-shadow: 1px 1px 5px #666;
    -webkit-transition: all 800ms;
    transition: all 800ms;
    
    &:after {
      border-left: 1px solid darken(#00684d, 5%);
      color: darken(#00684d, 10%);
      content: "\2764";
      font: 40px "FontAwesome";
      padding: 10px 0;
      padding-left: 15px;
      position: absolute;
      right: 16px;
      top: 7px;    
      -webkit-transition: all 600ms 200ms;
      transition: all 600ms 200ms;
    }
    
    &:hover {
      background-position: -100% 0;
      
      &:after {
        border-left: 1px solid lighten(#00684d, 5%);
        color: #fff;
        text-shadow: 0 0 10px #000;
      }
    }
  }

  .box-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-container.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .box-container > .box {
    width: 50%;
    padding: 40px;
  }
  .box-container > .box h1 {
    text-transform: uppercase;
    font-size: 2.57142857;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #193282;
  }
  .box-container > .box hr {
    width: 10%;
    border-color: #a4a5a8;
    margin: 30px 0;
  }
  .box-container > .box .box-body p {
    margin-bottom: 40px;
  }
  .box-container > .box.image-holder {
    background: #f2f2f2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  img {
    max-width: 100%;
  }
  
  .btn-lg {
    background: #193282;
    padding: 16px 45px;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    color:white;
  } 

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #222;
  color: #bbb;
  margin-top: 2rem;
}

.sponsorcenter {
  display: flex;
  justify-content: center;
}