@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
body {
	font-family: 'Nunito', sans-serif;
}
.wrapper {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	max-width: 1140px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	overflow: hidden;
}
.bg {
	color: #fff;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	min-height: 612px;
	background-position: 50% 0;
	background-color: #0071be;
}
.btn {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	background: none);
	padding: 7px 25px 7px 25px;
	border: solid #fff 1px;
	text-decoration: none;
	
}
.btn:hover {
	border: solid #fff 1px;
	text-decoration: none;
	background: #fff;
	color: #000;
}

.pt-6{
	padding-top: 100px;
}
.pt-7{
	padding-top: 180px;
}

.header-title{
	font-size: 80px;
}

.bg-1 {
	color: #fff;
background-color: #003e68;

}

.square {
	width:1000px;
	height: 200px;
	background-color: #003e68;
	align-content: center;
  }

.footer{
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003e68+0,000000+100 */
background: #003e68; /* Old browsers */
background: -moz-linear-gradient(top,  #003e68 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #003e68 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #003e68 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e68', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
color: #fff;

  }

  .bg-zacznij{
	  background-color: #003e68;
	  color: #fff;
  }