
/* styling για φωτογραφίες
img.imgstyle {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
img.imgstyle:hover{
	border: 2px solid red
}*/
/* PANW MEROS SELIDAS*/
.flex-container {
  display: flex;
 /*margin: 30px 50px*/
  /*height: 600px;*/
  margin: 0 auto;
  flex-wrap: wrap; 
  align-content: center;
  background-color: DodgerBlue;
  width: 70%;

  }
  .flex-container .a {
  display: flex;
  background-color: DodgerBlue;
  width: 67%;
  height: 400px;
  margin: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 35px;
  font-size: 40px;
  }
  .flex-container .b {
  background-color: DodgerBlue;
  width: 33%;
  height: 400px;
  margin: 0px;
  text-align: center;
  /*line-height: 100px;
  font-size: 30px;*/
  }
  #texthr {width:70%;}

  @media screen and (max-width: 800px) and (min-width: 500px) {
  .flex-container {width: 80%; }
  .flex-container .b {
  background-color: DodgerBlue;
  width: 35%;
}
  .flex-container .a {
  background-color: DodgerBlue;
  width: 50%;
  font-size: 30px;
  line-height: 30px;
} 
#image {width: 150%}
#About {font-size: 27px !important;}
#use {font-size: 22px !important; width: 80% !important;}
#texthr {width: 80% !important;}

}
@media screen and (max-width: 500px) {
	.flex-container {margin: 10px 0px; width: 100%}
	#Jorge { font-size: 30px;}
	#Assistant { font-size: 30px;}
  #use {text-align: justify !important; font-size: 18px !important;width: 90% !important;}
  .flex-container .b {
  background-color: DodgerBlue;
  width: 100%;}
  .flex-container .a {
  background-color: DodgerBlue;
  width: 100%;
  height: 200px;
  font-size: 30px;
  line-height: 30px;
}
#About {font-size: 25px !important;}
.footer { text-align:left;}
}
/*PANW MEROS SELIDAS*/
/*ENDIAMESA GRAMMATA*/
/*ENDIAMESA GRAMMATA*/
/*4 FWTOGRAFIES*/
.flex4-container {
  display: flex;
  margin: 0 auto;
 margin: 60px 50px;
  
  flex-wrap: wrap; 
  justify-content: space-around;

  /*background-color: DodgerBlue;*/ 
  }
  .zoom {
  transition: transform 0.8s; /* Animation */
}
.zoom:hover {
  transform: scale(1.15); 
}
/*4 FWTOGRAFIES*/
/*FOOTER*/
.footer {
margin: 0 50px;
text-align: justify;"
}
@media screen and (max-width: 800px) {
	.footer {
	text-align: center ;
}
}
@media screen and (max-width: 500px) {
  .footer {
  text-align: center; margin:0;
}
}
a {margin: 0;}
/*FOOTER*/