@import "home-grid.min.css";
body {
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 22px;
  height: 100%;
  color: #111;
  font-weight: 500;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:link,
a:visited,
input {
  outline: 0;
}
.row {
  margin: 0;
}
h1 {
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  max-width: 800px;
  margin: auto;
  padding-bottom: 10px;
  color: #63005a;
  font-family: Mulish, sans-serif;
  font-weight: 900;
}
h1 span {
  font-size: 15px;
  line-height: 15px;
}
h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  max-width: 800px;
  margin: auto;
  padding-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-weight: 900;
}
h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  max-width: 800px;
  margin: auto;
  padding-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  color: #117911;
}
h4 {
  margin-bottom: 50px;
}
h6 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}
.newfont {
  font-family: Mulish, sans-serif;
  font-weight: 900;
}
a img {
  border: none;
}
.text-gradient {
  color: #117911;
  background: -webkit-linear-gradient(0deg, #117911, #1BC41B, #117911);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home-new h2 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 253, 244, 0.97);
}

#prelegent a {
	color:#c39e4b;
}


.nowy-zegar-cont div {
	display:inline-block;
}
#nowy-zegar {
	    background: linear-gradient(0deg, #aa771c, #ecde9b );
		padding:15px;
		font-weight:bold;
		font-size:18px;
		position:fixed;
		width:100%;
		z-index:99;
}
.zegar {
	font-size:26px;
	min-width:80px;
}
.zegar span {
	font-size:14px;
	margin-right:8px;
	margin-left:3px;
}