 
       @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
       body{
        margin: 0;
        
       }
       
       
       
       header{
           display: flex;
           justify-content: center;
            height: 230px;
            flex-direction: column;
            background: #909B71;
           
            color: #F6C8B8;
            text-align: center;
            font-family: "DM Serif Text";
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            background-image: url(images/headerbackground.jpg);
            background-size: cover;
            background-position: center;
        
    
    display: flex;
    align-items: center;
    justify-content: center;
            
        }
        img{
            display: flex;
            width: 400px;
            height: 500px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
           
            
        }

        


        p{
            width: 510px;
            height: 378px;

            color: #000;
            font-family: "Fira Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-top: 10%;
        }
      
        .container {
            display: flex;
            gap: 20px;
            padding: 5px;
            width: 70%;
            margin: 0 auto;
            align-items: flex-start;
           
        }
        .container img{
            width: 50%;
           object-fit: contain;
           object-position: 100% 0%;

            
        }

        .container .text {
            margin-top: 0;
            }

        .container .text p {
            margin-top: 0;  
           
        }

        

        .pagecontainer {
            display: flex;
            gap: 20px;
            padding: 5px;
            width: 70%;
            margin: 0 auto;
            justify-content: center;
        }

    .pagecontainer p{
        text-align: center;
        margin-top: 10px;
        margin-bottom: -5%;
       
    }  
    
    .pagecontainer .pbottom{
        text-align: center;
        margin: 4px;    
        } 

        h1{
            color: #F6C8B8;
            text-align: center;
            font-family: "Fira Sans";
            font-size: 30px;
            font-style: bold;
            font-weight: 500;
            line-height: normal;
            
        }

       
      
   
   .image-container {
  display: flex; 
  gap: 20px;    
  padding-bottom: 10%;
  padding-top: 20%;
  
 
}

.image-container img {
  width: 50%;   /* Ensures they fit together on one line */
  height: auto;
    width: 320px;
}

.bottom-images{
   
  display: flex;
  justify-content: center;  
  align-items: center;      
  gap: 10px;                
}

.column {
  float: left;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  
}

.row{
    width: 70%;
    margin: 0;
    justify-content: center;
}





nav {
        display: flex;
        justify-content: center;
    }
    nav > div {
        background-color: #909B71;
        margin: 4px;
        font-family: "Fira Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
    }
    nav a{
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;      
    }
    nav a:hover{
        background-color: #F6C8B8;
    }

    



.dropdown{
        position: relative;
    }
    
    
    .dropdown-content {
        background-color: rgba(249, 249, 249, .7);
        min-width: 160px;
        display: none;
        position: absolute;
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
   .dropdown:hover .dropdown-content{
        display: block;
   }



a img{
    transition: transform 0.3s ease;
}

a img:hover{
    transform: scale(1.05);
}


.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px;
}


.page-title {
    font-family: "DM Serif Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    color: #F6C8B8; 
  font-size: 3rem;
  margin-bottom: 20px; 
  font-weight: normal;
}












  
     












   