@charset "utf-8";
/* STOPKA */
.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}

.btn-social:hover {
  color: #cc1b0c;
}

hr {
  margin: 1rem auto;
  color: #ffffff;
  opacity: 1;
  width: 60%;
}

.btn-mod {
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-bottom: 0.7rem;
	background-color: #2f417c;
	border-color: #ffffff;
	border: 2px solid;
	font-family: 'Truculenta';
	font-size: 1.5rem;
    line-height: 1.5rem;
	border-radius: 0.8rem;
}
.btn-mod:hover {
  color: #d23532;
  background-color: #ffffff;
  border-color: #d23532;
}
.btn-mod:focus, .btn-mod.focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem #cccccc;
}
.btn-mod.disabled, .btn-mod:disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.btn-mod:not(:disabled):not(.disabled):active, .btn-mod:not(:disabled):not(.disabled).active,
.show > .btn-mod.dropdown-toggle {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}

.btn-mod:not(:disabled):not(.disabled):active:focus, .btn-mod:not(:disabled):not(.disabled).active:focus,
.show > .btn-mod.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #cccccc;
}


h1 {
	font-family: 'Sigmar';
	font-weight: 400;
	color: #ffffff;
	font-size: 2.5rem;
	
}

.ciemny {
	color: #3d79bd;
}

.grubas {
	font-family: 'Truculenta';
	font-weight: 600;
}

h3 {
	font-family: 'Truculenta', sans-serif;
}

h2 {
	font-family: 'Truculenta';
	font-weight: 500;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

a {
  color: #353535;
  text-decoration: none;
}
a:hover {
  color: #0a58ca;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.9em;
  color: #000000;
 padding-bottom: 1rem;
	line-height: 1.2rem;
}