
.menu-icons {
	flex: 1;
	align-items: center;
	text-align: right;
}
.menu-icons img{
	width: 20px;
	margin-left: 40px;
	cursor: pointer;
}
 h2 {
	text-align: center;
	font-style: oblique;
	font-size: 30px;
	font-family: Georgia;
	left:20%;
	color: black;
	padding-top:50px;

}

h3 {
	font-family: 
	
}
h4 {
	font-family:verdana;
	text-align: center; 
	font-size:20px;
	color: #FFFFFF;
	margin-top: 2%;
}
h42 {
	font-family:verdana;
	text-align: center; 
	font-size:40px;
	color: #FFFFFF;
	margin-top: 2%;
}
h5 {
	font-family: verdana;
	font-size: 20px;
	margin-top:2%;
	margin-bottom: 2%;
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
	border: 2px solid white;
	border-radius: 12px;
	padding: 5px;
	
	text-align: center;
}

h6 {
	text-align: center; 
	font-family: helvetica; 
	border: 2px solid rgba(255, 99, 71, 0.8) ;
	background-color: rgba(255, 99, 71, 0.8); 
	color: white; 
	text-shadow: 2px 2px 4px #000000;
	font-size: 30px;
	border-radius: 5px;
	padding: 5px;
}

h7 {
	font-size:30px; 
	text-align: center; 
	font-family:courier new; 
	border-bottom:3px solid white; 
	text-shadow: 2px 2px 4px #000000; 
	padding:7px;
}
h8{
    font-size:40px; 
	text-align: center; 
	font-family:Georgia; 
	padding:7px;
    
}
h9{
   font-size:30px; 
	text-align: center; 
	font-family:Georgia; 
	padding:7px; 
}
h10{
    font-size:20px; 
	text-align: center; 
	font-family:Georgia; 
	padding:7px; 
}

/******* RECIPES *******/

#facilities {
	background-color: #dbe5e6;
	padding: 30px 0px; 
}
#facilities h1{
	font-weight: 550;
	font-size:5 px;
	padding-bottom: 5px;
}
.title{
	text-align:center;
	padding: 25px 0px;
}
.title p {
	font-size:14px;
	color: #888888;
}
.card-body{
	box-shadow: 0 0 5px 5px black;
	
	
}
.card {
	margin: 20px 10px;

}
.card-body a {
	color: blue;
	text-decoration:none;
	font-size: 15px;
	margin-top: auto;
	font-weight: 400;
}
.card-body a : hover {
	color: #63a6b0;
	text-decoration:none;
}
.card-img-top {

    width: 100%;

    height: 15vw;

    object-fit: cover;

}
.inner{
	overflow: hidden;
}
.inner img{
	transition: all 1.5s ease;
}
.inner:hover img{
	transform: scale(1.5);
}
.hero{
    background-color: antiquewhite;
    background-image:url("/images/woodlike3.jpg");
    background-size:cover;
    background-repeat: ;
    color:white;
    padding-top: 100px;
    padding-bottom: 100px;
    
}
.hero2{
    background-color: antiquewhite;
    background-image:url("/images/project_main.png");
    background-size:cover;
    background-repeat: ;
    color:white;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.hero3{
    background-color: antiquewhite;
    background-image:url("/images/bgdark.jpeg");
    background-size:cover;
    background-repeat: ;
    color:white;
    padding-top: 50px;
    padding-bottom: 50px;
}
 .p2{
    background-color: black; 
    color: white;
    padding: 50px;
    text-align: center;
    font-family: copperplate, monospace;
    font-size: 20px; 
     
    }
.custom-btn {
    background-color: black;
    color: white;
    border-color: grey; /* to keep the black outline */
  }
  .custom-btn:hover {
    background-color: #333; /* Darker shade on hover */
    border-color: #333;
  }
.custom-btn2 {
    background-color: white;
    color:black;
    border-color: black; /* to keep the black outline */
  }
.b1{
    background-color:#5a6b5c;
    padding: 50px;
    text-align: center;
    color: white;
    
}
.social-icon{
				color: black;
				transition: color 0.2s;
				text-decoration: none;
				margin: 0 3px;
				}
.social-icon:hover{
				color:#6d916d;
				}
 
    /* Κεντράρισμα logo σε μικρές οθόνες */
    @media (max-width: 768px) {
        .logo-center {
            margin: 0 auto; /* Οριζόντιο κεντράρισμα */
            display: block;
        }
    }
 /* Προσαρμογή ύψους caption για κινητά */
        @media (max-width: 768px) {
            .carousel-caption {
                bottom: 10px; /* Μειωμένη απόσταση caption από κάτω */
                font-size: 14px; /* Μικρότερη γραμματοσειρά */
            }
        }

    /* Κεντράρισμα της εικόνας σε μικρές οθόνες */
        @media (max-width: 768px) {
            .center-img {
                display: block;
                margin: 0 auto; /* Κεντράρισμα */
            }
        }