
body {
	background-color: #153158;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	background-color: #0b203d;
}

body::-webkit-scrollbar-thumb {
	background-color: #ffc107;
}

.navbar-style {
	background-color: transparent;
	transition: all 0.5s ease;
}

.navbar-style-background {
	background-color: #ffd524;
}

.nav-color {
	color: #FFF;
	transition: all 0.5s ease;
}

.nav-color-change {
	color: #000 !important;
}

.navbar-style a {
	color: #FFF;
}

.nav-tel {
	
	font-weight: bold;
	margin-right: 10px;
}

.nav-fb-icon {
	position: relative;
	margin-top: -5px;
	font-size: 30px;
	cursor: pointer;
}

.nav-fb-icon:hover {
	color: #1356b1 !important;
}

.logo-bg {
	height: 500px;
	width: 100%;
	background: url("../images/bg.jpg") no-repeat;
	background-size: cover;
}

.logo-text {
	font-size: 6vmin;
	margin-top: 160px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 4px #000000;
}

.logo-text a {
	text-shadow: 0px 0px 0px #000;
}

.big-text {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 42px;
	color: #fff;
	text-align: center;

}

.oferta {
	color: #e8e8e8;
}

.oferta h3 {
	text-align: center;
}

.oferta p {
	text-align: justify;
}

.oferta-img {
	margin: 0px auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}

.oferta img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	border: 7px solid #f8d928;
}

.o-nas {
	background-color: #3d67a0;
}

.o-nas-text {
	font-size: 18px;
	color: #FFF;
	text-align: justify;
	margin-bottom: 50px;
}

.galeria {
	background-color: #3d67a0;
}

.thumb {
	margin-bottom: 30px;
}

.thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border: 3px solid #f3f3f3;
	box-shadow: 0px 0px 15px #000;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.thumb img:hover {
	border: 3px solid #ffc107;
	transform: scale(1.1);
}

.btn-more {
	text-align: center;
	padding: 30px;
}

.kontakt {
	color: #FFF;
	margin-bottom: 50px;
	font-size: 24px;
}

.kontakt p {
	font-weight: bold;
	padding-top: 50px;
}

.kontakt a {
	color: #FFF;
}

.admin-buttons {
	position: absolute;
	z-index: 999;
	margin-left: 10px;
	margin-top: 10px;
}

.btn-logout {
	text-align: center;
	margin: 0px auto;
}

.btn-add {
	margin-bottom: 30px;
	text-align: center;
}

.progress {
	background-color: #ececec;
	height: 30px;
	position: relative;
	margin-top: 20px;
}

.bar {
	background-color: #66a6fd;
	height: 30px;
}

.percent {
	position: absolute;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
}