html, body {
    font-family: 'Lato', sans-serif;
	 font-size:15px;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
}
body {
    background: url(../img/body.jpg) no-repeat fixed center bottom;
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
	 
    background-size: cover;
    -o-background-size: cover;*/
	 background-size: 100% auto;
     
	}
	
	
a {
	color: black;
}
a:hover, a:focus {
	color: #5b7495;
}

.anna {
	background-color: #f5f5f5;
	padding: 0!important ;
	font-weight: 300;
	font-size: 18px;
	margin-top:30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 0px 15px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    10px 0px 15px 0px rgba(50, 50, 50, 0.35);
box-shadow:         10px 0px 15px 0px rgba(50, 50, 50, 0.35);
width: 100%; text-align:right;

}
.anna img   {
max-width: 50%;
margin-left:20px
}
.opis {
	padding: 20px 0 20px 40px;
	text-align: right;
	font-size: 20px;
	font-weight: 400;
	color: #375d8e;
	text-shadow: 1px 1px 1px white
	
}
.anna h1 {
	padding: 50px 30px 0 30px;
	font-size: 60px;
	color: #375d8e;
	font-weight: 900;
	margin: 0!important ;
	text-shadow: 0px 5px 5px rgba(150, 150, 150, 0.2);
}
.anna h2 {
	padding: 0 30px 0 30px;
	font-size: 40px;
	color: #375d8e;
	font-weight: 300;
	margin: 0!important ;
	
}
.krol {
	margin-top: 30px;
	text-shadow: 1px 1px 1px white;
	text-align: justify;
	padding: 0 0 0 50px
}


.krol h2 {
	color: #6186b6;
	margin-bottom:40px;
	font-weight: 300;
	text-align: left;
}

input, textarea {
	outline: none;
}
footer {
	text-align: center;width:100%; 
	margin-bottom: 30px;
  margin-bottom:20px}
  
footer p {
	text-align: center; padding-top: 20px; font-size:22px; font-weight: 300}
footer div.copy {
	 float:right;width: 120px; font-size: 9px; 
	line-height: normal; margin-top: 10px;}

	
	
@media (max-width: 767px) {
	body {
		background-image: none;
	}
	.container {
		width: 100%; 
		}
	.anna {
		width: 100%; margin:0; padding: 0
	}
	.anna h1 {
		font-size: 30px
	}
	.anna h2 {
		font-size: 22px
	}
	.opis {
		text-align: left;
	}.
	.krol {
		padding: 0 10px!important ;
		width: 100%
	}
}
	
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	  width: 970px;}
 
}

@media (min-width: 1200px) {
	.container {
	  width: 1170px;
	  /*background-color: #79a079;*/
	  
	  }
	
}