/* primary colors */
.navbar-custom, .bg-custom {
    background-color: #3a7364;
  }
  
  .text-custom-light {
    color: #ffffff;
  }
   .text-custom-light-menu,  {
    color: #0f0f0f;
  }
  .text-custom-dark, a {
    color: #0f0f0f;
  }
  
  .navbar-dark .navbar-nav, .nav-link {
    color: #0f0f0f;
  }
  
/* mega menu */
.megamenu-li {
    position: static;
}
  
.megamenu {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    padding: 1rem;
}
  
.megamenu-divider  {
    border-left: 1px solid silver;
}

/* full height container to allow fixed footer */
.body-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
  
main {
    flex: 1;	
}

/* homepage image overlay */
.image-container {
    position: relative;
}

.image-text-overlay {
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #ff;
    position: left;
    width:20%;
    top: 10%;
    left:05%;
}

@media (min-width: 768px) {
    .image-text-overlay {
		margin-top: 2rem;
		font-size: 3rem;
    }
}
 .form_cont { border: 1px solid #cfc; padding: 20px; width: 1060px; background-color: #3a7364;}
 .top_cont { width: 1124px; margin-left: auto; margin-right: auto; }
 #dswpf { width: 1024px; height: 700px;}