title{
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	color: #212121;
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	display: block;
}

header {
	width: 100%;
	height: 100px;
	background: #EEEEEE;
	border-bottom: orange 5px solid;
	text-align: center;
	margin-bottom: 1em;
}

header h1 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Alata', sans-serif;
}

section {
	text-align: center;
	margin-bottom: 20px;
}

.col-sm-8 {
	display: ruby;
	text-align: left;
}
label {
	margin-right: 1em;
	text-align: left;
}
.col-sm-8 input{
	border: none;
}
.col-sm-8 select{
	border: none;
	padding-left:0;
}
div.form-group.row {
	margin-bottom: 1px;
	margin-left: 3em;
	width: 100%;
	--bs-gutter-x: 0;
}

form>div{
	border-bottom: 2px solid black;
	margin-bottom: 1em;
}
.btn{
	margin-bottom: 1em;
}
input.form-control-plaintext{
	border-bottom: #212529 1px solid;
}
div.col-sm-8 > input{
	display: inline;
}
div.col-sm-8 > label{
	display: inline;
}	


.vyber a {
	font-size: 25px;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	color: #212121;
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
	display: block;
	
	text-align: center;
	width: calc(50% - 23.5px);
	padding: 20px;
	margin: 20px auto;
	background:#FFA5005f;
	box-shadow: 7px 7px #DEDEDE;
	transition: background .5s, box-shadow .5s;
	font-weight: normal;
}

.vyber a:hover {
	color: #212121;
	background: #FFA500bf;
	box-shadow: 7px 7px #FFFFFF;
	transition: background .5s, box-shadow .5s;
}

.spacediv {
	width: 100%;
	height: 1em;
	border-bottom: solid 2px black;
}


a {
	color: orange;
}
.btn {
	margin-top: 1em;
}