footer {
	left: 0;
    right: 0;
    height: 44px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #033E7C;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
}

.no-display {
	display: none;
}

#container-katalog {
	margin-top: 20px;
	max-width: 80%
}

#container-katalog-objekata-edit {
	margin-top: 20px;
}

#container-katalog-objekata-create {
	margin-top: 20px;
}

.footer-details {
	font-size: 14px;
}

.footer-details p,
.footer-details p a {
	margin: 0 auto;
    text-decoration: none;
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
	font-weight: 600;
}
.footer-details p:first-of-type a {
	width: min-content;
}

p.navbar-brand {
	margin: 0px !important;
}

.logo-hr {
	display: flex;
	flex-basis: 25%;
	padding: 12px;
}

.logo-hr div {
	flex-basis: 50%;
}

.logo-hr div:nth-child(2) {
	text-align: center;
}

.logo-hr img {
	height: 100%;
}

.logo-rgi {
	flex-basis: 45%;
	margin: auto;
}

.logo-rgi img {
	width: 40%;
}

.navbar-dark.bg-dark {
	background-color: #033e7c !important;
	color: white !important;
}

@media (max-width: 1023px) {
	footer {
		justify-content: center;
	}
	.logo-rgi {
		flex-basis: 33%;
	}
	.footer-details {
		flex-basis: 40%;
		text-align: center;
		font-size: 10px;
	}
}

@media (max-width: 769px) {
	.footer-details {
		display: flex;
		flex-direction: row;
		flex-basis: 30%;
		flex-wrap: wrap;
		line-height: unset;
		margin: auto;
	}
	.footer-details > p {
		flex-basis: 100%;
		display: block;
		text-align: right;
		margin: 0;
		padding: 0;
		margin-right: 10px;
	}
	.logo-rgi {
		flex-basis: 50%;
	}
}
@media (max-width: 601px) {
	.logo-hr {
		display: none;
	}
	.footer-details {
		margin-right: 5px;
	}
}
@media (max-width: 481px) {
	footer {
		display: none;
	}
}
