.header-img{
    display: block;
    width: 100%;
    height: 330px;
}
body{
    margin:0;
    padding:0;
font-size:1.2rem;
 line-height:1.6;
}

.top-header{
    margin:0;
    padding:0;
}

.navbar{
    margin:0;
}

nav{
   /* background:rgb(235, 235, 124);*/
background-color:#d2b48c;
       justify-content: space-between;
    text-align:center;
padding:8px;


}
nav a{
    margin:0 40px;
    text-decoration:none;
    color:#007d8b;
    font-weight:bold;
width:30px;

}
nav a:hover{
    
}
.container {
height:auto;
    width: auto;
    margin: auto;
    padding: 20px;
    color: black;
    position: relative;
    z-index: 1;
 

}

/* background image with transparency */
.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: 
        linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
        url("");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: -1;
}




.info-row{
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 5px 0;
  flex-wrap: wrap;   /* responsive */
}

.info-box{
  flex: 1;
  min-width: 260px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.info-box h3{
 
  margin-bottom: 10px;
}

.dates{
  color: red;
}

.header1{
padding-bottom:30px;
}


.container{
background-color:#D3D3D3;
}

/* HEADER */

.head-txt{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:1;


}
.head-txt .a{
  color: rgb(191, 143, 0);
  font-size:16px;
 }

.head-txt .b{
  color: rgb(0, 128, 128);
  font-weight: 600;
  font-size:30px;
}

.head-txt .c{
  color: rgb(61, 61, 56);
  font-style: italic;
  font-size:16px;
 }

.head-txt .d{
  color: rgb(153, 153, 153);
  font-style: italic;
  font-size:16px;
}

.head-txt .e{
  color: rgb(192, 0, 0);
  font-weight: 600;
  font-size:18px;

 }

.head-txt .f, .g, .h{
  color: rgb(0, 0, 0);
  font-size:15px;

 }

.head-txt .i{
  color: rgb(0, 0, 255);
  font-size: 18px;
  
 }

/*
.logo img{
    height:150px;
    margin-left: 20px;
    margin-right:20px;
}
*/
.header-text{
    text-align:center;
    flex:1;
}

.header-text h2{
    margin:5px 0;
}

.header-text h3{
    margin:3px 0;
    font-weight:normal;
}

/* NAVBAR */
.navbar{
    background:#D6B588;
    text-align:center;
    padding:12px 0;
}

.navbar a{
    color:#007d8b;
    text-decoration:none;
    margin:0 18px;
    font-size:18px;
    font-weight:bold;
}

.heading-row{
    display:flex;
    justify-content:space-between;
    padding:20px 40px;
}

.heading-row h1{
    color:brown;
    flex:1;
    text-align:center;
}

.content-row{
    display:flex;
    gap:40px;
    padding:20px 40px;
}

.column{
    flex:1;
}
.gold-bronze-row{
    display:flex;
    gap:50px;
    align-items:flex-start;
    margin-bottom:20px;
}

.gold-box{
    flex:1;
}

.bronze-box{
    flex:2;
}
.header-logo img {
    width: 100px;      /* Adjust as needed */
    height: auto;
    display: block;
    margin: 0 auto;
}
.logo-row {
    display: flex;
    justify-content: space-evenly; /* Equal spacing */
    align-items: center;
    width: 100%;
    margin: -40px 0;

}

.logo-row a {
    width: 25%;        /* 4 logos = 25% each */
    text-align: center;
}

.logo-row img {
    max-width: 200px;  /* Adjust as needed */
    height: auto;
}

@media (max-width: 992px) {
    .banner {
        min-height: 300px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .banner {
        min-height: 250px;
        background-size: contain;   /* Shows the complete image */
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .banner {
        min-height: 180px;
        background-size: contain;
    }





















