html, body {
	height: 100%;
}
body {
	background-color: #e8f3ff;
	text-align: justify;
}
header {
	height: 90%;
}
.section-background {
	background: url(img/widok.jpg) no-repeat center center;
	background-size:cover;
	height: 100%;
	position: fixed;
	z-index: 1001;
}
nav ul {
	margin-top: 100px;
	padding: 0px;
}
	nav ul li {
		list-style: none;
		margin-top: 10px;
	}
		nav ul li a{
			background-color: rgba(17,7,151,0.1);	
			transition-duration: 0.5s;
		}
			nav ul li a:hover {
				text-decoration: none;
				transform: scale(1.2);
    			-webkit-transform: scale(1.2);
    			-moz-transform: scale(1.2);
    			z-index: 0;
			}
.btn-link-nav {
	border-radius: 0;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	outline: 0 !important;
	border: 0 !important;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0 none;
}
.btn-link:hover, .btn-link-nav-active {
	border-radius: 0;
	color: #110797;
}
h1 {
	font-size: 25px;
	color: white;
}
#left h1 a {
	text-decoration: none;
	color:#fff;
}
.text {
	margin-top: 80px;
	color: #08457e;
	font-size: 1em;
}
.img {
	box-shadow: 10px 10px 10px rgba(10, 83, 148, 0.89);
	margin-top: 20px;
	float: right;
}
.picture {
	background: url(img/top.jpg) no-repeat center center;
	background-size:cover;
	height: 300px;
}
.warsztaty {
	margin-top: 40px;
}
.profil {
	width: 100%;
}
table, td, th {
	border: 2px solid;
	border-color: #110797;
}
td, th {
	padding: 10px;
}
td {
	text-align: center;
}
.mapa {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.slicknav_menu {
	display:none;
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	#menu {
		display:none;
	}	
	.slicknav_menu {
		display:block; 
		position: fixed; 
		z-index: 1000; 
		float: right; 
		width: 100%;
	}
	h1 {
		font-size: 15px;
		z-index: 1001;
		position: fixed;
	}
	.profil {
		display: inline-block; 
	}
}
@media only screen and (min-width: 483px) and (max-width: 767px){
	#menu {
		display:none;
	}	
	.slicknav_menu {
		display:block; 
		position: fixed; 
		z-index: 1000; 
		float: right; 
		width: 100%;
	}
	h1 {
		font-size: 15px;
		z-index: 1001;
		position: fixed;
	}
	.profil {
		display: inline-block; 
	}
}
@media only screen and (max-width: 482px) {
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block; 
		position: fixed; 
		z-index: 1000; 
		float: right; 
		width: 100%;
	}
	h1 {
		font-size: 12px;
		z-index: 1001;
		position: fixed;
	}
	.profil {
		display: inline-block; 
	}
}

