body {
  margin: 0;
  
  font-family: Arial, sans-serif;
}

nav {
  background-color: #333;
  padding: 10px;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  color: #00ccff;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
background: linear-gradient(
  to right,
  white 0px,
  white 100px,
  #333 100%
);
  padding: 10px 20px;
  margin-left: 0px;
}

.logo {
  height: 75px;

}

.image-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.homeI {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.homeI img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.reg-text {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.nav-links a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
  font-weight: bold;
} 

.nav-links a:hover {
  color: #00ccff;
}

.contact-box{
 margin-top: 35px;
 margin-bottom: 35px;
}

.contact-box a {
  color: #0099cc;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}


.cont h1,
.req h1,
.abo h1,
.content h1 {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;


  font-family: "Lucida Console", "Courier New", monospace;
   font-size: 28px;
}



.abo h2{

  text-align: center;
}

.req{
 text-align: center;
 margin-bottom: 45px;

}

.cont{
 text-align: center;
 margin-bottom: 0px;

}

.req p{

line-height: 1.8;
 text-align: center;
  max-width: 800px;
    margin: 40px auto;
      margin-top: 15px;
  margin-bottom: 0px;
}

.request-instructions strong {
  color: #0099cc;
}

.abo p, 
.content p {
line-height: 1.8;
 text-align: center;
  max-width: 800px;
    margin: 40px auto;  
      margin-top: 30px;
  margin-bottom: 0px;
  
}


.contact-box{
  max-width: 300px;
   margin: 0 auto; 

  background-color: white;
  padding: 25px;
  border-radius: 12px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.25);

  transition: 0.2s ease;

   border-top: 1px solid#9d9d9d;

}
.request-process,
.request-instructions,
.content5,
.content6,
.content3,
.content4 {
  max-width: 600px;
   margin: 0 auto; 

  background-color: white;
  padding: 25px;
  border-radius: 12px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.25);

  transition: 0.2s ease;

   border-top: 1px solid#9d9d9d;
}

.request-process li,
.request-instructions li,
.content3 ul,
.content4 li {
  list-style-position: inside;
  text-align: left;
  line-height: 1.8;
}


.contact-box:hover,
.request-instructions:hover,
.request-process:hover,
.content5:hover,
.content6:hover,
.content3:hover,
.content4:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  border-top: 0px solid#9d9d9d;
}

@media (max-width: 768px) {
  .wrap1 {
    flex-direction: column;
    align-items: center;
  }
}



.request-download{

     padding-top: 25px; 
  padding-bottom: 50px; 
   text-align: center;
}

.cta {
   padding-top: 25px; 
  padding-bottom: 50px; 
   text-align: center;


}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  /* background-color: #9d9d9d; */

  background-color: #00ccff;
  color: white;
  text-decoration: none;
  border-radius: 10px;
   font-weight: bold;
  transition: 0.2s ease;

  box-shadow: 0 4px 10px rgba(0,0,0,.5);
}

.cta-button:hover{
background-color: #0099cc;
transform: translateY(-2px);
box-shadow: 0 6px 14px rgba(0,0,0,0.75);

}



.wrap1 {
  display: flex;
  justify-content: center;
  gap: 30px;             
  max-width: 1000px;      
  margin: 40px auto;     
}

.wrap2 {
  display: flex;
  flex-direction: column;  /* stack vertically */
  gap: 35px;               /* adjust spacing */
}


.owner-section {
  display: flex;
  align-items: center;
  gap: 40px;

  max-width: 1000px;
  margin: 60px auto;
  background-color: #f8f8f8;
  padding: 40px;
  border-radius: 12px;

}

.owner-img img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;   /* makes it a circle */
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.owner-text {
    text-align: left;
  flex: 1;
}

.owner-text p{
  margin-top:35px;
   line-height: 1.8;
     text-indent: 25px;
     max-width: 500px;

}

@media (max-width: 768px) {
  .owner-section {
    flex-direction: column;
    text-align: center;
  }
}


.region-text {
  max-width: 900px;
  margin: 45px auto 70px auto;
  padding: 0 20px;
  text-align: center;
  line-height: 1.6;

    border-top: 1px solid #ddd;
}

.region-text h1 {
  margin-bottom: 20px;
}

.region-text p {
  margin-bottom: 18px;
}

footer {
  text-align: right;
  padding: 20px;
  margin-top: 60px;
  font-size: 14px;
  color: #777;
}



html, body {
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}