@media screen and (max-width: 900px) {





  .ms-row-padding,.ms-row-padding>.w3-threequarter,.ms-row-padding>.w3-quarter,.ms-row-padding>.w3-col{
    
    padding:8px 8px ;
    margin-left: 6px;
    
    }


.mk-large{font-size:15px!important}


.img-heading img{
  width: 100% ;
  height: 150px;
}

.about-image img{
  width: 100%;
  height: 300px;
}

.info {

    font-family: var(--font3);
    margin-left: 70px;
}
.info-fix {
  margin-left: auto;
  font-family: var(--font3);
}
.date-fix {

  font-family: var(--font3);
  margin-left: 0px;
}
.date-fix-blog {

  font-family: var(--font3);
  margin-left: 70px;
}

.name-adjust {
  font-size: 20px;
  font-family: var(--font1);
}

.post-img {
margin-right: 0px;
}
.date {

  font-family: var(--font3);
  margin-left: 5px;
}

  .navigation {
    flex-direction: column;
    margin-bottom: 23px;
  }
  
  

  .mk-2{
    margin-left: 18px;
  }


  .nav-left {
    flex-direction: column;
    text-align: center;
  }

  .nav-left ul li {
    list-style: none;
    font-size: 18px;
    margin: 0 10px;
    font-family: var(--font1);
    transition: all 0.3s ease-in-out;
  }
  
  .nav-left ul .dropdown {
    margin: 0 0px ;
    float: left;
    overflow: hidden;
  }
  
  .nav-left ul .dropdown .dropbtn {
    font-size: 18px; 
    margin-top: 0px;
    color: rgb(11, 4, 4);
    padding: 10px 10px;
    background-color: inherit;
  }

.heading-adjust {
font-size: 12px;

}

.content-right {
  display: none;
}

  

  .home-article {
    flex-direction: column;
  }

  .home-article-img {
    text-align: center;
  }

  .year-box {
    top: 25px;
    left: 60vw;
    font-size: 11px;
    display: flex;
  }

  .year-box div {
    padding: 0 3px;
    margin: 0;
  }

  .home-article img {
    width: 70vw;
  }
  .form-input {
    width: 50%;
  }
  .form-box input,
  textarea {
    width: 66vw;
  }
  .row {
    flex-direction: column;
  }
  .social {
    padding: 0;
  }
  .post-img {
    height: auto;
  }
  .adjust-year {
    position: static;
    height: auto;
    padding: 12px 0px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}








/* =========================
   SEARCH PAGE – MOBILE FIX
   ========================= */
@media (max-width: 768px) {

  /* Prevent text from going under Clear Filters */
  #searchTitle {
    padding-right: 150px;   /* reserve space for button */
  }

  /* Clear Filters button – top right of results box */
  .clear-filter-box {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  
/* New */
.clear-filter-box button {
    padding: 6px 10px;
    font-size: 14px;
  }


.year-box {
    margin-top: 20px;
  }
  
  
  /* Reset year box positioning on mobile */
  .year-box {
    position: static;
    margin-top: 16px;
    text-align: left;
  }

  /* Year heading spacing */
  .year-box h3 {
    margin-bottom: 6px;
  }

  /* Make Year radios horizontal */
  .year-box label {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    font-size: 14px;
  }
}




