/* Plik używany tylko na stronie about */
/* zdjęcie w tle */
.bg-image {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	vertical-align: middle;
	
	/* Full height */
  	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	
	/* The image used */
  	background-image: url("../gfx/about-back.jpg");

  	/* Center and scale the image nicely */
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

	/* Add the blur effect */
  	filter: blur(4px) grayscale(20%) contrast(1.2);
  	-webkit-filter: blur(4px) grayscale(20%) contrast(1.2);
}
.box-info {
	font-family: TheLightFont;
}
/* kontener na całą stronę */
.content-page {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
}

/* okno z informacjami */
img {
  display: block;
  width: 100%;
}

.header {
  background: linear-gradient(to right, #11998e, #38ef7d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 8px;
  color: #FFF;
  height: 100%;
  text-align: center;
}

.header:before {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  content: "";
  height: 140px;
/*  padding: 40px;*/
  position: absolute;
	left: 42px;
	top: 52px;
  width: 140px;
/*	margin: 20 10 auto 20;*/
  -webkit-transform: scale(1.24, 1.24);
  -moz-transform: scale(1.24, 1.24);
  transform: scale(1.24, 1.24);
}

.header img {
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  height: 140px;
  margin: 0em auto 2.5em;
  object-fit: cover;
  width: 140px;
	position: inherit;
}

.header h2 {
  display: inline-block;
  font-family: Comfortaa-Light;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -2px;
  margin: 0 auto;
  padding: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.header h4 {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 14px;
	font-family: TheLightFont;
  margin: 0 auto;
  padding: 5px 0 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}