


body { 

  background: url(img/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 12pt;
	font-weight: 300;
	
	line-height: 1.5;
	background-color:#0e1012;
}


a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color:orange;
	
}

.container {
  display:table;
}
.tekst {
	display:table-header-group;

}
.linki {
	display:table-footer-group; 
}

.container {
  width:90%;
  margin:100px auto auto 150px;
  max-width:450px;
}

 
@media only screen and (max-width: 660px) {
	.container{
		  display:table;
		  width:30px;
		  margin: 25px 25px 25px 25px;
		  padding: 25px 25px 25px 25px;
	font-size:10pt;}
	.tekst {
		display:table-footer-group;
	max-width: 300px;
	
}
	.linki {
		display:table-header-group; 
}
	body { 

  background: url(img/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 12pt;
	font-weight: 300;
	
	line-height: 1.5;
	background-color:#0e1012;
}
}
