@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

body {
	font-family: 'Outfit', 'Roboto', Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('/images/bg.jpg') no-repeat center bottom fixed;
	background-size: cover;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 70%), rgba(255,255,255,0.15);
	pointer-events: none;
}

.content {
	position: relative;
	z-index: 1;
}

a img {
    border: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

h1, h2 {
	font-weight: bold;
}
@media (max-width: 767px){
	h1 {
		font-size: 200%;
	}
}

.logo {
	height:	150px !important;
	width: auto !important;
}

.item {
	font-size: 130%;
	display: block;
	border-radius: 15px;
	background-color: #fff;
	color: #000;
	margin-top: 20px;
	margin-bottom: 30px;
	text-decoration: none;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.item:hover, .item:focus {
	text-decoration: none;
	color: #000;
}

.ptext {
	display: block;
	padding: 20px;
}
.item h2 {
	font-size: 150%;
	color: #ff002a;
	font-weight: bold;
	margin: 0px;
}
.item .adresa {
	margin-top: 10px;
	color: #333;
}
.item .telefon {
	font-size: 90%;
	font-weight: bold;
}
.item .fa {
	margin-right: 6px;
	color: #c9c9c9;
}

.pvstup {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	background-color: #ff002a;
	border: 1px solid #ff002a;
	color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.pvstup:hover {
	background-color: #32c73f;
	border: 1px solid #32c73f;
}