@import url('https://fonts.googleapis.com/css?family=Cardo:700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

html, body{
	margin:0;
	padding-top: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	background-color: #e93346 ; /*#E84B37;*/
	color: #fff;
	height: 100%;
}

@media only screen and (max-width: 900px) {
  	#bigmap {
		width: 100%;
		height: 60%;
	}
	#sidebar{
		margin-left: 0;
	}
}
@media only screen and (min-width: 900px) {
	#bigmap {
		position: fixed;
		width: 75%;
		height: 100%;
		float: left;
		margin-right: 20px;
	}
	#sidebar{
		margin-left: 75%;
	}
}

@media only screen and (max-width: 800px) { /* hide metadata on small screen*/
	.fancybox-caption {
		display: none;
	}
	#txtFilter {
		left: 10px !important;
	}
	.photo-item {
	  background-color: #fff;
	  margin-left: 0px !important;
	  margin-right: 0px !important;
	}
}

#sidebar{
	padding: 20px;
}

#hellothere{
	margin-top: 30px;
	margin-bottom: 160px;
}
#hellothere img{
	width: 100%;
	margin-bottom: 20px;
}

.smaller{
	font-size: 14px;
}
.table>tbody>tr>td{
	border-top: 1px solid #FC3272;
}
h1{
	margin-top: 20px;
	padding-bottom: 12px;
	font-size: 32px;
	font-family: 'Cardo', serif;
	border-bottom: 4px solid #fff;
}
h2{
	margin-top: 12px;
	padding-bottom: 6px;
	font-size: 20px;
	font-family: 'Cardo', serif;
	border-bottom: 3px solid #fff;
	line-height: 1.4em;
	cursor: pointer;
}
a, a:hover{
	text-decoration: underline;
	color: #FFD6D2;
}

.leaflet-left .leaflet-control{
	margin-top: 10px;
	margin-left: 10px;
}
.leaflet-container .leaflet-control-attribution{
	color: #000;
}
.leaflet-control-attribution a{
	color: #000;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
	border: 2px solid #000;
}
.light{
	color: #ccc;
}
.loader {
  border: 10px solid #FC3272; /* Light grey */
  border-top: 10px solid #FFD6D2; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#sidebar .container{
	padding: 0;
}

.einde {
	margin-top: 10px;
	display: none;
}

#btnBack {
	position: fixed;
	left:10px;
	top: 10px;
	width: 24px;
	height: 24px;
}

#txtFilter {
	position: fixed;
	left:30%;
	top: 20px;
	/*margin-left: auto;*/
	width: 240px;
	height: 24px;
	color: black;

  outline:none;
  border: 1px solid silver;
  background: #fff;
  width: 250px;
  height:50px;
	border-radius: 25px;
  padding-left: 25px;
  padding-right: 70px;
	z-index: 5000;
}

.photo-item {
  margin: 10px 10px 10px 10px;
}

.photo-item__image {
  display: inline-block;
  max-width: 100%;
  min-height: 300px;
  width: 100%;
}

.container {
  width: 100%;
  margin-top: 10px;
}

.photo-item {
  background-color: #fff;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  border: 1px solid black;
  border-radius: 10px;
}

.photo-item p {
	/*padding: 10px 10px 10px 10px;*/
	margin-top: 10px;
	color: black;
}

.fancybox-caption {
	padding-left: 100px;
	padding-right: 100px;
}
.fancybox-caption h2 {
	padding-left: 100px;
	padding-right: 100px;
}
