.w3-theme-l5 {color:#000 !important; background-color:#ebf2f9 !important}
.w3-theme-l4 {color:#000 !important; background-color:#bcd3ed !important}
.w3-theme-l3 {color:#fff !important; background-color:#78a6da !important}
.w3-theme-l2 {color:#fff !important; background-color:#367ac7 !important}
.w3-theme-l1 {color:#fff !important; background-color:#245083 !important}
.w3-theme-d1 {color:#fff !important; background-color:#10233a !important}
.w3-theme-d2 {color:#fff !important; background-color:#0e1f33 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0c1b2d !important}
.w3-theme-d4 {color:#fff !important; background-color:#0b1826 !important}
.w3-theme-d5 {color:#fff !important; background-color:#091420 !important}

.w3-theme-light {color:#000 !important; background-color:#ebf2f9 !important}
.w3-theme-dark {color:#fff !important; background-color:#091420 !important}
.w3-theme-action {color:#fff !important; background-color:#091420 !important}

.w3-theme {color:#222 !important; background-color:#fff !important}
.w3-theme p {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.home_card {
    color:#d0d4d9;
    background-color:#122841;
}

.line {
    border: none;
    height: 1px;
    background-color: #122841;
    color: #122841;
}

.line_bottom {
    border-bottom: 0.5px solid #122841 !important;
}


.menu{
    color:#d0d4d9 !important;
    background-color:#122841 !important;
}

.menu_button:hover{
    color: #d0d4d9 !important;
    text-shadow: 0.5px 0.5px #666;
    background-color: #122841 !important;
    border-bottom: 0px solid #122841;
}


/* .highlight {
    font-weight: bold;
    color: #122841;
    background-color: #fff;
    border-bottom: 0px solid #122841;
} */


.highlight {
    font-weight: bold;
    color: #fff;
    text-shadow: 0.5px 0.5px #000;
    background-color: #122841;
    border-bottom: 0px solid #122841;
}

.footer {
    color:#d0d4d9 !important;
    background-color:#122841 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.indented-text {
    text-indent: 30px; /* Indent the first line by 30px */
    margin: 0; /* Optional: Reset margin if needed */
    line-height: 1.5; /* Optional: Set line spacing */
}

.article-title {
    font-size: 24px;
    font-weight: bold;
    color: #007bff; /* Blue color, you can change it to your preference */
    margin-bottom: 10px;
}

.w3-text-theme {color:#122841 !important}
.w3-border-theme {border-color:#122841 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#122841 !important}
.w3-hover-text-theme:hover {color:#122841 !important}
.w3-hover-border-theme:hover {border-color:#122841 !important}

.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/IMG_0051c2.jpg');
    background-color: #fff;
    min-height: 100%;
    background-attachment: fixed;
    }

.img-block {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
  color: #111;
  max-width: 800px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .img-block p {
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      line-height: 1.4;
      margin-bottom: 10px;
    }


.img-in-txt {
  width: 100%;
  height: 100%;

}

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

   .img-in-txt table {
      width: 100%;
      height: auto;
    }

    @media only screen and (max-width: 800px) {
      .img-in-txt td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
      }

      .img-in-txt img {
        margin-bottom: 5px;
      }
    }

    @media (max-width: 1170px) and (min-width: 992px) {
        .custom_medium_hide {
            display: none !important;
        }
    }

    @media (min-width: 1171px) {
        .custom_large_hide {
            display: none !important;
        }
    }

.background-container {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    /*background-image: url('images/main_logo.jpg');*/
    z-index:0;
}

form button {
    margin-right: 10px;
    cursor: pointer;
}

form button img {
    transition: transform 0.3s ease;
}

form button img:hover {
    transform: scale(1.1);
}
