@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Source_Sans_Pro';
	font-display: swap;
	src: url('./../fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}


html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #202020;
	font-family: 'Source_Sans_Pro', sans-serif, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

html body main {
	width: 100%;
	display: flex;
}

a {
	transition: all 0.4s ease;
}

a:hover {
	opacity: 0.4;
	trans
}

html body main .image {
	width: 55%;
}

html body main .image div{
	height: 100vh;
	background-image: url(../img/lanowy_bike.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


html body main .image div{
	height: 100vh;
	background-image: url(../img/lanowy_bike.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



html body main .content {
	width: 45%;
	margin: 50px;
	align-self: center;
}

html body main .content h1 {
	font-weight: 500;
	font-size: 65px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 0.9;
}

html body main .content .txt {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 35px;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

html body section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background-color: #e0e0e0;
	font-size: 20px;
	line-height: 30px;
	padding: 5% 10%;
}

html body section .item-container {
	opacity: 1;
	cursor: pointer;
}

.item-container:link,
.item-container:visited,
.item-container:hover {
	color: #ffffff;
	text-decoration: none;
}

html body section .item{
	padding: 5%;
	transition: all 0.4s ease;
}

html body section .item:hover{
	transform: scale(1.03);
}


html body section .card img{
	object-fit: cover;
	width: 100%;
}

html body section .card .card-content {
	color: #292929;
	font-style: italic;
	font-weight: 300;
	text-align: left;
	padding-top: 0px;
	font-size: 20px;
	line-height: 1.2;
}

html body footer {
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
	align-items: baseline;
	font-size: 20px;
	line-height: 30px;
	padding: 2% 6%;
}

html body footer .links-container {
	display: grid;
	grid-auto-flow: column;	
	grid-gap: 25px;
}

html body footer .privacy {
	font-weight: 300;
}

a:link,
a:visited,
a:hover {
	color: #ffffff;
	text-decoration: none;
}

.fa-inverse {
	color: #292929;
}

@media (max-width: 900px) {
	html body main {
		flex-direction: column;
		width: 100%;
	}
	html body main .image {
		width: 100%;
	}
	html body main .image div{
		position: relative;
		height: 40vh;
		width: 100%;
		background-image: url(../img/lanowy_bike.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	html body main .content {
		width: calc(100% - 100px);
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}
	html body main .content h1 {
		line-height: 37px;
	}
	html body main .content .txt {
    line-height: 30px;
		font-size: 18px;
		letter-spacing: 1.5px;
	}

	html body section .card .card-content {
		font-size: 18px;
		line-height: 1.2;
	}

	html body footer {
		font-size: 18px;
	}
	html body footer .links-container {
		grid-gap: 10px;
	}
}

@media (min-width: 800px) {
	.bg-portrait {
		max-height: 100%;
	}

}

@media (max-width: 780px) {
	html body footer {
		padding: 40px 0px;
		font-size: 18px;
		grid-auto-flow: row;
		justify-content: center;
		grid-gap: 25px;
	}
	html body footer .links-container {
		grid-auto-flow: row;
		grid-gap: 0px;
	}
	html body section {
		padding: 5% 8%;
	}
	html body main .content h1 {
		font-size: 50px
	}
}

@media (max-width: 500px) {
	html body main .content {
		width: 83%;
	}
	html body main .content h1 {
		font-size: 36px;
	}
	html body section {
		display: grid;
		grid-template-columns: 1fr;
		font-size: 16px;
			padding: 10% 10%;
	}
	html body section {
		display: grid;
		grid-template-columns: 1fr;

	}
	html body section .card .card-content {
		font-size: 18px;
		line-height: 1.2;
	}

}