:root {
	--main-primary-color: #0b4892;
	--main-secondary-color: #60a428;
}

html, body
{
	background-color: #fff;
	color: var(--main-primary-color);
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;	
	
	 height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}




main {
  flex: 1;
}


   .text-left {
  text-align: left !important;
}

   .text-right {
  text-align: right !important;
   }


h1, .h1
{
	font-size: 36px;
	font-weight: 400;
	color: var(--main-secondary-color);
	margin: 20px;
}
h6, .h6 {
	font-size: 1.1rem;
	font-weight:600;
	color: var(--main-secondary-color);
}
.jumpers
{
	text-align: center;
}

.jumpers img
{
	width: 100%;
	height: auto;
}

.jumpers p
{
	margin-bottom: 30px;
}

.jumpers figcaption
{
	margin-top: 8px;
}

/*
.navbar-nav li:hover>.dropdown-menu
{
	display: block;
}
*/

.navbar
{
	min-height: 57px;
}


a.nav-link-ex {
  color: #ded400  !important;
  text-decoration: none;
  font-weight: bold;
}

/* Po najechaniu */
a.nav-link-ex:hover {
  color: #ded400 !important; 
  text-decoration: underline;
}

/* Po odwiedzeniu */
a.nav-link-ex:visited {
  color: #ded400 !important;
}

/* W momencie kliknięcia */
a.nav-link-ex:active {
  color: #ded400 !important;
}

.baner1
{
	width: 100%;
	clear: both;
	text-align: center;
	background-color: #378427 !important;
}

.navbar-brand
{
	background-color: #fff !important;
	padding: 15px;
	border-radius: 20px;
}

.bg-jumpers
{
	background-color: var(--main-primary-color) !important;
}

.wpis
{
	text-align: justify;
	font-size: 16px;
	padding: 30px;
	margin-bottom: 40px;
}

.list-group-item-dark
{
	background-color: #373a3d;
	color: white;
}

.list-group-item-dark:hover
{
	background-color: #91a33b !important;
}

.list-group .active
{
	background-color: #91a33b !important;
	cursor: default;
}

.blockquote
{
	line-height: 120%;
}



/* DODANE */ 
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

@media (max-width: 767.98px) {
  .mobile-header {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .mobile-header-top {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .mobile-header .bg-white {
    margin-right: 0.75rem;
  }

  .mobile-header-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}


.animate-pulse {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}


/* DODANE */ 


.h-100 {
	min-height: 100%;
}

@media (max-width: 575px)
{
	.wpis
	{
		margin: 40px 20px;
		text-align: left;
		font-size: 15px;
	}
	
	.float-left, .float-right
	{
		max-width: 50%;
	}
	
	.blockquote
	{
		font-size: 17px;
	}
	
	.list-group
	{
		text-align: center;
	}
	
	
	.text-left {
  text-align: center !important;
}

   .text-right {
  text-align: center !important;
		
}

	.fixed-table-pagination .float-left, .float-right {
        max-width: 100% !important;
		float: initial !important;
		clear:both;
		text-align: center;
    }
	.float-right.pagination {
		margin: 10px auto;
	}
	.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
		margin: 0 auto;
	}
}
