@media screen and (max-width: 768px) {
  img.responsive .header .img {
      width: 20%;  /* Make the image responsive */
      max-width: 300px; /* Limit maximum size */
      height: auto;
  }
}
.articleh1 {
  padding-top: 60px
}

body {
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333;
}

header {
  background-color: #000000;
  color: #fff;
  text-align: center;
  align-items: center;
  height: fit-content;
}

header p {
  margin: 0;
  
  
}
header a {
  font-size: clamp(18px, 3vw, 32px);
  
}


.headertext p{
  font-size: clamp(18px, 3vw, 32px);
}
.headertext h1{
  font-size: clamp(18px, 4vw, 36px);
}
.headertext h4{
  font-size: clamp(18px, 3vw, 32px);
}

.navbar {
  display: flex;
  justify-content: space-between;
  position: sticky;
  background: #252627;
  padding: 10px 0;
  text-align: center;
  top: 0;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  font-size: larger;
}

.navbar a {
  color: #8eaf1f;
}

.navbar ul {
  list-style: none;
  padding: 0;
  display: 100%;
}

.navbar li {
  margin: 0 15px;
  display: inline;
}

.navbar a {
  color: #fff;
  margin: 0 1em;
  text-decoration: none;
  font-size: larger;
}

footer {
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

p {
  font-size: larger;
  color: #000;
}

main {
  background-color: #ffffff;
}

h1 {
  color: #8eaf1f;
}

h2 {
  color: #000000;
}
h3 {
  color: #000000;
  font-size: 26px;
}
h4 {
  color: #fff;
  font-size: 20px;
}

.articlelist {
  text-align: left;
  padding-left: 0;
  list-style-position: inside;
  font-size: clamp(16px 3vw 18px);
}

.articlelist li {
  font-size: clamp(16px 3vw 18px);
    text-align: left;
}

.article-index ul li a {
  color: #8eaf1f;
}

ul {
  font-size: clamp(16px 3vw 20px);
}
li {
  font-size: clamp(16px 3vw 20px);
  color: #000;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.homelist {
    text-align: left;
    padding-left: 0;
}

.homelist li {
    text-align: left;
    font-size: clamp(16px 3vw 18px);
}
.servicelist {
  justify-self: center;
  text-align: left;
  width: 25vw;
  

}
.servicelist li {
  font-size: clamp(16px 3vw 24px);
}
.servicediv {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
