/*body {
  background-color: #29282E;
  font-family: Arial, Helvetica, sans-serif;
} */


@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Titillium+Web:wght@600&display=swap');


h1 {
color: rgb(51, 69, 95);
font-family: "Titillium Web";
font-size: 70px;
font-weight: 600;
line-height: normal;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none;
}

h2 {
color: rgb(51, 69, 95);
font-family: "Titillium Web";
font-size: 50px;
font-weight: 700;
line-height: normal;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none}

h3 {
color: rgb(51, 69, 95);
font-family: "Titillium Web";
font-size: 40px;
font-weight: 600;
line-height: normal;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none}

h4 {
color: rgb(51, 69, 95);
font-family: "Titillium Web";
font-size: 30px;
font-weight: 600;

list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none
}

p {color: rgb(51, 69, 95);
font-family: "Titillium Web";
font-size: 23px;
font-weight: 500;
line-height: 28px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 0px;
margin-top: 25px;
text-rendering: optimizelegibility;
}

body {
margin: 50px;
background-color: #FFF;
font-family: "Titillium Web";
font-size: 20px;
font-weight: 500;
line-height: 30px;
color: rgb(51, 69, 95)
}
#outerer{
display: none;
justify-content: center
}
#outer{
width: 80%;
text-align: center
}
#inner{
top:5px;
display: inline-block;
margin: 5 auto;
padding: 3px;
width: 100px
}
#didascalia {
margin-top: 5px
}

#logobox {
display: flex;
position: relative;
}

#logoleft {
position: absolute;
top: 8px;
left: 16px;
max-height: 100px;
}
#logoright {
position: absolute;
top: 8px;
right: 16px;
max-height: 100px
}

a:link, a:visited, a:hover, a:active {
color: black;
text-decoration: none;
}

#maniboxhead {
width: 90%;
font-family: "Titillium Web";
border: 5px solid #29282E;
padding: 10px;
margin-top: auto;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
font-size: 6vw;
font-weight: bold;
text-align: center;
background-color: lightblue; /* For browsers that do not support gradients */
background-image: linear-gradient(to bottom, lightblue, #29282E); /* Standard syntax (must be last) */
}
#filterbox {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
/*display: flex;*/
width: 160px;
margin: auto;
justify-content: center;
margin-bottom: 20px;
background-color: #45a049
}		

#limiter {
width: 90%;
margin: auto;
}

#containerP, #containerS, #containerA, #containerI {
display: flex;
align-items: center;
max-width: 1717px;
padding: 5px;
margin-top: auto;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
text-align: center;
background-size: cover;
}

/*
#containerP {
  background-image: url("../logo/slideP.jpg");
}

#containerS {
  background-image: url("../logo/slideS.jpg");
}

#containerA {
  background-image: url("../logo/slideA.jpg");
} */

#desc, #descA, #descP, #descI, #descS {  
  width:80%;
  padding: 10px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.6);*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
#descA{
  background-image: url("../logo/slideA.jpg");
}
#descI{
  background-image: url("../logo/slideI.jpg");
}
#descP{
  background-image: url("../logo/slideP.jpg");
}
#descS{
  background-image: url("../logo/slideS.jpg");
}


#titleM {
color: rgb(51, 69, 95);
font-family: "Titillium Web";
font-size: 60px;
font-weight: 600;
line-height: 100px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;
text-rendering: optimizelegibility;
text-transform: none}

#titleL {
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2%;
}

#titleD {
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2%;
}

#gara{
border-radius: 10px;
background-color: #EFEFEF;
padding: 0.3em;
margin-top: 0.3em;
margin-bottom: 0.3em;
}

#arag{
border-radius: 10px;
background-color: #0E59B6;
padding: 0.3em;
margin-top: 0.3em;
margin-bottom: 0.3em;
}

#maind{
	width: 75%;
	margin: auto;
}




.boxmenu {
   display: flex;
   align-items:center;
}

.dropbtn {
  background-color: #FFFFFF;
  color: black;
  padding: 16px;
  font-size: 0.5em;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  /*position: relative;*/
  position: absolute;
  top: 35px;
  left: 20px;
  width: 75%;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  font-size: 0.8em;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content div {
  color: black;
  padding-top: 1px;
  padding-right: 5px;  
}
.dropdown-content img {
  max-width: 50px;  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}







@media (max-width:767px) { 
	#desc {width:100%;} 
	#maniboxhead {width:100%;} 
	#desc {width:100%;} 
	#limiter {width:100%;}
	body {margin: 10px;} 
	h1 {font-size: 50px; line-height: 56px; margin-bottom: 26px;}
	h2 {font-size: 38px; line-height: 44px; margin-bottom: 26px;}
	h3 {font-size: 30px; line-height: 36px; margin-bottom: 26px;}
	h4 {font-size: 24px; line-height: 30px; margin-bottom: 26px;}
}


/* @media (min-width:766px) { #desc { display:none !important;} }*/