html,
body{
	font-size: 16px;
	background-color: #f0f0f0;
	background-image: url('../img/piwiarnia.jpg');
	background-size: cover;
	padding: 0px;
	margin: 0px;
}

header{
	background-color: #232323;
	color: #ccc;
}

header .col{
	text-align: center;
}

header .social{
	padding: 6px 0px 6px 0px;
}

header .social a{
	color: #999;
	font-size: 24px;
	margin: 0px 9px 0px 9px;
}

header .social a:hover{
	text-decoration: none;
	color: #fff;
}

header .info{
	padding: 13px 0px 13px 0px;
}

header .info i{
	margin-right: 6px;
}

.content{
	margin: 50px 0px 20px 0px;
	text-align: center;
}

.content .copy{
	background-color: rgba(0, 0, 0, .6);
	border-radius: 20px;
	color: #fff;
	padding: 40px 20px 40px 20px;
}

.content .copy h1{
	position: relative;
}

.content .copy h1::after{
	content: '';
	display: block;
	width: 20%;
	border-bottom: 1px solid #fff;
	margin: 12px auto 10px auto;
}

footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	background-color: #fff;
}

footer svg{
	position: absolute;
	top: -7px;
}