*{margin: 0 ; padding: 0; box-sizing: border-box;}

.navbar{
    /* background-color: wheat !important; */
    padding: 20px 10px !important;
    
}

.navbar.bg-body-tertiary {
    /* background-color: rgba(52, 51, 51, 0.772) !important; */
    background: linear-gradient(145deg, #000000, #252525) !important;
    color: white !important;
}

.navbar.bg-body-tertiary .nav-link, 
.navbar.bg-body-tertiary .navbar-brand,
.navbar.bg-body-tertiary .dropdown-item {
    color: white !important;
}

.navbar.bg-body-tertiary .dropdown-menu {
    background-color: rgba(52, 51, 51, 0.772) !important; /* Μαύρο background για το dropdown */
}

.navbar.bg-body-tertiary .dropdown-item:hover {
    background-color: rgb(46, 45, 45) !important; /* Άσπρο background όταν το ποντίκι βρίσκεται πάνω */
    color: rgb(255, 252, 252) !important; /* Μαύρο χρώμα κειμένου */
}

.navbar.bg-body-tertiary .navbar-toggler-icon {
    filter: invert(1); /* Λευκό icon για το toggler */
}


#welcome{
    
    margin-top: 80px !important;
}

.card{
    
/* background-color: black !important; */
background: linear-gradient(145deg, #000000, #252525,#000000) !important;
color: white !important;
border-top: 1px solid rgb(152,0,0)
;
    
}

.text-body-secondary{
    color: white !important;
}

body{
    background-color: rgb(206, 204, 204);
}


/* .carousel-item{
    height: 600px !important;
} */

#footer{
    margin-top: 0px !important;
}

.form{
    margin:50px 200px;
    
}




.fixed-top{
    background-color: black !important;
    color: white;
}
#calendar {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 20px;
}
.learn-more-btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
	background-color: rgb(152,0,0) !important;
	color:white;
    border: none;
    border-radius: 5px;
    cursor: pointer;

}
.learn-more-btn:hover {
	background-color: rgb(106,0,0) !important;
	color:white;
	
}
/* Εφαρμογή κόκκινου background όταν το ποντίκι περνάει πάνω από τις εικόνες */
.card img:hover {
    background-color: rgb(152, 0, 0); /* Κόκκινο χρώμα */
    opacity: 0.8; /* Ελαφριά διαφάνεια */
    transition: background-color 0.3s ease, opacity 0.3s ease;
}


footer .d-flex {
    justify-content: space-between; /* Ισομοιρασμένη απόσταση αριστερά-δεξιά */
    align-items: center; /* Στοίχιση κατακόρυφα στο κέντρο */
    flex-wrap: wrap; /* Να μπορούν να "σπάνε" σε νέα γραμμή όταν το πλάτος μικραίνει */
}

footer .fab {
    font-size: 1.5rem; 
}

footer .me-3 {
    margin-right: 15px;
}

footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center; /* Κεντράρισμα των εικονιδίων */
    gap: 10px; /* Απόσταση ανάμεσα στα εικονίδια */
}

.about-section {
    text-align: center;
    padding: 50px;
}
.about-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.about-section p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.logo-img {
    width: 250px; /* Ρύθμισε το πλάτος */
    height: 250px; /* Ρύθμισε το ύψος */
    object-fit: contain; /* Για να διατηρηθούν οι αναλογίες */
}

