@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;
	flex-direction: row;
	min-height: calc(100vh - 210px);
}

a {
	transition: all 0.4s ease;
}

a:hover {
	opacity: 0.4;
	trans
}

html body main .image {
	width: 50%;
	align-self: center;
}

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

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

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

html body main .content .txt {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 35px;
	letter-spacing: 2px;
	font-size: 18px;
	padding: 0 10% 10% 10%;
}

html body footer {
	display: grid;
	grid-auto-flow: row;
	align-items: baseline;
	font-size: 20px;
	line-height: 30px;
	padding: 40px 0px;
	grid-auto-flow: row;
	justify-content: center;
	grid-gap: 25px;
}

html body footer .links-container {
	display: grid;
	grid-auto-flow: row;	
}

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: 1.1;
	}
	html body main .content .txt {
    line-height: 30px;
		font-size: 18px;
		letter-spacing: 1.5px;
	}

	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 main .content .txt {
		padding: 0 5% 5% 5%;
	}
	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 main .content h1 {
		font-size: 50px
	}
}

@media (max-width: 500px) {
	html body main .content {
		width: 83%;
	}
	html body main .content h1 {
		font-size: 40px;
	}
	html body main .content .txt {
		padding: 0 3% 3% 3%;
	}
}