body {
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	font-size: 16px;
	text-shadow: 0 0 5px #000;
	/*	background: #275a5d url(/img/original/Julinko_front-flip.jpg) bottom right;*/
	background: url("/img/original/julinko-bg-2.jpg") center;
	background-size: cover;
	background-attachment: fixed;
}

a {
	color: #fff;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-ms-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

a:hover,
a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: inherit;
	text-shadow: 0 0 10px #fff;
}
iframe {
	border: 10px solid #0008 !important;
	max-width: 100% !important;
}
hr {
	border-color: #c0c8b7;
}
.page a {
	text-decoration: underline;
}
/*
#page-5 {
	background: #000;
}
#page-5 img {
	border: none;
	position: absolute;
	top: 0;
	z-index: -1;
}
*/

.container.page {
	padding-top: 50px;
	padding-bottom: 50px;
}

header > img {
	width: 100%;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	margin-bottom: 20px;
}
header .navbar-default {
	font-family: "Astloch", sans-serif;
	font-size: 24px;
	background: transparent;
	border: none;
	margin: 10px 0;
}
header .navbar-default .navbar-nav > li > a {
	color: inherit;
	font-weight: bold;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	font-size: 44px;
	font-weight: bold;
	color: inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
	font-size: 1.5em;
}

img {
	max-width: 100%;
	height: auto !important;
	/*border: solid 20px #000;*/
	border: 10px solid #0008;
}

.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media (max-width: 767px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transition: 250ms;
		-moz-transition: 250ms;
		-ms-transition: 250ms;
		-o-transition: 250ms;
		transition: 250ms;
		z-index: 1;
	}
	header.fixed {
		background: #000c;
	}
	header.fixed .navbar-default {
		font-size: 18px;
		margin: 0;
	}
	header.fixed .navbar > .container .navbar-brand {
		font-size: 32px;
	}

	.container.page {
		padding-top: 120px;
	}
}
