h1 {
	display: inline;
	color: black;
}

header h1 {
	margin: 0px;
	display: inline;
	font-size: 50px;
}

header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e01616+0,a80303+100 */
background: #e01616; /* Old browsers */
background: -moz-linear-gradient(top,  #e01616 0%, #a80303 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e01616 0%,#a80303 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e01616 0%,#a80303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01616', endColorstr='#a80303',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 4px 5px rgba(0,0,0,0.2);
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

nav ul {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	width: 400px;
	}

nav ul li {
		list-style-type: none;
		display: inline-block;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,b2b2b2+35,919191+100 */
background: rgb(191,191,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(178,178,178,1) 35%, rgba(145,145,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(178,178,178,1) 35%,rgba(145,145,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(178,178,178,1) 35%,rgba(145,145,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
		color: #ba0000;
		margin-left: 1%;
		border-radius: 1px;
		padding: 10px 10px 10px 10px;
		margin-bottom: 0px;
	
		
}

.lan {
	float: right;
	padding-right: 10px;
}

.button:hover {
	background-color: #b54f4f;
	color: #ba0000;
	transition: 0.4s;
	
}

a {
text-decoration: none;	
color: #000000;
}

.button {
	color: #000000;
}

.gallery {
	padding-bottom: 20px;
}

.gallery li{
	list-style-type: none;
	display:inline-block;
	padding: 5px;
	margin: 5px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa0808+0,e01616+34,dd3e3e+51,e01616+71,aa0808+100 */
background: rgb(170,8,8); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(170,8,8,1) 0%, rgba(224,22,22,1) 34%, rgba(221,62,62,1) 51%, rgba(224,22,22,1) 71%, rgba(170,8,8,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(170,8,8,1) 0%,rgba(224,22,22,1) 34%,rgba(221,62,62,1) 51%,rgba(224,22,22,1) 71%,rgba(170,8,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(170,8,8,1) 0%,rgba(224,22,22,1) 34%,rgba(221,62,62,1) 51%,rgba(224,22,22,1) 71%,rgba(170,8,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0808', endColorstr='#aa0808',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
.active {
	///font-weight: bold;
	box-shadow: 0 4px 5px rgba(0,0,0,0.2) inset;
	color: #ba0000;
	background: #999;
}

body {
	background: #999;
	font-family:arial;
	height: 100%;
	margin: 0;
	padding: 0;
}
body.home {
	background: url("BG-home.jpg");
	background-size: 100% auto;
	
}

.content{
	padding: 20px;
	background: #ccc;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0px;
	display: block;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.2); 
	}

body.gallerybody {
	background-image: url("BG-gallery.jpg");
	background-size: 100% auto;
}

ul.gallery {
}

body.tipsbody {
	background-image: url("BG-tips.jpg");
	background-size: 100% auto;
}

body.aboutbody {
	background-image: url("BG-about.jpg");
	background-size: 100% auto;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.88);
	display: none;
}
#popup .wrapper{
	text-align: center;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0px;
	display: block;
	position: relative;
}
#popup img {
	width: auto;
	max-width: 900px;
	margin: 20px auto 20px;
	display: block;
	
}
#popup a.close{
	color: #fff;
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: bold;
	-webkit-text-stroke: 2px #c00;
	font-size: 25px;
}
.tips li{
	padding-bottom: 10px;
}

.tipslink {
	color: #c00;
	font-weight: bold;
}

#popup .ytLink {
	background-color: #ccc;
	box-shadow: -2px -2px 3px rgba(0,0,0,0.5) inset, 2px 2px 3px rgba(255,255,255,0.5) inset; 
	padding: 6px 8px;
	color: #000;
	text-align: center;
	display: inline-block;
	margin: 3px auto;
}

.contentgallery {
	padding-left: 10%;
	padding-right: 10%;
	margin: 20px auto 0px;
	display: block; 
}

.contenthome {
	padding-left: 5%;
	padding-right:68%;
	margin: 10px auto 0px;
	display: block; 
}