@media screen and (max-width: 400px){
#logo img{max-width:100%;}
}

body{
background-image:url(bg.jpg);
background-repeat:no-repeat;
background-size:cover;

background-position: center;
background-attachment: fixed;
text-align:center;
}

#tresc{
text-align:center;
margin:auto;

}

#logo{
}

#p1{
font-family: 'Muli', sans-serif;
font-size:39px;
font-weight:200;

}

#p2{
font-family: 'Muli', sans-serif;
color:rgb(0,146,65);
font-size:41px;
}

hr{
width:270px; 
  display: block;   
  border-style: solid; 
  border-color: black; 
  border-width: 0 0 1px 0; 

}

#p3{
text-align:center;
font-family: 'Muli', sans-serif;
font-size:20px;
font-weight:300;
line-height:35px;
}

#mail{
	text-decoration: underline !important;
}

a:link{
color:black;
text-decoration:none;
}

a:visited{
color:black;
text-decoration:none;
}

a:hover{
color:rgb(0,146,65);
}
a:active{
color:rgb(0,146,65);
}



/*moje*/
#p1 > p { margin: -40px 0 0;}
#p2 > p { margin-top: 0;}
#p4 a { color: #009241; text-decoration: underline; margin: 20px 0; display: inline-block;}