html,
body {
	margin: 0;
	padding: 0;
}

* {
	font-family: "Nunito", "Arial", sans-serif;
	box-sizing: border-box;
	font-size: 12px;
}

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 100vw;
	background-color: ;
}

h1 {
	font-size: 22px;
	font-weight: 500;
	/* border: 3px solid #009fb7; */
	border: 3px solid #FFFFFF;
	padding: 10px 10px;
	color: #FFFFFF;
	letter-spacing: 5px;

}

h2 {
	font-size: 22px;
	color: #111111;
	font-weight: 700;
	letter-spacing: 5px;
}

h3 {
	font-size: 20px;
	color: #111111;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 23px;
}

h4 {
	font-size: 16px;
	color: #111111;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2;

}

.hh {
	margin-top: 0px;
	text-align: center;
}

.logo {
	height: 50px;
	width: 100px;
	background-image: url("../img/logo2.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.logo2 {
	height: 50px;
	width: 100px;
	background-image: url("../img/logo2_b.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

nav {
	width: 980px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav {
	display: flex;
	float: right;
}

nav > ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
    float: right;
}

nav a {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

nav a:hover {
    /* border-bottom: 1px solid #009fb7; */
 }

nav li {
    padding-right: 0px;
}


.por2 {
	height: 100px;
}

.h1h {
	display: flex;
	justify-content: center;
	position: relative;
	top: -350px;
}

.hd {
	height: 500px;
	background-image: url("../img/bb2.pngg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -60px;
	z-index: -1;
}

.hd img {
	max-width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide1 {
	background-image: url("../img/header1.jpg");
	max-width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide2 {
	background-image: url("../img/header2.jpg");
	max-width: 100%;
	height: 500px;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.slide3 {
	background-image: url("../img/bb2.png");
	max-width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#port {
	display: flex;
	justify-content: center;
	width: 100vw;
}

.portfolio {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 1180px;
	margin-top: 43px;
	margin-bottom: 20px;
}

.portfolio figure {
	width: 20%;
	height: 200px;
	margin: 0;
	text-align: center;
}


.portfolio figure a {
	display: block;
	height: 180px;
	margin: 19px;
	text-align: center;
	padding-top: 180px;
	text-decoration: none;
	font-size: 12px;
}

.portfolio figure a:hover {
	text-decoration: none;
}

h4 > a {
	font-size: 16px;
	color: #111111;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
}

h4 > a:hover {
	font-size: 16px;
	color: #009fb7;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
}

.stat a {
	background-image: url("../img/stacjonarne.jpg");
	background-size: cover;
	transition: all 0.3s ease-in-out;
}

.stat a:hover {
	filter: brightness(60%);
	transform: scale(0.9);
}
.night a {
	background-image: url("../img/gtr.jpg");
	background-size: cover;
	transition: all 0.3s ease-in-out;
}

.night a:hover {
	filter: brightness(60%);
	transform: scale(0.9);
}

.roll a {
	background-image: url("../img/rolling.jpg");
	background-size: cover;
	transition: all 0.3s ease-in-out;
}

.roll a:hover {
	transform: scale(0.9);
	filter: brightness(60%);
}
.event a {
	background-image: url("../img/eventowe.jpg");
	background-size: cover;
	transition: all 0.3s ease-in-out;
}

.event a:hover {
	transform: scale(0.9);
	filter: brightness(60%);
}

.buss a {
	background-image: url("../img/buss.jpg");
	background-size: cover;
	transition: all 0.3s ease-in-out;
}

.buss a:hover {
	transform: scale(0.9);
	filter: brightness(60%);
}

.portfolio figure a .napis {
	opacity: 0;
	font-size: 15px;
	color: #009fb7;
}

.portfolio figure a:hover .napis {
	opacity: 1;
	font-size: 30px;
	color: #FFFFFF;
}

.portfolio figure a:visited .napis {
	text-decoration: none;
}


#aboutme {
	width: 100vw;
	display: flex;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f4fddd4f9;
}

.text {
	width: 440px;
	height: 420px;
}

.videoyt {
	margin-top: 30px;
	width: 540px;
	height: 400px;
}

#aboutme p, ul, li {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: justify;
}

.bold {
	font-weight: 700;
	font-size: 14px;
}

#aboutme h2 {
	font-size: 20px;
	letter-spacing: 3px;
}
.contact1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-top: 5px;
	margin-top: 80px;
}
.contact {
	display: flex;
	justify-content: center;
	width: 980px;
	height: 260px;
	padding-top: 0;
	padding-bottom: 5px;
}

.contact figure {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 200px;
}

.tel {
	width: 50px;
	height: 50px;
	background-image: url("../img/tel.gif");
	background-repeat: no-repeat;
	background-size: contain;
}

.mail {
	width: 50px;
	height: 50px;
	background-image: url("../img/poczta.gif");
	background-repeat: no-repeat;
	background-size: contain;
}

.lok {
	width: 50px;
	height: 50px;
	background-image: url("../img/lok.gif");
	background-repeat: no-repeat;
	background-size: contain;
}

.contact p {
	margin-top: 60px;
	font-size: 20px;
	text-align: center;
}

.contact1 p {
	margin-top: 60px;
	font-size: 20px;
	text-align: center;
}

.trusted {
	height:250px;
	width: 100vw;
	display: flex;
	justify-content: center;
	background-color: #62666d3;
	/* background-image: url("../img/trusted.png"); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	margin-top: 10px;
	margin-bottom: 100px;
}

.trusted2 {
	width: 960px;
	font-color: white;
	margin-top: 30px;
}

.trusted2 p {
	font-size: 20px;
	font-color: white;
}

.slider {
	height: 300px;
	width: 960px;
	background-image: url("../img/slider1.png");
	background-repeat: no-repeat;
	display: flex;	
	justify-content: center;
}

.social {
	width: 100vw;
	height: 200px;
	background-color: #62666d;
	display: flex;
	justify-content: center;
}

.social figure {
	width: 400px;
	height: 200px;
	background-color: #29313a;
	padding: 0;
	margin: 0;
	display: flex;
}

.social i {
	height: 50px;
	width: 50px;
}

..facebook a {
	height: 200px;
	width: 400px;
	background-image: url("../img/fb.gif");
	background-repeat: no-repeat;
	background-position: center;
}

..facebook a:hover {
	background-color: #3b5998;
}

..instagram a {
	height: 200px;
	width: 400px;
	background-image: url("../img/instagram.gif");
	background-repeat: no-repeat;
	background-position: center;
}

..instagram a:hover {
	background: url("../img/instagram.gif"), linear-gradient(to bottom right, #8a3ab9, #e95950);
	background-repeat: no-repeat;
	background-position: center;
}

footer {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #272d34;
	color: white;
}


.footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 20px;
}

.footer p {
	float: right;
	margin-left: 20px;
	font-size: 15px;

}

.footer figure {
	display: flex;
	align-items: center;
	justify-content: center;

}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	color: #62666d;
}

.footer a:visited {
	text-decoration: none;
	color: white;
}

#foo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}


.copyright {
	text-align: center;
	display: flex;
	justify-content: center;
}

.copyright p {
	font-size: 12px;
}

#slideshow {
  overflow: hidden;
  height: 220px;
  width: 728px;
  margin: 0 auto;
  color: white;
  margin-top: 60px;
}

.slide-wrapper {
  width: 2912px;
  -webkit-animation: slide 18s ease infinite;
}

.slide {
  float: left;
  height: 220px;
  width: 728px;
}

.slide:nth-child(1) {
  background-image: url("../img/logotypy/slider1.png");
}

.slide:nth-child(2) {
  background-image: url("../img/logotypy/slider2.png");
}

.slide:nth-child(3) {
  background-image: url("../img/logotypy/slider3.png");
}


.slide-number {
  color: #FFFFFF;
  text-align: center;
  font-size: 10em;

}

@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -728px;}
  50% {margin-left: -728px;}
  60% {margin-left: -1456px;}
  70% {margin-left: -1456px;}

}


ul.ul-nav {
	list-style-type: none;
    overflow: hidden;
    margin: 0;
}

li.li-nav {
    float: left;
}

li.li-nav a {
    display: block;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 14px 5px;
    margin:0 10px;
    padding-bottom: 2px;
    text-decoration: none;
}	

/* Change the link color to #111 (black) on hover */
li.li-nav a:hover {
     /*background-color: black;
    border-radius: 5px; */
    color: #009fb7;
    /* border-bottom: 2px solid #009fb7;
    padding-bottom: 2px; */
}

li.instagram a {
	height:50px;
	width:50px;
	background-image: url("../img/instagram.png");
	border: none;
	transition: all 2s ease-in-out;
	margin-left: 16px;
	margin-right: 16px;
}

li.instagram a:hover {
	height:50px;
	width:50px;
	background-image: url("../img/instagram_b.png");
	border: 0px;
}

li.facebook a {
	height:50px;
	width:50px;
	background-image: url("../img/facebook.png");
	border: none;
	transition: all 2s ease-in-out;
	margin-left: 16px;
	margin-right: 16px;
}

li.facebook a:hover {
	height:50px;
	width:50px;
	background-image: url("../img/facebook_b.png");
	border: 0px;
}

.newslider {
	width: 980px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.stacjonarne {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
}

.galeria-stacjonarne {
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}

.project-image {
	padding: 10px;
}

.info {
	width: 980px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.info p {
	font-size: 14px;

}

.contact2 {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

a[href^="tel:"] {
color: #FFFFFF;
text-decoration: none;
margin-right: 0.em;
}