/* Για το footer */
.footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom:20px;
    width: 100%;
    font-family:system-ui;
}

#iconfoot{
    width:42px;
    height:42px;
}

.nonono81{
    margin-left:10px;
}

.nonono900{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:15px;
}
        
.footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    outline: none;      
}
     
.footer a:visited, a:active, a:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Αφαιρεί το μπλε background */
    text-decoration:none;
}

.footer a:hover {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Αφαιρεί το μπλε background */
}

.ha2{
    width:24px;
    height:24px;
}



.ha1{
    display:flex;
    margin-top:40px;
    margin-bottom:50px;
    flex-direction: column;
    align-items: center;
}

.nonono110{
    margin-bottom:32px;
    display:flex;
}

.nonono80{   
    display: flex;
}

.nonono81{   
    font-size: 30px;
}

.nonono82{    
    display:flex;
        flex-direction: column;
        align-items: center;
        margin-top:30px;
}

.nonono83{   
    display: flex;
    align-items: center;
    justify-content: center;
}

#tikdiv{
    display:flex;
}

#tikimg{
    width:26px;
    height:26px;
}

.nonono84{   
    width:100%;
}

.ca60{   
    margin:0px;
    font-weight:500;
}

.nonono90{   
    align-items:center;
    display:flex;
    margin-right:10px;
}

.nonono95{   
   font-weight: 500;
}

#nonono100{
    border-right: 1px solid white;
    padding-right: 35px;
}

	

 @media (max-width: 850px) {	
/*Για το footer */ 
    .footer a {
    margin: 0 10px;
    }
    
    .nonono90{
        margin-right:0px;
    }
    
    .nonono83{
        flex-direction: column;
    }
    
    .nonono95{
        margin-bottom:30px !important;
    }
    
    #nonono100 {
    padding-right: 10px;
    }



    .ha1{
        margin-top:5px;
	    flex-direction: column;
	    align-items: center;
	}
	     

          
}