*,
*::before,
*::after 
{
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body 
{
  background-image: url(/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: Verdana;
  width: auto;
  overflow-x: hidden;
}

.titlebox
{
  height: auto;
  width: 28%;
  max-width: fit-content;
  min-width: fit-content;
  background-color: blueviolet;
  justify-content: center;
  padding: 2px;
  margin: auto;
  align-content: center; 
  font-weight: bold;
  border: 6px;
  border-color:rgba(164, 51, 244, 0.905);
  border-style:double;
  margin-bottom: 2em;
  text-decoration: none;
}

.title
{
  font-size: 24px;
  text-align: center;
}

.subtitle
{
  font-size: 12px;
  text-align: center;
  font-weight:600;
  color: rgb(32, 32, 32);
}

.main 
{
  font-family: Verdana;
  width: 100%;
  justify-content: center;
  height: auto;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: center;
  font-size: 11px;
  align-items: flex-start;
}

.content
{
  background-color: rgba(230, 106, 70, 0.909);
  width: 40%;
  min-width: 300px;
  align-self: center;
  padding-left: 0px;
  padding-right: 0px;
  border: 3px;
  border-style: solid;
  border-color: rgb(63,97,73);
  height: fit-content;
  font-size: 0.9rem;
} 

.contentheader
{
  background-color: rgba(216, 116, 2, 0.762);
  text-align: center;  
  border: 0px;
  border-bottom: 3px;
  border-style: solid;
  font-size: 2.5em;
  border-color:rgb(63,97,73);
}
.contentintro
{
  text-align: left;
  padding: 0.8rem;
  padding-top: 0.1rem;
}

.card3
{
  background-color: #f2bc6c;
  width:26%;
  min-width: 300px;
  height: fit-content;
  text-align: left;
  text-indent: 5px;
  border: 2px;
  border-color: rgb(63,97,73);
  border-style: solid;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  max-width: 300px;
  align-self: center;
  padding: 20px;
  
}
.column2a a {
  border-bottom: 2px dotted black;
  text-decoration: none; /* remove default underline if you like */
} 
.card3title
{
  width: auto;
  font-size: 1.0rem;
  text-align: center;
  padding: 0.2rem;
  padding-bottom: 0.5rem;
  padding-top: 0rem;
}
.card3 ul {
  list-style-type: disc; /* Ensure bullets appear */
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5rem; /* Increase if needed */
}

.card3 li {
  padding-left: 0.5rem;  /* Space between bullet and text */
  text-indent: -1rem;   /* Aligns wrapped text under the first line */
  display: list-item;     /* Ensures bullets stay visible */
  margin-top: 0.2rem;
}

.card4
{
  background-color: rgba(250, 166, 118, 0.959);
  width:26%;
  text-align: left;
  box-decoration-break: clone;
  padding: 20px;
  padding-top: 20px;
  height: fit-content;
  min-width: 250px;
  border-style: solid;
  border-color: rgb(63,97,73);
  border-width: 3px;
}
.card4title
{
  text-align: center;
  padding: 6px;
  background-color: rgba(230, 105, 70, 0.909);
  border-style: solid;
  border-color: rgb(63,97,73);
  width: auto;
  margin: -20px;
  margin-bottom: 10px;
  font-size: 20px;
  border-width: 0px;
  border-bottom-width: 3px;
}
.card4title1
{
  text-align: center;
  padding: 6px;
  background-color: rgb(191, 229, 240);
  border-style: solid;
  border-color: #ffffffe8;
  width: auto;
  margin: -20px;
  margin-bottom: 10px;
  font-size: 20px;
  border-width: 0px;
  border-bottom-width: 3px;
}

.card4contact
{
  text-align: center;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.card4contact1
{
  text-align: center;
}

.cirnocard
{ 
  background-color: aliceblue;
  background-size: 200px;
  border: #000000 3px double;
  border-radius: 2px;
  padding: 20px;;
}

.cardmain
{
  display: flex;
  width: 100%;  
  margin: auto;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 1rem;
  gap: 20px;
  justify-content:center;
  
}
.cirnocard1
{
  background-color: rgb(156, 232, 255);
  background-size: 200px;
  border: #000dff 5px double;
  border-radius: 2px;
  width: auto;
  height: fit-content;
  min-width: 200px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  min-width: 300px;
}

.card1title
{
  padding-bottom: 1rem;
  font-size: 1rem;
}

.card1text
{
  word-wrap: break-word;
  text-align: center;
  font-size: small;
  width: auto;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
}

.card2
{
  background-color: rgb(112, 153, 205);
  background-size: 200px;
  border: #000000 3px double;
  border-radius: 2px;
  max-width: 300px;
  min-width: 300px;
  padding: 20px;
  height: fit-content;
  text-align: left;
}
.card2 ul {
  list-style-type: disc; /* Ensure bullets appear */
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5rem; /* Increase if needed */
}

.card2 li {
  padding-left: 0.5rem;  /* Space between bullet and text */
  text-indent: -1rem;   /* Aligns wrapped text under the first line */
  display: list-item;     /* Ensures bullets stay visible */
  margin-top: 0.2rem;
}

.card2title
{
  padding-bottom: 1rem;
  font-size: 1rem;
}

.backcard
{
  background-color:#f2bc6c;
  height: fit-content;
  padding-bottom: 50px;
  max-width: 61.8%;
  max-width: 750px;
  justify-self: center;
  margin: auto;
}
.articletitle
{
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.articletitle1
{
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
}
.imagediv {
  padding: 1rem;
  text-align: center; /* Centers inline images */
  margin: 0 auto;
  width: 100%; /* Ensures it takes full parent width */
  max-width: 700px; /* Matches content width */
}
.imagediv img {
  display: block; /* Prevents extra space below image */
  margin: 0 auto; /* Ensures the image is centered */
  max-width: 90%; /* Keeps it responsive */
  height: auto; /* Maintains aspect ratio */
}
.image
{
  display: flex;
  height: auto;
  width: 75%;
  max-width: 90%;
}
.image1{
  max-width: 90%;
  padding: 0;
}

.content1
{
 padding-left: 1rem;
 font-size: 0.9rem;
 color:rgb(47, 47, 47);
 padding-bottom: 0.5rem; 
 max-width: 700px; /* Adjust as needed */
 margin: 0 auto; /* This centers it */
}
.content2
{
 padding-left: 1rem;
 padding-right: 1rem;
 padding-bottom: 1rem;
 max-width: 700px;
 margin: 0 auto;
 font-size: 1rem;
 color: black; 
}
.content2 li {
  padding-top: 1rem; text-indent: 0;
}
sup
{
  font-size: 0.6rem;
}
.main
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  height:fit-content;
  align-items: flex-start;
}
img {
  max-width: 100%;
  height: auto;
}

.column1
{
  background-color: rgb(156, 232, 255);
  background-size: 200px;
  border: #000dff 5px double;
  border-radius: 2px;
  width: auto;
  height: fit-content;
  padding: 20px;
  padding-bottom: 0 ;
  text-align: center;
  max-width: 300px;
  min-width: 300px;
}
ul {
  list-style-type: disc; /* Ensure bullets appear */
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5rem; /* Increase if needed */
  text-align: left;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}

li {
  padding-left: 0.5rem;  /* Space between bullet and text */
  text-indent: -1rem;   /* Aligns wrapped text under the first line */
  display: list-item;     /* Ensures bullets stay visible */
  margin-top: 0.2rem;
  text-align: left;
  padding-bottom: 0.2rem;
}
.column2
{
  border: 3px solid;
  background-color: rgba(230, 106, 70, 0.95);
  border-color: rgb(63,97,73);
  background-size: 200px;
  border-radius: 2px;
  height: fit-content;
  text-align: center;
  max-width: 600px;
  min-width: 300px;
}
.column2a
{
  border: 3px solid;
  background-color: #ffa42ef2;
  border-color: rgb(63,97,73);
  background-size: 200px;
  border-radius: 2px;
  height: fit-content;
  text-align: center;
  max-width: 600px;
  min-width: 300px;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}
.column3
{
  border: 3px solid;
  background-color: #ffc06ef2;
  border-color: rgb(63,97,73);
  border-radius: 2px;
  width: auto;
  height: fit-content;
  min-width: 200px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  min-width: 300px;
}
.cardtitle
{
  width: auto;
  font-size: 1.0rem;
  text-align: center;
  padding: 0.2rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.horizontaldottedline {
  border-bottom: 1px dotted rgb(black);
  width: 0.05rem;
}
.otherarticles
{
  width: auto;
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 600px) {
  .main {
    width: auto;
    padding: 0px;
    min-width: 90%;
    max-width: 1000px;
    flex-direction: column;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    justify-content: center;
    align-items: center;
  }
  .image{
    width: 100%;
    padding: 0;
  }
  .image1{
    width: 100%;
    padding: 0;
  }
}