@font-face {
	font-family: 'Favorit Regular Expanded';
	src: url("fonts/favorit-regular-expanded.otf") format("opentype");
}

html, body, .slaga div, .wra, .slaga1 div, p, a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
  min-height: 100%; /* for firefox */
	font-family: 'Favorit Regular Expanded';
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.slaga {
	z-index: 1;
  height: 100%;
  min-height: 100%; /* for firefox */
}

.slaga div {
	background-size: cover;
	background-position: center center;
}

.slaga img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.wra {
	position: absolute;
	top: 0;
	z-index: 2;
}

.slaga1 {
	position: relative;
  height: 100%;
  min-height: 100%; /* for firefox */
}

.slaga1 p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.slaga1 img {
	max-width: 30%;
	max-height: 30%;
}

.contacts {
	position: absolute;
	z-index: 3;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 10px;
	max-width: 80%;
	text-align: center;
}

.contacts p, .contacts a {
	margin-bottom: 8px;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: initial;
	text-transform: initial;
}

.contacts img {
	height: 32px;
	margin-bottom: 28px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.slaga1 p {
	}
}

@media screen and (max-width:767px) and (orientation:landscape) {
	.slaga1 p {
		margin: 0 auto;
		max-width: 80%;
		font-size: 1.2rem;
	}
	.contacts p, .contacts a {
		margin-bottom: 5px;
		font-size: 8px;
		letter-spacing: 2px;
	}
	.contacts img {
		margin-bottom: 18px;
	}
}