body { 
 height: 100%;
    width: 100%;
	padding: 5%;
	font-family: 'latoregular','Helvetica Neue',Arial,sans-serif;
}

header { 
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
position: relative;
width: 100%;
    background-repeat: no-repeat;
background-image: url('../projektowanie_wnetrz_szczecin.jpg');
min-height: 100%;




}

.header-content2 {
background: rgba(255,255,255,0.8);
width: 40%;
max-width: 500px;
min-width: 310px;

position: relative;
left: 42%;
height: 40%;
}

.header-content-inner2 {
padding: 10%;
color: #333;
line-height: 184%;
}

.header-content-inner2 img {
width: 100%;
margin-bottom: 5%;
}

a { 
color: #333;
}

a:hover { 
color: #333;
}