@charset "UTF-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Pontano Sans', sans-serif;
   font-weight: normal;
   font-style: normal;
  }

body {
	margin: auto;
	width:900px;
	background: url(img/bg.jpg) no-repeat;
	background-size: cover;
    background-position: 0 -80px;
    background-color: #f4f4f4;
	font-family: 'Pontano Sans', sans-serif;
	color: #595554;
	font-size: 18px;
}

.prawy h1 {
	font-family: "Novel Sans DEMO", 'Exo', sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #595554;
	font-style:normal;
	}

#content {
	width:900px;
	height:auto;
	float:left;
	margin-top: 50px;
}
.lewy {
	height: auto;
	float: left;
	width: 480px;
	margin-top: 50px;
	border-right-style: dotted;
	border-right-color: #595554;
	text-align: center;
	}
.lewy p {
	color: #595554;
}

.prawy {
	height: auto;
	float: right;
	width: 360px;
	margin-top: 227px;
	font-family: 'Pontano Sans', sans-serif;
	text-align: left;
	}
.prawy p {
	color: #595554;
}

.kont {color: #EF2D35;}
.headline {
	color:#27b3b0;
}
.line-height {
	line-height: 1.7em;
}
