html
{
	position: relative;
	min-height: 100%
}

a,
body
{
	font-family: "PT Sans", Roboto, sans-serif !important
}

.monospace
{
	font-family: monospace !important
}

body
{
	color: #333;
	background-image: url("./foggy_birds.png");
	margin-bottom: 180px
}

html::before
{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background-color: rgba(91, 192, 222, .21);
	pointer-events: none !important
}

html::after
{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background-image: url("./tent.png");
	background-size: 100px 49px;
	background-position: bottom 65px center;
	background-repeat: repeat-x;
	pointer-events: none !important
}

header
{
	padding-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: 3px solid #5DB055;
	height: 220px;
	background-color: #C1DBF9;
	background-image: url("./pexels-photo-57760.jpg");
	background-size: 100% 400%;
	background-position: center bottom;
	background-blend-mode: screen;
	color: #333
}

footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	overflow: hidden;
	font-size: 14px;
	border-top: 3px solid #a5afb8;
	background-image: url("./pionyr.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	background-color: #DBF3A2;
	padding-top: 11px
}

#menu
{
	height: 100%;
	margin-top: 62px;
	padding: .5rem 0;
	background-color: #FB656D;
	border: 3px solid #5DB055
}

#menu .nav-link.active
{
	border-radius: 0
}

#menu .nav-link
{
	margin: 1px 0;
	color: #333
}

#menu .nav-link:hover,
#menu .nav-link.active
{
	background-color: rgba(0, 0, 0, .1);
	color: #fefefe
}

#menu .nav-link:active,
#menu .nav-link:focus
{
	color: #ccc
}

#content
{
	margin-top: 1rem;
}

#content .section
{
	padding: 1rem;
	margin-bottom: 1rem;
	border: 3px solid #5DB055;
	background-color: #FFF
}

#content .section-like
{
	margin-bottom: 1rem;
	border: 3px solid #5DB055;
	background-color: #FFF
}

#content .section p:last-child,
#content .section address:last-child
{
	margin-bottom: 0
}

a
{
	color: #43A59E
}

a:hover
{
	color: #53DDD3
}

a:active,
a:focus
{
	color: #40847F
}

/* gallery */

.br-gal
{
	height: 46px;
	padding: 8px 12px;
	border: 3px solid #5DB055;
	border-radius: 0;
	background-color: #FFF
}

.gallery
{
	text-align: center;
	font-size: 50px;
	padding: 20px;
	cursor: pointer;
	overflow: hidden;
	color: #333;
}

.gallery:hover
{
	color: #333;
	text-decoration: none;
	background-color: #eaf5f4
}

:target
{
	color: #FB656D;
	background-color: #eaf5f4
}

.gallery p
{
	font-size: 20px;
	word-break: keep-all;
	overflow: hidden
}

.gallery-item .image
{
	min-width: 150px;
	height: 150px;
	background-repeat: no-repeat
}

.gallery-item
{
	text-align: center;
	cursor: pointer;
	opacity: .8;
	overflow: hidden
}

.gallery-item:hover
{
	opacity: 1
}

.gallery-item p
{
	font-size: 20px;
	max-height: 30px;
	word-break: keep-all;
	overflow: hidden
}

.image-viewer
{
	display: none;
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0;
	background-color: #222
}

.image-viewer #img-v-close
{
	z-index: 1200;
	position: fixed;
	top: 0;
	right: 0;
	border-radius: 0
}

.image-viewer #img-v-play
{
	z-index: 1200;
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 0
}

.image-viewer img
{
	position: fixed;
	top: 50vh;
	left: 50vw;
	z-index: 1100;
	max-width: 100vw;
	max-height: 100vh;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0)
}

.image-viewer #img-v-in
{
	position: fixed;
	z-index: 1300;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.4);
	color: #FFF;
	overflow: hidden
}

.image-viewer #img-v-in #img-v-left
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
	font-size: 13px
}

.image-viewer #img-v-in #img-v-right
{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
	font-size: 13px
}

.image-viewer #img-v-video
{
	width: 100%;
	height: 100%;
}

.image-viewer #img-v-video #video-element
{
	width: 100%;
	height: calc(100% - 30px);
}
