/*
bst_soffialex bootstrap subtheme
*/

/*----------------------------------------------------*/

a.visually-hidden-focusable,
.navbar-toggler.collapsed {
    display: none;
}

/*----------------------------------------------------*/

body {
    font-family: 'Exo 2', sans-serif;
}

.primary li {
  display: inline-block;
	color: black;
	
}
.primary li a {
  display: inline-block;
	color: black;
	
}

#header {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar-main {
    background-color: unset;
}

#navbar-main ul.navbar-nav {
    display: flex;
    align-items: stretch;
    margin-inline-end: 5rem;
    flex-wrap: wrap;
    list-style: none;
    margin-block: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block: 0;
    padding-inline-start: 0;
    padding-inline-end: 14px;
}

#navbar-main ul.navbar-nav li a {
    color: black;
    margin-inline-end: 32px;
    font-size: 1.2em;
    text-decoration: none;
}

.page-node-2 section,
.page-view-gallery section {

}

.content {
  width: 90%;              /* ή οποιοδήποτε πλάτος < 100% */
  max-width: 800px;       /* προαιρετικό, για να μην απλώνει σε ultra-wide οθόνες */
  margin: 0 auto;          /* <-- οριζόντια στο κέντρο */
  /* ✅ Αφαίρεσε: position: absolute, left, transform */
}

.page-node-2 .content {
 display: flex;
  justify-content: center; /* μόνο οριζόντια */
}
.page-node-2 .content .field__item {
 display: flex;
  justify-content: center; /* μόνο οριζόντια */
}
