html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
	width: 100%;
	height: 100vh;
	display: table;
	background: url('../images/background2.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: "Open Sans",Arial,sans-serif;
    
	
}

/* NAWIGACJA I MENU */

.navigation {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background-color: #0a0909c7;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.logo {
	letter-spacing: 1px;
	float: left;
	color: #fff;
	font-size: 25px;
	line-height: 80px;
	padding-left: 90px;
	text-shadow: 1px 1px black;
}

.logo span {
	color: #66beff;
}

.menu {
	float: right;
	line-height: 45px;
	margin-right: 90px;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	display: inline-block;
}

.menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	padding: 0 10px;
	text-shadow: 1px 1px black;
}

.menu ul li a:hover {
	color: #66beff;
}

#menu_hover {
	color: #66beff;
}

/* ŚRODEK STRONY */

.container {
	padding: 80px 0 120px 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.heading {
	width: 1200px;
	height: 41px;
	background-color: #0a0909c7;
	border-bottom: 5px solid #00abff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px #4e555c;
}

.heading-title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 7px 0;
	color: #00abff;
	text-shadow: 1px 1px #000000;
}

.contents {
	width: 1200px;
	background: rgba(255, 255, 255, 0.85);
	border-bottom: 5px solid #00abff;
	margin-left: auto;
	margin-right: auto;
    
}

.contents-text {
	padding: 20px;
    font-weight: 300;
    color: #606060;
	font-size: 14px;
    line-height: 1.71em;
    letter-spacing: 0.05em;
    overflow: hidden;
    z-index: 2;
}

.home-left-colune {
	width: 45%;
	float: left;
}

.home-right-colune {
	width: 55%;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home-colune {
	width: 33.3%;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left-colune {
	width: 65%;
	float: left;
}

.right-colune {
	width: 35%;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contact-left-colune {
	width: 35%;
	float: left;
	text-align: center;
}

.contact-right-colune {
	width: 65%;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home-box-pictures {
	margin-bottom: 35px;
	display: inline-block;
}

.home-pictures {
	padding: 2px;
	background-color: #00abff;
    border-radius: 4px 4px 4px 4px;
	text-align: center;
}

.home-pictures:hover {
	overflow: hidden;
    padding-bottom: 4px!important;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    transform: scaleX(1.02) scaleY(1.02);
    transition: transform 300ms ease 0ms;
}

.box-pictures {
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 35px;
	display: inline-block;
}

.pictures {
	padding: 2px;
	background-color: #00abff;
    border-radius: 4px 4px 4px 4px;
	height: 100%;
	width: 250px;
	text-align: center;
}

.pictures img {
	background-color: #fff;
}

.pictures:hover {
	overflow: hidden;
    padding-bottom: 4px!important;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    transform: scaleX(1.02) scaleY(1.02);
    transition: transform 300ms ease 0ms;
}

.pictures-text {
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px black;
	letter-spacing: 1px;
}


.realizations-box-pictures {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.realization-pictures {
	background-color: #fff;
    border-radius: 4px 4px 4px 4px;
	border: 2px solid #00abff;
	text-align: center;
}

.realization-pictures:hover img {
	filter: opacity(30%);
}

.btn-blue {
	color: white;
	text-shadow: none;
	background-color: #4d90fe;

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
}

.btn-blue:hover {
	background-color: #0362fd;
}

.btn-red {
	color: white;
	text-shadow: none;
	background-color: #d84a38;

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
}

.btn-red:hover {
	background-color: #BB2413;
}

/* STOPKA */

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #0a0909c7;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.footer p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px black;
}

.footer span {
	color: #66beff;
}