@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/app */

.imboxheader{
font-weight: bold;
padding: 10px;
border-bottom: 1px solid #e5e5e5;
}



#menu{
    position:fixed;
    top:0px;
    left:0px;
    text-align: center;
    width: 100%;
    height: 60px;
    z-index:20;
    padding:1%;
    background-color:#fff;
 }
 
#menu span{
	font-size: 0.8em;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 2%;
	}

.cover {
	display: block;
	height: 1200px;
	background-color: #5d8aa8;
	color: #4d4d4d;
	text-align: center;
	padding: 10%;
	padding-top: 18%;
	/*background-image: url(..img/ethno_back.png);
	background-repeat: repeat;*/
	background:url(../img/cover3.jpg) 50% 0 no-repeat;
    background-size:cover;
}
.cover h1{color: white;}

.about {
	display: block;
	background-color: #fff;
	color: #1a1a1a;
	text-align: left;
	padding: 2%;
	background-image: url(..img/ethno_back.png);
	background-repeat: repeat;
	/*background:url(../img/cover2.png) 50% 0 no-repeat;
    background-size:cover;*/
}

.contact{
background-color: #fafafa;
}

.text-box {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 0.5em 1.875em;
}

.text-box p,li {
	text-align: left;
	font-size: 0.9em;

}
.text-box li {
	margin-bottom: 10px;

}

.footer {
	background-color: #218099;
	color: #ccc;
	text-align: center;
	padding: 2%; 
}

h1 {
	font-size: 2.125em;
	line-height: 1.1;
	letter-spacing: 2px;
	margin: 2.0em 0 0.6em 0;
	font-weight: 200;
	text-align: left;
}

/* General style */
.grid-gallery {
}
.grid-gallery h1 {
	font-size: 2.125em;
	line-height: 1.1;
	letter-spacing: 2px;
	margin: 2.0em 0 0.6em 0;
	font-weight: 200;
	text-align: center;
}

.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;

}

.grid-gallery figure img {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 1px;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 0.5em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.7;
}

.grid figcaption {
	background: #e4e4e4;
	padding: 25px;
}

.postheader{
cursor: pointer;
padding: 10px;
color: #218099;
font-weight: bold;

}

.postheader:hover{
color: #000;

}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 40em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}

	.info-keys {
		display: none;
	}
	.text-box p{
	font-size: 1.0em;
	}

}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
	.text-box p{
	font-size: 0.9em;
	}

}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
}