html {
	-webkit-text-size-adjust: none;
}

body {
	/* font-family: 'Inconsolata', monospace; */
	font-family: 'Inconsolata', monospace;
	font-weight: 300;
	color: #202020;
	font-size: 20px;
	margin: 0;
}

h1 {
	text-align: center;
	font-weight: 700;
	/* font-family: 'Roboto Slab', serif; */
	color: black;
	font-family: 'Bebas Neue', cursive;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
	color: white;
	background-color: #202020;
	width: 200px;
	margin: 0 auto;
	padding: 5px;
}

h2 {
	text-align: center;
	font-size: 70px;
	margin: 50px 0px 20px 0px;
	font-weight: 900;
	color: black;
	font-family: 'Bebas Neue', cursive;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

h3 {
	text-align: center;
	font-size: 18px;
	margin: 50px auto 25px auto;
	/* font-family: 'Roboto Slab', serif; */
	color: black;
	font-family: 'Bebas Neue', cursive;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

a {
	color: black;
}


.image-center {
	text-align: center;
	margin: 30px;
}

.image-equipment {
	width: 100px;
}

.image-center-mobile {
	display: block;
	margin: 40px auto 60px auto;
	width: 70%;
}

.image-center-desktop {
	max-width: 300px;
	width: 100%;
	margin: 40px auto 60px auto;
	display: none;
}

.image-center-small {
	display: block;
	margin: 60px auto 0px auto;
	width: 170px;
}

.text-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
	margin: 20px 15px 20px 15px;
}

.facebook {
	text-align: center;
	margin-top: 40px;
}

.text-center-smjestaj {
	text-align: center;
	/* margin: 20px 15px 20px 15px; */
}

.text-center-smjestaj-links {
	text-align: center;
	padding: 30px;
}

.text-center-adresa {
	text-align: center;
	margin-top: -25px;
}

.text-center-grupe {
	text-align: center;
	/* margin: 20px 15px 20px 15px; */
	padding: 10px;
}

.text-center-equipment {
	text-align: center;
	max-width: 250px;
	margin: 20px auto;
}

.container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.container-smjestaj {
	display: flex;
	justify-content: center;
	margin: 7px 0px 7px 0px;
}

footer {
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: 'Inconsolata', monospace;
}

footer a {
	color: black;
}

.button {
	background-color: #610528;
	font-weight: bold;
	font-family: 'Bebas Neue', cursive;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	border: 2px solid #610528;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 45px;
	width: 150px;
	border-radius: 12px;
	transition-duration: 0.4s;
}

.button:hover {
	background-color: white;
	color: #610528;
	font-size: 55px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #610528;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.button-center {
	text-align: center;
	margin: 75px 20px 75px 20px;
}

@media only screen and (min-width: 451px) {
	.image-center-mobile {
		display: none;
	}

	.image-center-desktop {
		display: block;
	}

	.text-center {
		max-width: 600px;
		margin: 20px auto;
		padding: 10px;
	}

	footer .text-center {
		padding: 0px;
	}

	.image-center {
		margin: 10px;
	}

	.facebook {
		margin-top: 20px;
	}
}
