@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
*{
	box-sizing: border-box;
}
.banner img{
	width: 100%;
	max-height: 160px;
}

nav{
	display: grid;
	grid-template-columns: 10% 1fr 1fr 10%;
	min-height: 7vh;
	color: white;
	align-items: center;
}
.navbar{
	padding-top: 0rem;
    padding-bottom: 0rem;
}
.navbar-brand{
	padding-top: 0rem;
	padding-bottom: 0rem;
}
#logo{
	grid-column: 2/3;
	font-size: 24px;
}
@media(max-width: 500px){
	#logo{	
	font-size: 16px;
	margin-left: 40px;
	margin-top: 7px;
	}
}

.btns{
	background: black;
	color: white;
	cursor:pointer;
	padding: 0px 20px 0px 20px;
	margin-left: 15px;
	float: right;
	height: 2.6rem;
	margin-top: 3px;
	
}
@media(max-width: 500px){
	.btns{	
	padding: 0px 12px 0px 12px;
	}
}

.regblock{
	margin: 0 auto;
	max-width: 60%;
	min-height: 26rem;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
}
.keret{
	text-align: right;
	padding: 10px;
	border: 1px solid black;
	margin: 15px;
}
.keret img{
	margin: 0 auto;
	cursor:pointer; 
	margin: 5px; 
	max-width: 180px; 
	max-height: 180px; 
	box-shadow: 5px 5px 5px black;
}
.keret h3{
	text-align: left; 
	color: darkblue; 
	font-size: 2.3vh; 
	font-weight: bold; 
	margin-bottom: 25px;
}
@media(max-width: 500px){
	.regblock{
		max-width: 90%;
	}
}
.focim{
	text-align: left;
	color: darkblue;
	font-size: 2.3vh;
	font-weight: bold;
	margin-bottom: 25px;
}
.ar{
	text-align: left;
	color: red;
	font-size: 2.3vh;
	font-weight: bold;
	margin-bottom: 5px;
}
.datum{
	text-align: left;
	color: black;
	font-size: 2vh;
	margin-bottom: 5px;
}



.foot{
	margin-top: 10vh;
	width: 100%;
	min-height: 6rem;
	justify-content: center;
	text-align: center;
	background: black;
	z-index: 22;
	padding: 5px;
}
.footertitle{
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
	padding-top: 0.2rem;
	color: white;
	float: left;
	
}

