.navbar {
    overflow: hidden;
    background-color: rgb(127, 163, 122);
    font-family: 'Montserrat', sans-serif;
    flex: content;
  }
  
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
  }
  
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit; 
    margin: 0;
  }
  
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(204, 203, 120);
  }
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(188, 228, 156, 0.2);
    
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  
  .column {
    float: left;
    width: 50%;
    background-color: rgb(232, 235, 194);
    height: 250px;
    
  }
  
  
  .column a {
    float: none;
    color: black;
    padding: 16px;
    display: block;
    text-align: left;
  }
  
  .column a:hover {
    background-color: rgb(136, 148, 116);
  }
  
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .slideshow {
    width: 100%;  
  }
  
  .slideshowwidth{
    max-width: 1290px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;   
  }
  
  
  
  body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    color: rgb(20, 19, 16);
    font-size: 16px;
  
  
  }
  
  .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    padding: 10px;
  }
  
  .social-icon {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .social-icon:hover {
    color: #00aced; 
  }
  
  
  
  .blur-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(ARBA-MINCH-FRONT-PAGE.jpg) center/cover no-repeat fixed;
    filter: blur(10px); 
    z-index: -1; 
  }
  
  .content {
    position: relative;
    z-index: 1; 
    text-align: center;
    padding: 20px;
    
  }
  
  .animals img {
    width: 600px;
    height: 400px;
  
  }
  
  .animals {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    overflow: hidden;
  }
  
  .sew img {
    width: 600px;
    height: 400px;
  
  }
  
  .sew {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    overflow: hidden;
  }

  .ene img {
    width: 600px;
    height: 400px;
  
  }
  
  .ene {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    overflow: hidden;
  }
  
  .art img {
    width: 600px;
    height: 400px;
  
  }
  
  .art {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    overflow: hidden;
  }
  
  