/*@font-face {font-family: "Maszyna";
    src: url("../fonts/1f7be9a1e5fe758d22a0a5956c03c40f.eot");
    src: url("../fonts/1f7be9a1e5fe758d22a0a5956c03c40f.eot?#iefix") format("embedded-opentype"),
    url("../fonts/1f7be9a1e5fe758d22a0a5956c03c40f.woff") format("woff"),
    url("../fonts/1f7be9a1e5fe758d22a0a5956c03c40f.ttf") format("truetype"),
    url("../fonts/1f7be9a1e5fe758d22a0a5956c03c40f.svg#Maszyna Plus") format("svg");
}*/

@font-face {
    font-family: 'Museo 300';
    src: url('../fonts/Museo300-Regular.eot');
    src: url('../fonts/Museo300-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo300-Regular.woff2') format('woff2'),
        url('../fonts/Museo300-Regular.woff') format('woff'),
        url('../fonts/Museo300-Regular.ttf') format('truetype'),
        url('../fonts/Museo300-Regular.svg#Museo300-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,body{
width:100%;
height:100%;
color: #45225d;
margin:0;
padding:0;
min-height:100vh;
}

section{
	background: url('../images/wytwornia_tlo.jpg');
 background-repeat:no-repeat; 
background-size:100% 100%;
min-height:100%;
display:flex;
align-items:center;
}

body{
	font-family: 'Museo 300', sans-serif;
	text-align:center;
	font-size:24px;
	}
a,a:hover{
	color:#45225d;
}
#logo{
	padding-top:40px;
}

#logo img{
	width:260px;
}

#maziaj{
	margin-top:60px;
	background:url('../images/pasek.png');
	background-position:center;
	background-size:100%;
	background-size:contain;
	padding-top:15px;
	padding-bottom:15px;
	background-repeat:no-repeat;
	color:#fff;
}
#contact{
	margin-top:60px;
	padding-bottom:80px;
}

#contact p span img{
	margin-top:-5px;
}

p.facebook{
	margin-top:80px;
}

p.facebook, p.mail{
	font-size:16px;
}
@media screen and (max-width: 800px) {
	
	#logo img{
		height:200px;
		width:auto;
	}
}

@media screen and (max-width: 500px) {
	
	#logo img{
		height:150px;
		width:auto;
	}
}

