
       
/**/
body { 
    overflow:visible;
    margin: 0px;
    color: #000;
    
    font-family: Montserrat, sans-serif;
    
/*background-image: radial-gradient(circle, #fffffff5 18%, #e7f1ff), url("washed_out_image.png");*/
 
} 

td { height:1px; }
/* Disables all pointer interactions (click, hover, etc.) on the canvas/iframe */
canvas, iframe {
  pointer-events: none !important;
}


.content-box {

  padding:15px;

}
.button-container {
padding: 20px;
border: 1px black;
}

/* Container for the video background */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Place the video behind other content */
    background-color: radial-gradient(circle, #fffffff5 78%, #fcf9f9);
  }
  
  /* Make the video cover the entire background */
  .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 0.15; /* Set video transparency to 60% */
    
  }
  
p {
  
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  width:99%;
  padding: 0;
  
}
.content1 {

    margin-top: 10px;
    position:relative;
    z-index: 500;
    text-align: center;
    border-color: white;
    
}

.logo{
    color: #000000;
    justify-content: left;
    text-align: left;
    margin: 0 0px;
    padding: 0px;
    text-decoration: none;
    transition: background-color .2s;
    z-index: 1000;
  }

  .flex-logo{
    color: #000000;
    font-weight: bolder;
    font-size: 24px;
    background-color: #fff0;
    border-radius: 3px;
    text-align: center;
    margin: 4 0px;
    text-decoration: none;
    transition: background-color .2s;
    z-index: 500;
    position:relative;
  }
  
  .flex-text{
    color: #8f8f8f;
    font-weight: bolder;
    font-size: 14px;
    background-color: #fff0;
    border-radius: 3px;
    justify-content: left;
    text-align: center;
    margin: 0 1px;
    padding: 5px;
    text-decoration: none;
    transition: background-color .2s;
    position:relative;
    z-index: 500;

  }

  .flex-text2{
    color: #8f8f8f;
    font-weight: normal;
    font-size: 14px;
    background-color: #fff0;
    border-radius: 3px;
    justify-content: left;
    text-align: left;
    margin: 0 1px;
    padding: 5px;
    text-decoration: none;
    transition: background-color .2s;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    z-index: 500;
    position:relative;
  }

  .flex-text-large {
    color: #8f8f8f;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff0;
    border-radius: 3px;
    justify-content: left;
    text-align: left;
    margin: 0 1px;
    position:relative;
    text-decoration: none;
    transition: background-color .2s;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    z-index: 500;

  }

  .navbar-container{

    background-position: 0 0, 0 0;
    background-size: auto, auto;
    max-width: 100%;
    height: 60vh;
    max-height: 100px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  z-index: 9999;
  }

  
  .nav-menu-mobile {
    border: 1px solid #fff;
    border-radius: 8px;
    margin-right: 30px;
    padding: 1px;
    display: flex;
    z-index: 9999;
  }
  
  .nav-link {
    color: #f0f0f0; 
    background-color: #fff0;
    border-radius: 6px;
    justify-content: center;
    align-items: left;
    margin: 0 1px;
    padding: 14px 30px;
    text-decoration: none;
    transition: background-color .2s;
    width:200px;
    z-index: 9999;
  }
  
  .nav-link:hover {
    color: #000;
    background-color: #a5a5a5;
  }
  
  .nav-link.w--current, .nav-link.w--current:focus, .nav-link.w--current:visited {
    color: #000;
    background-color: #fff;
  }

  .navbar {

    background-position: 0 0, 0 0;
    background-color: rgb(67, 67, 67);
    background-size: auto, auto;
    max-width: 100%;
    height: 60vh;
    max-height: 100px;
    position:relative;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #87a7a7; /* Complementary pastel color */
    z-index: 9999;
}

.navbar a {
    color: #ffffff;
    text-decoration: none;
    z-index: 9999;
}

.navbar a:hover {
    background-color: #87a7a7;
}

.nav-left {
 position: fixed;
 z-index: 1004;
 background-color: #000000;
 width: 100%;
 height: 100px;
}

.nav-middle{

}
div {
  font-size: 15pt;
  line-height: 24px;
}
.project-card {
  padding:1px;
  text-align: center;
  position: relative;
}

.content-box {
  width:100%;
  text-align: left;
  padding-top: 10px;
}

.nav-right {
    position: fixed;
    z-index: 1010;
    text-align: right;
    width: 100%;
}
.navburger {
    
    align-items: center;
    background-color: rgb(205, 205, 205);
    padding-top: 99px;
  }

  .menu {
    gap: 10px; /* Adjust the spacing as needed */
    white-space: nowrap; /* Prevent text wrapping */
    display: flex;
    justify-content: flex-end;
    padding:15px;
  }
  
  .menu div {
    display: inline-block;
  }

  
  .hamburger {
    display:none;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    cursor: pointer;
    margin-right: 0px; /* Space between hamburger and nav links */
    background-color: rgb(224, 79, 79);
    text-align: right;
    width: 100%;
    z-index: 1009;
    
  }
  
  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: #ffffff; /* Adjust color as needed */
    text-align: right;
  }
  
  .nav-links {
    /* position: fixed; Fixes the navbar to the top */
  top: 0; /* Ensures it's at the very top of the page */
  left: 0;
  width: 100%; /* Ensures it spans the full width */
  z-index: 1000; /* Keeps it above other elements */
  color: white;
  padding: 10px 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  
  }
  
  .nav-links a {
    text-decoration: none;
    color: #f0f0f0; 
    font-size: 19px; /* Adjust font size */
    font-weight: bolder;

  }

@media (max-width: 768px) {
    .hamburger {
        display: flex;
        height: 29px;
        width: 84px;
       vertical-align: top;
       padding:5px;
       text-align: right;
       position: fixed;
       z-index: 91000;
    }

    .menu {
       
        /*gap: 10px;  Adjust the spacing as needed */
        white-space:wrap; /* Prevent text wrapping */
        
        white-space: normal; /* Prevent text wrapping */
        display:inline;
      }


    .nav-links {
        display: none;
        flex-direction: column;
        width: 180px;
        text-wrap:normal;
        padding-top:15px;
        
    }

    .nav-links.active {
        display: flex;
        background-color: #000;
        padding-top:15px;
        z-index:200;
    }
    .nav-middle{
        display: flex;
        justify-content: flex-end; /* Aligns child elements to the right */
        width: 100%;
        padding-top:15px;
    }

    .nav-right {
        width: 100%;
        padding-top:15px;

        display: flex; /* Use Flexbox for alignment */
        justify-content: flex-end; /* Aligns child elements to the right */
        align-items: center;

    }

    .greenLine {
        background-color: #87a7a7;
        height:5px;
        width:100%;

    }
}

.content-bubble {
    background-color: #ffffff; /* White for content contrast */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 20px;
    max-width: 80%;
    color: #333;
}

.content-bubble h2 {
    color: #4b9ea1; /* Pastel teal for headers */
}

.content-bubble p, .content-bubble ul {
    margin: 0;
    padding: 10px 0;
}

a:focus, button:focus {
    outline: 2px dashed #4b9ea1; /* High visibility focus for accessibility */
    outline-offset: 2px;
}



.subtab {

    margin-bottom: 2px;
    background-color: #e8e8e8;
    border: 1px solid #000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 18px;
    transition: transform .1s;
    display: flex;
    font-weight:bolder;
    height:50px;
    width:160px;
  }
  
  .subtab:hover {
    transform: translate(0, -2px);
  }
  
  .subtab.w--current {
    color: black;
    background-color: #fff;
    border-style: solid;
  }
  
  .tabs-content {
    width: 100%;
  }

  .services-container {
    text-align: center;
    width: 100%;
  }

  

.w-tabs {
    position: relative;
  }
  
  .w-tabs:before, .w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  

.services-page-tab-menu {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
    
    margin-left: 1px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding:5px;
  }
  
  .services-tabs {
    width: 90%;
    margin-top: -44px;
    margin-left: 10%;
    margin-right: 10%;
    font-size:14pt;
  }
  
  .services-tab-content-1 {
    margin-top: 30px;
  }
  
  .w-tabs:after {
    clear: both;
  }

 

.container {
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*: 50px 20px;
    
      margin: 20px auto;
      background-color: #ffffff;*/
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 500;
      position: relative;
  }

  
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


.w-container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2._2 {
    background-color: #77fa9c;
  }

