

*{font-family: 'Saira',
	sans-serif;
	font-family: 'Saira Condensed',
	sans-serif;
	}
	
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	.clearfix::after {
		content: "";
		display: block;
		clear: both;
	}
	a{display: block;}
	
	header {
		
	position: relative;
		height: 100vh;
		max-width: 1920px;
		margin: 0 auto;
		background-color: black;
		background-image: url(bg2.png);
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		font-family: 'saira';
	}
	
	header > * {
		position: absolute;
	}
	
	header img {
		top: 30px;
		left: 60px;
	
	}
	
	header h1 {
		top: 45%;
		font-size: 60px;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
	text-transform: uppercase;
	
		letter-spacing: 4px;
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	
	.jezyk {
		top: 9px;
		right: 80px;
		font-size: 40px;
		padding: 10px 50px;
		text-transform: uppercase;
		
		background-color: transparent;
		color: white;
		border: none;
		cursor: pointer;
		transition: .3s;
		letter-spacing: 3px;
	}
	.ja {
		bottom: 169px;
		right: 80px;
		font-size: 40px;
		padding: 10px 50px;
		text-transform: uppercase;
		
		background-color: transparent;
		color: white;
		border: 4px solid white;
		cursor: pointer;
		transition: .3s;
		letter-spacing: 3px;
	}
	
	header button:hover {
		background-color:  rgba(0, 0, 0, 0.5);
		
	}
	
	a {text-decoration: none;
		color: white;}
		
	@media (max-width: 1024px) {
		header {
			background-size: cover;}
	.jezyk {
		top: -15%;
	}
		
	
	}
	
	@media (max-width: 915px) and (orientation: landscape) {
		header img {
			width: 25%;
	
		}
	
		header h1 {
			font-size: 26px;
		}
	
		.ja {
			font-size: 20px;
			bottom: 30px;
		}
		.jezyk {
			font-size: 20px;
			top: 30px
	
		}
	}
	
	
	@media (max-width: 533px) and (orientation: landscape) {
	
	
		header h1 {
			font-size: 20px;
			top: 40%;
		}
	
		.ja {
			font-size: 17px;
			bottom: 18px;
		}
		.jezyk {
			font-size: 17px;
			top: 8%;
			left: 70%;
		}
	}
	
	@media (max-width: 414px) and (orientation: portrait) {
		header img {
			width: 80%;
			left: 10%;
		}
	
		header h1 {
			font-size: 30px;
			line-height: 180%;
			top: 35%;
		}
	
		.ja{
			right: 10%;
			width: 80%;
			font-size: 32px;
			
		}
		.jezyk{
			bottom: -95%;
			left: 20%;
			font-size: 32px;;
		}
	}
	
	@media (max-width: 360px) and (orientation: portrait) {
	
	
		header h1 {
			font-size: 24px;
		}
	
	}
	
	
	@media (max-width: 320px) and (orientation: portrait) {
		header img {
			width: 60%;
			left: 20%;
		}
		
		header h1 {
			font-size: 20px;
		}
		.ja{
			bottom: 2%;
			right: 10%;
			
			font-size: 18px;
			
		}
		.jezyk{
			bottom: -60%;
			right: 15%;
			font-size: 18px;;
		}
		
	}
	
	
	
	
	
	/* header button {
		font-family: 'Saira', sans-serif;
		font-weight: 300;
		line-height: 32px;
		padding: 0 20px;
		text-transform: uppercase;
		color: white;
		background-color: transparent;
		font-size: 12px;
		border: 2px solid white;
	} */
	
	
	
	
	.features {
		max-width: 1600px;
		margin: 50px auto;
		padding: 5%;
		text-align: center;
	}
	
	.features h1 {
		font-family: "saira condensed", sans-serif;
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	
	.features h2 {
		font-family: "saira condensed", sans-serif;
		font-size: 22px;
		text-transform: uppercase;
	}
	
	.features p {
		font-family: "saira", sans-serif;
		font-size: 12px;
		font-weight: 300;
		margin: 20px 0;
	}
	
	.features img {
		width: 100%;
		margin: 5px 0;
		max-width: 375px;
	
	}
	
	.cennik {
		margin-left: 44%;
		font-size: 40px;
		padding: 10px 50px;
		text-transform: uppercase;
		text-decoration: none;
		background-color: transparent;
		color: white;
		border: 4px solid white;
		cursor: pointer;
		transition: .3s;
		letter-spacing: 3px;
		
	}
	
	section a:hover {
		color: #ff4F2c;
			
	}
	
	.me {
		margin-left: 36%;
		font-size: 40px;
		padding: 10px 50px;
		text-transform: uppercase;
		text-decoration: none;
		background-color: transparent;
		color: white;
		border: 4px solid white;
		cursor: pointer;
		transition: .3s;
		letter-spacing: 3px;
		
	}
	
	@media (min-width: 360px) {
	
		.features h1 {
			font-size: 28px;
	
		}
	
		.features h2 {
			font-size: 24px;
	
		}
	
		.features p {
			font-size: 14px;
		}
		.cennik {
			margin-left: 23%;
			font-size: 24px;
		}
		.me {
			
			margin-left: 5%;
			width: 90%;
			padding: 10px;
			font-size: 20px;
			border: 2px solid white;
	
	}
	}
	@media (min-width: 412px) {
	
		.cennik {
			margin-left: 27%;
		}
	}
	
	@media (min-width: 768px) {
	
		.features h1 {
			font-size: 36px;
	
		}
	
		.features h2 {
			font-size: 28px;
	
		}
	
		.features p {
			font-size: 18px;}
			.cennik {
				margin-left: 38%;
				font-size: 30px;
			}
			.me {
				margin-left: 20%;
				width: 60%;
				font-size: 24px;
		}
	}
	
	@media (min-width: 1024px) {
	
		.features {
			margin-top: 50px;
			padding: 5% 2%;
	
		}
	
		.feature {
			float: left;
			width: 33%;
			padding: 30px;
		}
	
		.features h1 {
			font-size: 36px;
	
		}
	
		.features h2 {
			font-size: 21px;
	
		}
	
		.features p {
			font-size: 16px;
			line-height: 120%;
		}
		.cennik {
		
			font-size: 30px;
		}
		.me {
			width: 60%;
			font-size: 30px;
			
		}
	}
	
	@media (min-width: 1600px) {
	
	
		.feature {
			padding: 20px 40px;
		}
	
		.features h1 {
			font-size: 60px;
	
		}
	
		.features h2 {
			font-size: 32px;
	
		}
	
		.features p {
			font-size: 21px;
			line-height: 140%;
			
		}
		.cennik {
	margin-left: 45%;
		}
		.me{
			margin-left: 30%;
			width: 40%;
			font-size: 28px;
		}
	}
	
	.portfolio {
		background-color: black;
		padding: 10px 0 30px;
	}
	
	.portfolio h1 {
		font-size: 24px;
		font-family: "saira condensed", sans-serif;
		text-transform: uppercase;
		color: white;
		text-align: center;
		padding: 10px 20px;
		margin-bottom: 15px;
	}
	
	.portfolio .web img {
		width: 100%;
	
	}
	
	.portfolio .about {
		color: white;
		font-family: "saira", sans-serif;
		font-weight: normal;
		padding: 10px 20px 20px 0;
		text-align: left
	}
	
	.portfolio .about h2 {
		font-size: 18px;
		border-bottom: 2px solid white;
		margin-bottom: 12px;
		padding-bottom: 6px;
		text-indent: 20px;
	}
	
	.portfolio .about p {
		font-size: 12px;
		padding-left: 20px;
	}
	
	.portfolio .project {
		max-width: 1400px;
		margin: 0 auto 20px;
	}
	
	.portfolio .project:nth-of-type(odd) {
		background-color: #ff4f2c;
	
	}
	
	.portfolio .project:nth-of-type(even) {
		background-color: #29a6dc;
	
	}
	
	@media (min-width: 768px) {
		.portfolio h1 {
			font-size: 40px;
		}
	
		.portfolio .about h2 {
			font-size: 28px;
			text-indent: 40px;
		}
	
		.portfolio .about p {
			font-size: 18px;
			padding-left: 40px;
		}
	
		.portfolio .project {
			margin-bottom: 40px;
		}
	
	}
	
	@media (orientation: landscape) {
	
		.web,
		.about {
			width: 50%;
			float: left;
		}
	
		.web img {
			display: block;
		}
	
		.project:nth-last-of-type(even) .web {
			float: right;
		}
	
		.project:nth-last-of-type(even) .about {
			padding-right: 0;
		}
	
		.project:nth-last-of-type(even) .about h2 {
	
			text-indent: 0;
			margin-left: 40px;
		}
	
		.project:nth-last-of-type(even) .about p {
			padding-right: 20px;
		}
	}
	
	
	@media (orientation: landscape) and (min-width: 1024px) {
		.portfolio h1 {
			padding: 30px 0;
		}
	
		.portfolio .about h2 {
			padding-top: 30px;
			margin-bottom: 30px;
			font-size: 28px;
			text-indent: 40px;
		}
	
		.portfolio .about p {
			font-size: 18px;
			padding-left: 40px;
			line-height: 180%;
		}
	
		.portfolio .project {
			margin-bottom: 40px;
		}
	
	}
	
	@media (orientation: landscape) and (min-width: 1400px) {
		.portfolio h1 {
			font-size: 60px;
			padding: 30px 0;
		}
	
		.portfolio .about h2 {
			padding-top: 50px;
			margin-bottom: 50px;
			font-size: 28px;
			text-indent: 40px;
		}
	
		.portfolio .about p {
			font-size: 18px;
			padding-left: 40px;
			line-height: 180%;
		}
	
		.portfolio .project {
			margin-bottom: 40px;
		}
	
	}
	
	.slogan {
		text-align: center;
		background-image: url(../img/motto.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		color: white;
	
	}
	
	.slogan h1 {
		font-family: 'Saira Condensed', sans-serif;
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 25px;
	}
	
	.slogan p {
		font-family: 'Saira', sans-serif;
		font-size: 18px;
	}
	
	.slogan p.author {
		margin-top: 20px;
		font-size: 12px;
	}
	
	.slogan .bg {
		padding: 30px 10px;
		background-color: rgba(0, 63, 114, 0.5);
	
	}
	
	@media (orientation: landscape) {
		.slogan p {
			width: 70%;
			margin-left: auto;
			margin-right: auto;
	
		}
	}
	
	@media (min-width: 768px) {
	
		.slogan .bg {
			padding: 50px 10px;
		}
	
		.slogan h1 {
			font-size: 48px;
			margin-bottom: 35px;
		}
	
		.slogan p {
			width: 60%;
			font-size: 26px;
			margin: 0 auto;
		}
	
		.slogan p.author {
			margin-top: 40px;
			font-size: 18px;
		}
	
	}
	
	@media (min-width: 1024px) {
	
		.slogan .bg {
			padding: 80px 10px;
		}
	
		.slogan h1 {
			font-size: 60px;
			margin-bottom: 55px;
		}
	
		.slogan p {
			width: 50%;
			font-size: 40px;
	
		}
	
		.slogan p.author {
			margin-top: 40px;
			font-size: 26px;
		}
	
	}
	
	.hobby {
		max-width: 1920px;
		margin: 0 auto;
	}
	
	.hobby .item {
		height: 25vh;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	
	
	.hobby div.item:nth-of-type(1) {
		background-image: url(../img/hobby1.png)
	}
	
	.hobby div.item:nth-of-type(2) {
		background-image: url(../img/hobby2.png)
	}
	
	.hobby div.item:nth-of-type(3) {
		background-image: url(../img/hobby3.png)
	}
	
	.hobby div.item:nth-of-type(4) {
		background-image: url(../img/hobby4.png)
	}
	
	.hobby .item p {
		font-family: 'saira', sans-serif;
		color: white;
		text-align: center;
		text-shadow: 0 0 4px black;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 20px;
		padding: 5px 0;
	}
	
	.hobby h1 {
		padding: 20px;
		font-family: 'saira condensed';
		text-align: center;
		font-size: 36px;
		text-transform: uppercase;
	}
	
	
	@media (min-width: 533px) {
	
		.hobby .item {
			float: left;
			width: 50%;
			height: 40vh;
		}
	}
	
	@media (min-width: 768px) {
		.hobby h1 {
			font-size: 48px;
			margin-top: 40px;
			margin-bottom: 35px;
		}
	
		.hobby .item p {
			font-size: 30px;
			padding: 15px 0;
		}
	}
	
	
	@media (min-width: 1024px) {
		.hobby .item p {
			padding: 0;
			line-height: 40vh;
			opacity: 0;
			transition: 1s;
			cursor: default;
		}
	
		.hobby .item:hover p {
			opacity: 1;
	
		}
	
		.hobby .item {
			background-size: 100%;
			transition: 1s;
		}
	
		.hobby .item:hover {
			background-size: 130%;
		}
	}
	
	@media (min-width: 1600px) {
		.hobby h1 {
			font-size: 60px;
			margin-top: 50px;
			margin-bottom: 45px;
		}
	
		.hobby .item p {
			font-size: 40px;
	
		}
	}
	
	.contact {
		background-color: #000;
		padding: 30px 20px;
	}
	
	.contact h1 {
		font-family: "saira condensed", sans-serif;
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 15px;
		color: white;
		text-align: center;
		letter-spacing: 2px;
	}
	
	.contact .wrap {
		padding-top: 20px;
		max-width: 1250px;
		margin: 0 auto;
	}
	
	.contact input,
	.contact button,
	.contact textarea {
		width: 100%;
		margin-bottom: 25px;
		font-family: "saira", sans-serif;
		font-size: 12px;
		padding: 5px;
	}
	
	.contact input {
	
		height: 36px;
	
	}
	
	.contact textarea {
		height: 36px;
	}
	
	.contact button {
		font-size: 14px;
		line-height: 40px;
		background-color: black;
		color: white;
		border: 2px solid white;
	}
	
	.contact .socials {
		padding-top: 30px;
		font-size: 0;
	}
	
	.contact .social {
		padding: 10px 0;
		color: white;
		font-family: "saira condensed", sans-serif;
	}
	
	.contact .social img {
		float: left;
	}
	
	
	.contact .social span {
		line-height: 72px;
		padding-left: 20px;
		float: left;
		font-size: 20px;
		
	}
	
	@media (min-width: 533px) {
		.contact .social {
			display: inline-block;
			width: 50%;
		}
	}
	
	@media (min-width: 1024px) {
		h1 {
			font-size: 60px;
			padding: 30px 0;
		}
	
		.contact form,
		.contact .socials {
			float: left;
			width: 50%;
			padding: 0 20px;
		}
	
		.contact .social {
			display: block;
			width: 50%;
			margin: 0 auto;
		}
	
		.contact input,
		.contact button,
		.contact textarea {
			margin-bottom: 35px;
		}
	
		.contact input {
	
			height: 46px;
			font-size: 24px;
	
		}
	
		.contact textarea {
			height: 180px;
			font-size: 24px
		}
	
		.contact button {
			font-size: 20px;
			line-height: 50px;
			transition: .3s;
			cursor: pointer;
	
		}
	
		.contact button:hover {
			color: black;
			background-color: #fff;
		}
	}
	
	
	
	.label {color: white;}
	footer {
		background-color: #ff4f2c ;
		color: white;
		font-family: 'saira', sans-serif;
		text-align: center;
		font-size: 20px;
		padding: 20px;
	}
	