html {
	background-color: #314755;
}

body {
	background-color: #eee;
	font-family: "Nunito", sans-serif;
	margin: 0;
	padding: 50px 0;
	min-height: 100vh;
}

#results {
	margin-top: 10px;
	width: 100%;
	color: black;
	text-align: center;
}

form {
	width: 100%;
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100px;
}

input,
select {
	border: 1px solid black;
	border-radius: 0 !important;
	margin-bottom: 10px;
	height: 45px !important;
}

input[type="checkbox"] {
	height: 15px !important;
}

button {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	border-radius: 0 !important;
	margin-top: 20px;
	font-weight: bold !important;
}

h3 {
	width: 100%;
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: center;
	margin-bottom: 0;
	font-size: 22px;
	margin-top: 20px;
}

h4 {
	width: 100%;
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: center;
	margin-bottom: 0;
	font-size: 20px;
}

h6 {
	width: 100%;
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

.frameholder {
	width: 90%;
	max-width: 800px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.speakerimg {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: block;
	border: 2px solid #eee;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.speakerimgdouble{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #eee;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}
/*
.speakerchoice {
	text-align: center;
	padding: 20px;
	display: flex;
	width:100% !important;
}
	*/

.choiceinner {
	background: rgba(255, 255, 255, 0.35);
	padding-bottom: 75px;
		transition: 0.3s;
	-webkit-transition: 0.3s;
}

.choiceinner:hover {
	background: rgba(255, 255, 255, 0.95);
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.edtit {
	font-weight: bold;
	line-height: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.edspkr {
	line-height: 1;
	font-size: 16px;
	padding: 10px;
}

.eddate {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	bottom: 45px;
}

.edhour {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	bottom: 20px;
}

hr {
	width: 80px;
	height: 2px;
	border-color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.freespace {
	background: radial-gradient(circle, #178fd6 0%, #034488 100%);
	width: 200px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -100px;
	border: 1px solid #fff;
	font-size: 13px;
	line-height: 14px;
	padding-top: 3px;
	color: white;
}

.closeapp {
	background: radial-gradient(circle, #178fd6 0%, #034488 100%);
	width: 220px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -110px;
	border: 1px solid #fff;
	font-size: 13px;
	line-height: 14px;
	padding-top: 3px;
	color: white;
}
.copyfoot{
 position:fixed;width:100%;bottom:0;text-align:center;color:white;font-size:14px;line-height:15px;padding:10px;background: radial-gradient(circle, #178fd6 0%, #034488 100%);
}

a {
	color: black;
	text-decoration: none !important;
}

.formholder {
	width: 90%;
	max-width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.4);
	padding: 30px 0;
}

.apriori {
	display: none;
}

.homebtn {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 220px;
	border-radius: 50px !important;
	margin-top: 20px;
	font-weight: bold !important;
	/*background-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));*/
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 8px 15px;
	cursor: pointer;
	border-color: transparent;
	border-width: 0;
	/* background: radial-gradient(circle, #178fd6 60%, #034488 100%);*/
	background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
	background-size: 200% auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.homebtn:hover {
	/*background: radial-gradient(circle, #178fd6 30%, #034488 100%);*/
	background-position: right center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.testbtn {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 90%;
	border-radius: 0 !important;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold !important;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 8px 15px;
	cursor: pointer;
	border-color: transparent;
	border-width: 0;
	background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
	background-size: 200% auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.testbtn:hover {
	/*background: radial-gradient(circle, #178fd6 30%, #034488 100%);*/
	background-position: right center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#testbtn {
	margin-left: auto !important;
	margin-right: auto !important;
	color: white;
	width: 220px;
	border-radius: 50px !important;
	display: none;

	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold !important;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 8px 15px;
	cursor: pointer;
	border-color: transparent;
	border-width: 0;
	background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
	background-size: 200% auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#testbtn:hover {
	/*background: radial-gradient(circle, #178fd6 30%, #034488 100%);*/
	background-position: right center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#povratak {
	margin-left: auto !important;
	margin-right: auto !important;
	color: white;
	width: 220px;
	border-radius: 50px !important;
	display: none;

	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold !important;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 8px 15px;
	cursor: pointer;
	border-color: transparent;
	border-width: 0;
	background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
	background-size: 200% auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#povratak:hover {
	/*background: radial-gradient(circle, #178fd6 30%, #034488 100%);*/
	background-position: right center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#posalji {
	margin-left: auto !important;
	margin-right: auto !important;
	color: white;
	width: 220px;
	border-radius: 50px !important;
	display: none;

	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold !important;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 8px 15px;
	cursor: pointer;
	border-color: transparent;
	border-width: 0;
	background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
	background-size: 200% auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#posalji:hover {
	/*background: radial-gradient(circle, #178fd6 30%, #034488 100%);*/
	background-position: right center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.goner {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	h3 {
		width: 100%;
		max-width: 750px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
		text-align: center;
		margin-bottom: 0;
		font-size: 16px;
		margin-top: 20px;
	}

	h4 {
		width: 100%;
		max-width: 750px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
		text-align: center;
		margin-bottom: 0;
		font-size: 16px;
	}

	h3 br,
	h4 br {
		display: none;
	}
}