#contenttop h1, #rightytop h1, #rightyl h1 {
text-align: center;
font-weight: 200;
font-size: 2.4em;
line-height: 1.6em;
padding-bottom: 15px;
padding-top: 15px;
}

.c-text1{
display: block;
font-weight: 300;
font-size: 1.4em;
text-align: center;
color: #3B6978;
}
.c-text2{
display: block;
font-weight: 300;
font-size: 1.2em;
text-align: center;
}
.c-titlos1{
display: block;
color: #3b6978;
text-align: center;
font-weight: 200;
font-size: 2.4em;
line-height: 1.6em;
padding-bottom: 15px;
padding-top: 15px;
}
.c-titlos2{
display: block;
color: #ffffff;
text-align: center;
font-weight: 200;
font-size: 2em;
margin-top: 50px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 50px;
}
.c-titlos2:hover{
background-color: rgba(0, 0, 0, 0.2);
}
.c-titlos2 a{
text-decoration: none;
color: #ffffff;
}
.c-titlos3{
display: block;
color: #ffffff;
text-align: center;
font-weight: 200;
font-size: 2.4em;
line-height: 1.6em;
}
.c-titlos3 a{
text-decoration: none;
color: #ffffff;
}
.c-skia{
min-height: 600px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.c-skia:hover{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
}

/* pdf αρχεία */
div.filegallery ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
gap: 20px;
}

div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 20px;
    border: 1px solid #3333335c;
    border-radius: 15px;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}