/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Αυγ 2020, 7:20:05 πμ
    Author     : EIRINI
*/
h1, h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color: black;
}
h2{
    font-size:x-large;   
}
.main-search{
    background-image: url("../Images/ktimata_gamou_main_right.jpg");
    background-size: cover;
	background-repeat: repeat;
}
.button-main {
  padding: 0.6em 1.5em;
  text-align: center;
  background-color: white;
  color: #9fa6a1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  border-radius: 22px;
  border: 2px solid #9A9797;
  transition-duration: 0.3s;
  margin-top: 2%;
  width: 90%;
}
.button-main:hover {
    background-color: black;
    color: white;
    border-color: white;
}

.input_search_box, select {
    box-sizing: border-box;
    border: 0;
    color: gray;
    font-size: 16px;
    line-height: normal;
    padding: 10px 5px 10px 20px;
    max-height:200px;
    overflow: auto;
	width:90%;
	margin-bottom:15px;
    text-align:center;
}
.diathesimotita_form {
    border: 0;
    margin-top: 5vh;
    min-height: 65vh;
	margin-bottom:100px;
    width: 100%;
    background-color: #dfe9d0;
	opacity:0.95;
	padding:15px;
    text-align: center;
}
p{
    color: black;
}
@media only screen and (max-width: 576px) {
    .input_search_box, select{
		margin-bottom:10px;
        max-height: 300px;
        overflow:auto;
    }
    .main-search{
        height: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .selectbox,select{
        height: 40px;
        overflow:auto;
    }
}





