



   
*html{font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 100px;
} 


header {
    padding: 2px;
}


.menu {
   
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position:relative;
}



ul {
    margin: 0px;
    padding: 2px;
    list-style: none;
    text-align: justify;
}

ul li {
    float:left;
    width: 20%;
    height: 50px;
    background-color: rgb(78, 120, 161);
    opacity: 1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    

}

ul li a {
    text-decoration: none;
    text-align: center;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    
}

ul li a:hover {
    background-color: rgb(255, 185, 55);
    width: 100%;
    height: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    

}

ul li ul li {
    display: none;
    text-align: center;
    width: 253px;
    height: 50px;
}

ul li:hover ul li {
    display: block;
      position: relative;
       top:1px;
       box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



.hover-me ul li:hover .menu-1 {

      display: block;
    position: absolute; /* Ensures proper placement */
    top: 0;  /* Aligns it with the parent item */
    left: 100%; /* Positions it to the right */
    width: 264.6px;
    height: 20px;
    z-index: 1000; 
}


ul li ul li ul li {
    display: none;


}



body {
    background: rgb(27, 27, 27);
}

body {
    background-image: url(https://img.freepik.com/premium-photo/wall-with-scratches-whitewash-texture-background_370059-5825.jpg?w=360);
    background-size: cover;
}


h1 {
    text-align: center;
    font-size: 70px;
    color: rgb(18, 54, 71);
    margin-top: 100px;
}

p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    color: rgb(16, 50, 66);
     text-align: justify;
}

.menu-1 {
    display: none;
}
m3 {
    border-color: solid #eccb0b;
}
a {
    text-decoration: none;
    font-style: none;
    font-weight: bold solid #3a3a39;

}


h2 {
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size: 30px;
    color: rgb(126, 86, 2);
}

.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    


}

.rui {
     background: rgb(238, 183, 102);
    width: 520px;
    height: 520px;
    border-radius: 15px;
    display: grid;
     overflow-y: auto;
     text-align: justify;
         box-sizing: border-box;
    padding: 5px;
    margin: 8px;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.rui a{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-decoration: none;
    color: rgb(16, 50, 66);
    text-align: center;
    font-size: large;
}

.image {
    background-color: aqua;
    height: 300px;
    margin-bottom: 15px;
    background-size: cover;
}


#img1 {
    background-image: url(images/zabel_paraklis4.jpg);
     border-radius: 15px;
}

#img2 {
    background-image: url(images/zabel_rui3.jpg);
     border-radius: 15px;
}

@media only screen and (max-width: 600px) {
    ul li{
        line-height: 24px;
        font-size: 13px;
        
    }
       ul li ul li {
    width: 150px;
    height: 40px;
}
    #zab{
        overflow-wrap: break-word;
    }
           .image {
  
    max-height: 250px;
    
}
h2 {
    padding: 0;
    margin: 0;
   
}
}
