@font-face {
  font-family: athena;
  src: url(athena.ttf);
  font-weight: normal;
}

body{
	font-family: athena;
	color: #916357;
	min-height: 80vh;
	display: flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	background-image: url("photo.jpg");
	background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    padding:30px;
    text-align: center;
}

img{
	max-width: 100%;
	height: auto;
}

.logo img{
		width:400px;
		margin-bottom:24px;
}

h1{
	max-width: 400px;
}

h2{
	line-height: 1.2;
	margin:0;
}

h3{
	line-height: 1.2;
	margin:0;
	text-transform: uppercase;
}
.poziomy, .pacjenci{
	margin-bottom:18px;
}

ul{
	list-style:none;
	padding-left:0;
}

h4{
	font-size:36px;
	margin-bottom: 24px;
}

a, a:hover{
		color: #916357;
		text-decoration: none;
}

.social img{
	width:20px;
	height:20px;
	margin-right: 10px;
}

.social a{
	display: flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 12px;
}


@media only screen and (max-width: 767px){
	body {
		background-image: unset;
	}
}