/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
	font-size: 1rem;
}

ul.navbar-nav {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-stretch: condensed;
	font-family: sans-serif;
}
ul.navbar-nav a.nav-link:hover {
	background-color: black;
	color: white!important;
}
ul.navbar-nav a.nav-link.active:hover {
	color: initial!important;
	background-color: initial;
}
span.badge {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-stretch: condensed;
	font-family: sans-serif;
}

/* font-size */
.fs-xs {
	font-size: .6rem!important;
}
.fs-sm {
	font-size: .8rem!important;
}
.fs-nm {
	font-size: 1rem!important;
}
.fs-md {
	font-size: 1.25rem!important;
}
.fs-lg {
	font-size: 1.5rem!important;
}
.fs-xl {
	font-size: 3rem!important;
}

footer p {
	text-align: center;
	font-size: .8rem;
}
footer span {
	display: block;
}
footer span.mailto {
	visibility: hidden;
}

h3 {
	font-size: 1.5rem;
}
div.file {
	font-size: .8rem!important;
}
div.c-consent {
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}
div.c-consent.show {
    transform: translateY(0);
}
div.c-consent.hiding {
    transform: translateY(100%);
}
label.custom-file-label::after {
	content: "Nalistuj"!important;
}
a.navbar-brand img {
	height: 30px
}
div#main {
	line-height: 30px;
}

@media (max-width: 320px) {
	.display-2 {
		font-size: 4rem;
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
	.display-4 {
		font-size: 2.5rem;
	}
	h5 {
		font-size: 1rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	h2 {
		font-size: 1.5rem;
	}
}

/*sm*/
@media (min-width: 576px) {
	a.navbar-brand img {
		height: 50px
	}
	div#main {
		line-height: 50px;
	}
	h3 {
		font-size: 1.75rem;
	}
	body {
		font-size: 1.1rem;
	}
}

/*md*/
@media (min-width: 768px) {
	div.jumbotron nav.navbar {
		position: initial;
	}
	nav.navbar {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	div.jumbotron ul.navbar-nav a.nav-link {
		border-color:black;
	}
	div.jumbotron ul.navbar-nav a.nav-link:hover {
		border-color:darkred;
	}
	ul.navbar-nav a.nav-link {
		border-bottom: 2px solid white;
	}
	ul.navbar-nav a.nav-link:hover {
		border-bottom: 2px solid red;
	}
	ul.navbar-nav a.nav-link.active {
		border-bottom: 2px solid black;
	}
	footer span {
		float: left;
	}
	footer span.mailto {
		visibility: visible;
		float: right;
	}
	body {
		font-size: 1.25rem;
	}
}

/*lg*/
@media (min-width: 992px) {
	body {
		font-size: 1.35rem;
	}
}