@font-face {
	font-family: "Roboto Condensed";
	src: url("../fonts/RobotoCondensed-Regular.ttf");
}
body{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	font-size: 16px;
	font-family: "Roboto Condensed";
}
.clear{
	clear: both;
}
.body_bg {
	width: 100%;
	position: absolute;
}
.body_bg .bg{
	width: 100%;
	height: 100%;
	position: absolute;
}
.body_bg .bg img{
	width: 100%;
	height: 100%;
	filter: blur(5px);
	object-fit: cover;
}
.body_bg .bg_overlay{
	background: #7d7977;
	filter: opacity(0.8);
	width: 100%;
	height: 100%;
	position: absolute;
}
.body_wrapper{
    background-color: #4caf50;
    color: #fff;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.body_wrapper h1 {
	text-transform: uppercase;
	font-size: 54px;
	margin-top: 30px;
}
.body_wrapper p{
	text-align: justify;
}
.body_wrapper p.adres{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.about_text p{
	font-size: 16px;
	line-height: 1.3em;
}
.footer{
	position: relative;
	width: 100%;
	background: linear-gradient(to top, #333, #7C7B64);
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.footer h3{
	font-size: 30px;
	text-transform: capitalize;
	margin-top: 10px;
}
.footer p{
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
}
.stavar {
    font-size: 1.5em;
}
.texlin p {
    line-height: 25px;
    text-align: center;
}
.colltex {
    color: #83e46a;
    opacity: 0.7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
@media(max-width:768px) {
	.nav.navbar-nav {
		flex-direction: column;
		width: 100%;
		margin: 0px;
	}
	.navbar-default .navbar-nav > li {
		margin-right: 0px !important;
	}
}