

*   {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body    {
	background-color: #2390d1;
    overflow-x: hidden;
}


.intro-news-text    {
    color: antiquewhite !important;
}

.documents-bg   {
    background-image: url("images/river.jpeg");
    padding-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: -50px;
}

@media screen and (max-width: 600px){
    .documents-bg   {
        background-image: none;
    }
}

.img-size  {
    width: 24vw;
    height: 24vh;
    border-radius: 10px;
    overflow: hidden;
}

.tiles-top  {
    padding-top: 5vh;
}

.tiles  {
    background: #ffffff;
    padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .tiles,.angle-break-small-screens  {
      display: none;
    }
  }

  @media screen and (max-width: 913px) {
      .images    {
          padding-top: 3.7em;
          width: 80%;
          height: 100%;
      }
  }
  @media screen and (max-width: 1025px) {
    .images    {
        padding-top: 3.7em;
        width: 95%;
        height: 100%;
    }
}

.splash-img {
    max-width: 98.8vw;
    margin-left: -12px;
}

.parallax-img-1   {
    top: 5%;
    left: -12px;
    width: 100vw;
    height: 100vh;
    border-radius: 1%;
}

.parallax-img-1     {
    position: relative;
    opacity: 100;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.caption {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    opacity: 10;
}

.dropdown-menu  {
    background: #2391d1a1;
}

.dropdown-item  {
    color: white !important;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
  }
   
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


.dropdown-menu > li > a:hover {
    background: #00008b00;
    color: #ffffff !important;
    border-radius: 4px;  
}

/*
.border  {
    background: rgb(251,164,0);
    background: radial-gradient(circle, rgba(251,164,0,0.6362745781906513) 11%, rgba(35,144,209,0.6922969871542367) 80%); 
}
*/

/*
@media screen and (max-width: 767px) {
    #parallax-title-text,.wordCarousel {
        position: absolute;
        text-align: center;
        left: 10vw;
        top: 10vh;
        height: 10vh;
        margin: 0px;
        padding: 0px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    #parallax-title-text,.wordCarousel {
        position: absolute;
        text-align: center;
        left: 10vw;
        height: 10vh;
        margin: 0px;
        padding: 0px;
        font-size: 2rem;
    }
}
*/
@media screen and (max-width: 767px){
    .parallax-img-1 {
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    .absolution-duo    {
        top: 19vh;
        left: 10vw;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .absolution-duo    {
        top: 13vh;
        left: 10vw;
        width: 100%;
    }
}

@media screen and (max-width:767px){
    .resources-intro,.resources-main p {
        font-size: .9rem;
        width: 100vw;
        margin-left: 0px;
        text-align: justify;
    }
}
/* Hides the Border for the text in the parallax location */
@media screen and (max-width: 767px) {
    .border {
        font-size: 2rem !important;
        padding: 20px;
        background: transparent;
        border-color: transparent !important;
        border-width: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .border {
        padding: 20px;
        background: transparent;
        border-color: transparent !important;
        border-width: 0px !important;
    }
}

@media screen and (max-width: 1023px) {
    .border {
        padding: 20px;
        background: transparent;
        border-color: transparent !important;
        border-width: 0px !important;
    }
}
/* fixes absolute location of scrolling text parent*/
@media screen and (max-width: 768px) {
    .absolution-one {
        position: absolute;
        right: 50%;
        top: 155%;
        padding-top: 5%;
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .absolution-one {
        position: absolute;
        right: 50%;
        top: 155%;
        padding-top: 5%;
        font-size: 1rem;
    }
}
/* changes text of scrolling text */
@media screen and (max-width: 767px) {
    .absolution-duo,.flip4 {
        font-size: 1rem;
        padding-top: 20px;
    }
}

.caption,
span.border    {
    color: #f5f5f5;
    padding: 10px;
    letter-spacing: 10px;
    font-size: 4rem;
}

.mission-image  {
    width: 559px;
    height: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px)   {
    .mission-image {
       width: 100%;
       height: 100%;
    }
}

@media only screen and (max-width: 768px)   {
    .mission-image {
       display: none;
    }
}

@media only screen and (max-width: 1366px)  {
    .mission-image {
       width: 100%;
    }
}

.imgover {
    position: relative;
    text-align: center;
    color: #ffffff;
    top: 35%;
    margin-left: -13px;
    margin-right: -15px;
  }

  .center-above {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    background-color: #f5f5f59a;
    width: 75%;
    height: 60px;
    color: rgb(17, 17, 16);
    z-index: 999;
  }

  .skinny-text  {
      color: #fffff0;
      max-width: 700px;
      padding-bottom: 50px;
      padding-top: 25px;
  }

  p {
      text-indent: 7;
    }

  mark  {
      background: #ffff00da;
      padding: 0px 2px 0px 2px;
      border-radius: 4px;
  }

  .pad-me   {
      padding-bottom: 40px;
  }

  .image-fit    {
      margin-left: 7rem;
  }

  .navbar   {
    position: fixed;
    top: 0px;
    background-color: #2390d1;
    width: 100vw;
    z-index: 1000;
  }

  .nav-link  {
    transition: all 0.5s;
    cursor: pointer;
  }

/*
    .nav-link:hover  {
        color: #ffffff !important;
        box-shadow: 1px 1px 10px 2px;
        border-radius: 4px;    
    }


    a.animated-link {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        display: block;
        position: relative;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }
    a.animated-link:hover {
        background-color: transparent;
        color: #ffffff !important;
        box-shadow: 1px 1px 10px 2px;
        border-radius: 4px;
    }
    a.animated-link:hover:before {
        left: 0%;
        right: auto;
        width: 100%;
    }
    a.animated-link:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        background: rgb(7, 3, 241);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }
*/

  .mission h3  {
      padding-top: 20px;
      color: gold;
  }

  .brand-logo {
      max-width: 40px;
      max-height: 40px;
      border-radius: 80%;
  }
  
  footer   {
      background:#111110;
      color: #708090;
      bottom: 0px;
      width: 100%;
  }

  .spacer   {
      padding-bottom: 180px;
  }

  .text-bg-covid    {
      background-color: #bbc2ca;
      padding-top: 24px;
      
  }
  
  .covid-container  {
      border-radius: 10px 10px 0 0;
  }

  .img-covid    {
      width: 400px;
  }

  .intro-covid  {
      background-color: #ffffff;
      padding-top: 100px;
      padding-bottom:100px;
  }

   .intro-covid p{
       margin-left: 30%;
       width: 600px;
   }

   @media screen and (max-width: 600px) {
       .intro-covid,.intro-covid p {
           text-align: center;
           margin: 0;
           width: 99vw;
       }
   }

   @media screen and (max-width: 600px) {
       .contact-left,.contact-right {
           display: inline-table;
       }
   }

   .intro-covid hr{
       width: 20%;
       margin: 40px 0 40px 40%;
   }

  li   {
     list-style: none;
  }
  
  .staff-intro hr    {
      width: 20%;
      margin: 40px 0 40px 40%;
  }

  .staff-intro  {
      padding-top: 100px;
  }

  .card-img-top {
      align-self: center;
      border-radius: 5%;
  }

  @media screen and (max-width: 1200px) {
      .card-img-top {
          align-self: center;
          border-radius: 5%;
      }
  }

  .card {
      width: 80%;
      text-align: center;
      background: rgb(131,58,180);
      background: linear-gradient(180deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
      color: #ffffff;
      box-shadow: 5px 5px 5px 1px black;
  }

  .staff-container  {
      padding-top: 50px;
      border-radius: 12px;
      margin-left: 40px;
  }

  .card-body    {
      background: rgb(63,94,251);
      background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
      border-radius: 0 0 10px 10px;
  }

  .content-wrapper  {
      margin-top: 4rem;
      padding-bottom: 4rem;
      background: rgb(222, 222, 238);
      border-radius: 12px 12px 0 0;
  }

  .staff-text-container {
      font-size: 2rem;
  }

  .skinny-intro {
      width: 50%;
      margin-left: 25%;
      padding: 24px;
  }

  .calendar  {
      margin-top: 10%;
      margin-bottom: 100vh;
  }

  .calendar a  {
    text-align: center;
    color: #fdfdfd;
    text-decoration: none;
  }

  .calendar a:hover    {
    color: #ffd700 !important;
    text-decoration: underline;
  }

  .h1-shadow    {
      box-shadow: 0 -10px 20px 0 rgba(0,0,0,.1), 0 -8px 4px 0 rgba(0,0,0,.1);
      margin-top: -80px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 12px 12px 12px 12px;
      position: relative;
      z-index: 1;
      background: #ffffff;
  }

  .h1-resource  {
      width: 80%;
      margin-left: 10%;
  }

  .resources-page-img    {
      border-radius: 12px 12px 0px 0px;
  }

  .resources-intro  {
      padding-top: 200px;
      border-radius: 12px 12px 0px 0px;
  }

  .resources-main   {
      margin-top: -25px;
      padding-bottom: 50px;
  }

  .resources-main p{
    width: 50%;
    margin-left: 25%;
    padding: 24px;
  }

  .board-intro  {
      padding-bottom: 40px;
      border-radius: 12px 12px 0 0;
  }

  hr    {
      width: 40%;
      margin-left: 30%;
  }
  .simple-skinny    {
    width: 50%;
    margin-left: 25%;
  }

  .agenda-ul    {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  
  .buffer   {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  
  .buffer-bottom-lg   {
      padding-bottom: 50px;
  }

  .buffer-lg    {
      padding-top: 10vh;
  }

  .trustees     {
      text-transform: uppercase;
  }

  a:hover   {
      color: #daa520;
  }

  .button-submit {
    border-radius: 4px;
    background-color: #1ec2f4;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 125px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button-submit:hover{
    padding-right: 25px;
    background-color: goldenrod;
    color: black;

  }

  .face-book    {
      font-size: 2rem;
      color: whitesmoke;
  }

  .phone    {
      color: whitesmoke;
  }

  .docs-intro   {
      padding-top: 100px;
  }

  .docs-visited a:visited   {
      color: white;
  }
  
  .docs-visited a {
      color: white !important;
  }
  
  .docs-visited a:hover {
      color: gold !important;
  }

  .selector {
      background-color: #fdfdfd;
      color:rgb(3, 3, 3);
  }

  .angle-break  {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding: 10vw;
  overflow: hidden;
  transform-origin: 100% 0;
  transform: skewY(6deg);
  color: #fff;
  background-color: rgb(6, 21, 87);
}

.angle-break > * { transform: skewY(-6deg); }

.angle-break {
  position: relative;
  top: 60%;
  left: 50%;
  display: block;
  width: 101%;
  transform: skewY(-6deg) translate(-50%, -50%);
  opacity: 0.7;
}

.angle-relative  {
  position: relative;
  transform: skewY(+6deg);

}
.angle-relative-reverse  {
    position: relative;
    transform: skewY(-6deg);
  
  }

.angle-break a:link {
    color: seashell;
}

.angle-break a:hover  {
    color: gold;
}

.bg-fix-angle  {
    background-color: white !important;
}

.divider-one    {
    padding-bottom: 10vh;
    padding-top: 10vh;
}

.angle-break-index-1    {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    max-height: 70vh;
    padding: 10vh;
    overflow: hidden;
    transform-origin: 100% 0;
    transform: skewY(6deg);
    color: #fff;
    background-image: url("/images/anglebackground.jpeg");
    background-color: rgb(6, 21, 87);
    background-position: center;
  }
  .angle-break-index-2    {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vw;
    max-height: 70vh;
    padding: 10vh;
    overflow: hidden;
    transform-origin: 100% 0;
    transform: skewY(-6deg);
    color: #fff;
    background-image: url("/images/anglebackground.jpeg");
    background-position: bottom;
  }

  @media only screen and (max-width: 768px) {
     .angle-break-index-1, .angle-break-index-2 {
      transform: skewY(0deg);
      } 
  }

  @media only screen and (max-width: 912px) {
    .angle-break-index-1, .angle-break-index-2 {
     transform: skewY(0deg);
     width: 100vw;
     } 
 }
  
  .angle-break-transition   {
      margin-top: 150px;
      margin-bottom: 50px;
  }

  .angle-break-bg   {
    background-color: rgb(255, 255, 255);
  }

  .angle-text   {
      color: white;
  }

  .angle-break-space-top    {
    height: 25vh; 
    margin-top:25vh; 
    margin-bottom: -10vh;
  }

  .angle-break-space    {
    margin-bottom: 30vh;
    margin-top: -10vh;
    height: 25vh;
  }

  a.blur:hover  {
    filter: blur(8px);
    -webkit-filter: blur(0px);
  }

  .box-hover  {
    transition: all .4s ease;
}

  .box-hover:hover {
      transition: all .8s ease;
      transform: scale(1.1);
      -webkit-filter: blur(0px);
      filter: blur(0px);
  }

  .form-control  {
     width: 35vw;
     overflow: hidden;
  }

  @media screen and (max-width: 600px) {
    .form-control   {
        overflow: hidden;
    }
  }

  .images   {
      filter: blur(2px);
      -webkit-filter: blur(2px);
  }

  .images-over:hover  {
      transition: all .6s ease;
      filter: blur(0px);
      -webkit-filter: blur(0px);
  }


  /* Block Quote Generic */

  blockquote {
    background: rgba(0, 0, 0, 0.13);
    border-left: 10px solid rgb(139, 230, 238);
    font-size: 2em;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: '\201C' '\201D' '\2018' '\2019';
    
  }
  
  blockquote:before {
    color: rgb(139, 230, 238);
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  
  blockquote p {
    display: inline;
  }

  .skinny-quote  {
    color: rgba(13, 0, 83, 0.861);
    max-width: 700px;
    padding-bottom: 50px;
    padding-top: 25px;
  }

  .tiny-text    {
    font-size: .7rem;
  }

  .fastbridge-resize {
    width: 33%;
  }
  /* search bar settings */



.search-container {
    width: 220px;
    margin: 20px auto;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative; /* Necessary for absolute positioning within it */
    display: inline-block; /* Keeps it inline within the navigation */ 
}

input[type="text"] {
    width: 200px; /* Adjust the width to make it smaller */
    padding: 6px; /* Reduce padding inside the input box */
    border: 1px solid #ccc; /* Keep the border clean */
    border-radius: 4px; /* Subtle rounded corners */
    font-size: 14px; /* Slightly smaller text */
    outline: none;
}

input[type="text"]:focus {
    border-color: #005bb5; /* Darker blue on focus */
}

.results {
    margin-top: 10px;
    position: absolute; /* Takes it out of the document flow */
    top: 100%; /* Aligns it directly below the input field */
    left: 0; /* Aligns it with the left edge of the search container */
    width: 100%; /* Matches the width of the search container */
    max-height: 300px; /* Set maximum height for scrollability */
    overflow-y: auto; /* Enable scrolling if there are too many results */
    z-index: 999; /* Place it above other elements */
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Adds a shadow for depth */
    border-radius: 6px;
    display: none; /* Keep hidden until results are shown */
}

.result-item {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item a {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
}

.result-item a:hover {
    color: #005bb5;
}
