body {
	font-family: 'Ubuntu', sans-serif;
}

html, body {
	height: 100%;
}

.container {
	height: 100%;
}

#header {
	min-height: 13.5%;
}

#content {
	min-height: 78%;
	background-image: url("../img06.jpg");
	background-size: cover;
	background-position: center;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: white;
	padding-left: 0px;
	padding-right: 0px;
}

#footer {
	min-height: 8.5%;
}

h2 {
	line-height: inherit;
}	
	
a {
	text-decoration: none;
	color: inherit;
}

a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}

	/* Kontrolki formularzy */
.btn {
	border-radius: 0px;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn:focus,
.btn.focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.form-control {
	border-radius: 0px;
	border: 1px solid #dbdbd6;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.form-control:focus {
	border-radius: 0px;
	border: 1px solid #004d99;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.f-c-opacity {
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: none;
			box-shadow: none;
}

.f-c-opacity:hover {
	border: 1px solid #fff;
	color: #000;
	background: rgb(256, 256, 256);
}

.f-c-opacity:focus {
	border: 1px solid #fff;
	color: #000;
	background: rgb(256, 256, 256);
}

@media (max-width: 992px) {
	
	#content {
		padding-top: 20px;
	}
	
	.email-division {
		padding-top: 20px;
	}
	
	.info {
		font-size: 175%;
	}
}

@media (min-width: 992px) {
	
	.container {
		width: 93%;
	}
	
	#content {
		padding-top: 50px;
	}
	
	.email-division {
		padding-top: 50px;
	}
	
	.info {
		font-size: 200%;
	}
}

@media (min-width: 1200px) {
	
	.container {
		width: 93%;
	}
	
	#content {
		padding-top: 80px;
	}
	
	.email-division {
		padding-top: 80px;

	}
	
	.info {
		font-size: 250%;
	}
}




