*{
	font-family:Franklin Gothic Demi;
	margin:0px auto 0px auto;
	text-align:center;
}
body{
	background-color:dcdcdc;
	margin:0px auto 0px auto;
}
h1{
	text-align:center;
	font-size:50px;
	color:#2a2a2a;
	margin-bottom:5px;
}
#calosc{
	width:90%;
	margin:0px auto 0px auto;
	display:inline-block;	
}
.cal{
	width:80%;
	height:40px;
	margin-left:8%;
	margin-bottom:20px;
}
.cal:first-child{
	margin-left:12.5%;
}
.poprz{
	width:16.6%;
	margin-left:5.4%;
	height:32px;
	border:none;
	border-radius:8px;
	background-color:#3c46c5;
	color:white;
	text-align:center;
	padding-top:4px;
	font-size:20px;
	float:left;
}
.poprz:hover{
	background-color:white;
	color:black;
	transition: 0.3s;
	font-weight:bold;
}
.kont_form_nap{
	height:30px;
	width:100%;
	margin-top:15px;
}
.kont_nap{
	width:20%;
	height:30px;
	float:left;
	margin-left:18%;
	text-align:right;
}
.kont_form{
	width:40%;
	height:30px;
	float:left;
	text-align:left;
	padding-left:5px;
}
#duzy{
	height:600px;
	width:74%;
	background-color:#EFEFEF;
	border-radius:10px;
	margin-left:25.5%;
	padding-top:10px;
}
#duzy_s{
	height:600px;
	width:74%;
	background-color:#EFEFEF;
	border-radius:10px;
	margin-left:25.5%;
	padding-top:10px;
	overflow: scroll;
}
.wiersz_d{
	height:50px;
	width:100%;
	margin-top:10px;
	margin-bottom:100px;
	font-size:23px;
}
.wiersz_d:nth-child(1) {
	margin-bottom:85px;
}
#maly{
	height:600px;
	float:left;
	width:22%;
	border-radius:10px;
	background-color:#EFEFEF;
	margin-left:1.1%;
	display:block;
}
.gowno{
	height:160px;
	width:90px;
	background-repeat: no-repeat;
	float:left;
	opacity:0.9;
	margin-left:5px;
}
.nasze {
	width:100%;
	height:90px;
	margin-bottom:100px;
	margin-top:5px;
	
}
.nasze:first-child{
	height:40px;
	margin-bottom:10px;
}
.nasze_text {
	width:62%;
	height:160px;
	float:right;
	margin-right:2px;
}
.w_gal{
	height:30px;
	margin-bottom:350px;
	
}
.z_w_gal{
	height:300px;
	width:300px;
	float:left;
	margin-left:11%;	
}
.w_sp{
	height:30px;
	margin-bottom:350px;
}
.z_w_sp{
	height:300px;
	width:300px;
	float:left;
	margin-left:5%;	
}
.o_w_sp{
	height:200px;
	width:400px;
	float:left;
	margin-left:4.2%;	
	margin-top:60px;
	
}
#napisy{
	height:inherit;
	width:70%;
	margin-top:15px;
}
a{
	text-decoration:none;
	height:100px;
	background-color:blue;
}
#kreska{
	height:7px;
	width:80%;
	background-color:#6683e2;
	margin-bottom:30px;
	border-radius:10px;
}
input{
	border:none;
	border-radius:6px;
	height:24px;
	text-align:left;
	font-size:15px;	
}
input:hover{
	background-color:dcdcdc;
	transition:0.5s;
}
textarea{
	height:150px;
	width:90%;
	text-align:left;
}
#przycisk{
	margin-top:150px;
	height:40px;
	width:50%;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:white;
	background-color:#3c46c5;
}
#przycisk:hover{
	background-color:white;
	transition:0.4s;
	cursor:pointer;
	color:#2a2a2a
}
#stopka_d{
	background-color:background: #6683e2;
	height:60px;
	width:100%;
	margin-top:220px;
	border-radius:0px 0px 10px 10px;
}
footer{
	position:fixed;
	height:45px;
	background: #3c46c5;
	background: -moz-linear-gradient(top, #6683e2  0%, #3c46c5 60%, #3c46c5 100%);
	background: -webkit-linear-gradient(top, #6683e2 0%,#3c46c5 60%, #3c46c5 100%);
	background: linear-gradient(to bottom, #6683e2  0%,#3c46c5 60%,#3c46c5 100%);
	width:100%;
	bottom:0px;
}
#w_stopce{
	background-color:#213170;
	width:100%;
	height:13%;
}


