body {
	font-family: "open sans", "tahoma";
	color: #333333;
}
h1, h2, h3, h4, h5, p {
	font-weight: 300;
	margin-top: 20px;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	line-height: 1.1;
}
p {
	font-size: 16px;
}
.navbar-brand img {
	width: 210px;
}
header .navbar-nav .nav-item .nav-link {
	display: block;
	padding: 6px 10px;
	font-size: 11px;
	color: #333333;
	border-left: 1px solid #e93e46;
	border-bottom: 1px solid transparent;
	transition: all 300ms ease;
}
header .navbar-nav .nav-item:first-of-type .nav-link {
	border-left: none;
}
header .navbar-nav .nav-link:hover {
	border-bottom: 1px solid #F7F7F7;
}
header .navbar .navbar-toggler span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #000;
}
header .navbar .navbar-toggler span:last-of-type {
	margin-bottom: 0;
}
.hero {
	background: url("../app-images/Pozadina.png") no-repeat center center / cover;
}
.hero a {
	font-size: 15px;
}
.hero .hero-description {
	text-align: right;
}
.mobile {
	position: relative;
	width: 406px;
	height: 613px;
	padding: 21px 47px;
	z-index: 1;
}
.mobile:after {
	position: absolute;
	top: 27px;
	left: 1px;
	right: 0;
	bottom: 0;
	content: "";
	background: url("../app-images/telefon_1.png") no-repeat center center / contain;
}
.owl-carousel {
	z-index: -1;
	width: 75%;
}
.hand-mobile {
	background: url(../app-images/Slajder-veliki.png) no-repeat 27% 253px / 129% auto;
	padding: 19px 18px;
	margin-right: 34%;
}
.section-1 {
	background-image: linear-gradient(to right, rgba(131, 131, 131, 0.53), rgba(0, 0, 0, 0)), url('../app-images/b11.png');
	color: #fff;
}
.section-1, .section-3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0 40px 30px;
}
.section-1, .section-2, .section-3 h2 {
	font-size: 31px;
}
.section-1, .section-2, .section-3, .section-bg p {
	font-size: 14px;
}
.section-2 .section-2-description {
	color: #fff;
	bottom: 0;
	padding: 0 9px 0 0;
}
.section-2 .section-2-description .section-bg {
	background: rgba(23, 22, 22, 0.4);
	height: 266px;
	padding: 5px 20px 0px 40px;
}
footer {
	background-image: linear-gradient(to right, rgba(23, 22, 22, 0.53), rgba(23, 22, 22, 0.53)), url('../app-images/Footer.png');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
footer h2 {
	font-size: 30px;
}
footer .right ul {
	font-size: 15px;
	font-weight: 300;
}
.footer-bottom ul li {
	font-size: 12px;
	list-style: none;
	margin-right: 10px;
}
.footer-bottom ul li:last-of-type {
	margin-right: 0;
}
.footer-bottom ul li a {
	color: #fff;
	padding: 4px
}
.footer-bottom ul li a:hover {
	background-color: #fff;
	color: #000;
}
.footer-bottom-info a {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	margin-left: 11px;
}
.footer-bottom-info p {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
