/* Structure
------------------------------------------------------- */
body { 
	background: url('../slides/dit.jpg') no-repeat center  center  fixed !important;; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

/* Sections
------------------------------------------------------- */
/*
.section, .slide { background-size: cover; position: relative; }

#section-dit { background: url('../slides/dit.jpg') no-repeat center top fixed !important; }
#section-majestic { background: url('../slides/majestic.jpg') no-repeat center center fixed !important; }
*/


/* Typography
------------------------------------------------------- */

h2 {

	
	margin-top: 40px;
	padding: 20px 20px;
	

	color: #017687;
	font-family: 'Parisienne', sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 11px;
	
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
	
}

/* Elements - #dit
------------------------------------------------------- */

.center {text-align: center;}

#dit-logo { 
	margin-bottom: 20px;

}


/* Hotel Logos 
------------------------------------------------------- */
.logos div {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 20px;
	margin-top: 50px;
	text-align: center;
}

.logos div a {
	margin: 0 auto;
	display: block;
	width:200px;
	height: 75px;

}


#evrika {background: url(../img/logos.png) no-repeat 0 0; }
#evrika:hover {background-position:0px -75px;  }

#majestic {background: url(../img/logos.png) no-repeat -200px 0; }
#majestic:hover {background-position:-200px -75px;  }

#bluepearl {background: url(../img/logos.png) no-repeat 0 -150px; }
#bluepearl:hover {background-position:0px -225px;  }

#orpheus {background: url(../img/logos.png) no-repeat -200px -150px; }
#orpheus:hover {background-position:-200px -225px;  }



/* Media Queries
-------------------------------------------------------------------------------- */



/* Desktops
-----------------------------------------------------------------------------*/


@media (min-width: 993px){
	#dit-logo { 
		max-width: 250px;
		max-height:224px;
	}
}

@media (min-width: 1367px){
	
	#dit-logo { 
		max-width: 200px;
		max-height:173px;
	}

}

/* Mobile
-----------------------------------------------------------------------------*/

@media (max-width: 992px){

	#dit-logo { 
		max-width: 70px;
		max-height:60px;
	}

	.logos div {
		padding: 10px;
		margin-top: 8px;
	}

	h2 {
		font-size: 18px;
		padding: 10px 10px;
	}
}

#error{
   color: red;
   position: relative;
   display: block;
  }	
  
 input {
  background: linear-gradient(top, #fff, #f8f8f8);
  border: 1px solid #d0d2d5;
  border-bottom: 2px solid #bebfc2;
  border-radius: 8px;
  margin: 0 0 5px 0;
  padding: 5px;
  width: 200px;
}
