body {
	margin: 0;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.success {
	display: flex;
	height: 1.0em;
	display: none;
}

.error {
	display: flex;
	height: 1.0em;
	display: none;
}

.errmark {
	height: 2.0em;
	background-color: red;
	margin-right: 7px;
	align-self: center;
}
.checkmark {
	height: 2.0em;
	background-color: #00ff80;
	margin-right: 7px;
	align-self: center;
}
.navbar a:link, .navbar a:visited {
  background-color: white;
  color: black;
  padding: 17px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3em;
}

.navbar a:hover, .navbar a:active {
  background-color: white;
}
.navbar {
	margin: 0 auto;
	background-color: white;
	background-clip: content-box;
	text-align: center;
}

footer {
/*	max-height: 100%; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1600px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 95%;
	height: 25px;
	z-index: -1;
}

.pre-footer {
	margin-bottom: 35px !important;
}

.form-column {
	overflow: hidden !important;
}

.footer {
/*	padding-left: 10px; */
	margin-bottom: 5px;
}

.slideshow {
	position: relative;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 0px;
	max-width: 1600px;
	margin-left:  auto;
	margin-right:  auto;
}

.navlink {
	color: blue;
}

html {
	z-index: -2;
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 5px;
}

.vid {
	width: 100%;
	display: block;
	margin: 0px;
	box-sizing: inherit;
}

li:not(:last-child) { 
   margin-bottom: 5px;  
}

.vertical-center {
	min-height: 75vh;
}

.first-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;   
	margin: 0px;
	font-size: 1.3em;
}
.img-slide {
	width: 100%;
	display: block;
	box-sizing: inherit;
}
.column {
	margin: 0;
/*	border: 10px solid white; */
	text-align: center;
	background-color: white;
	max-width: 1600px;
/*	min-height: 100%; */
	align-items: center;
	overflow: auto;
}
.text {
	display: block;
	float: left;
	text-align: left;
/*	overflow: hidden; */
	overflow-wrap: normal;
	hyphens: auto;
}

@media all and (min-width:600px) {
	.device {
		width: 47%;
		margin-right: 3px;
	}

	.device-col {
		margin: 0px;
	}
}

@media all and (min-width:1px) and (max-width:599px) {
	.device {
		margin-left: 3px;
		width: 100%;
	}

	.device-col {
		margin: 3px;
	}
}

.text-100 {
	width: 100%
}

figcaption {
	font-style: italic;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	font-color: grey;
}

.source {
	font-style: italic;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	font-color: grey;
}

.solo-column {
	width: 95%;
}

.center-button {
	height: 13px;
	width: 13px;
	padding: 0;
	display: inline-block;
	border-radius: 50%;
	background-color: white;
	background-clip: padding-box;
	position: absolute;
	bottom: 0%;
}

.contact {
	text-align: left;
}

.input {
	border: 0;
	font-size: 1.2em;
	border-bottom: 1px solid black;
	height: 40px;
	padding: 0.5rem;
	width: 100%;
	max-width: 500px;
	display: block;
}

.box {
	margin-top: 10px;
	margin-bottom: 10px;
}

.check {
	height: 1.8em;
	margin-right: 7px;
}

.inbigtext {
	/* margin-top: 10px; */
	height: 10rem;
	resize: none;
	border-top: 1px solid black;
}

.inbigtext::placeholder {
	text-align: bottom;
}

.col_head {
	font-weight: bold;
}
.fright {
	float: right;
}

.select-button {
	border: 3px solid #bbb;
}

.not-select-button {
	border: 3px solid transparent;
}

.slide-button {
	border: none;
	bottom: 0%;
	display: inline-block;
	padding: 8px 16px;
/*	overflow: hidden; */
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: black;
	background-color: white;
	cursor: pointer;
}

.button-left {
	position: absolute;
	left: 0%;
}

.button-right {
	position: absolute;
	right: 0%;
}
/* Popup container - can be anything you want */

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 200px;
  text-align: center;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -150px;
  background-color: white;
}

.overlay {
	z-index: 2 !important;
	background-color: rgba(0,0,0,0.0) !important;
	pointer-events:none;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.calendar {
	width: 100%;
}
.pointer {
	cursor: pointer;
}

.day {
	width: 100%;
	display: flex;
	justify-content: center;
}

.days {
	font-size: 1.3em;
	text-align: center;
	margin: 5px;
}

th {
	height: 50px;
	width: 50px;
}

td {
	height: 30px;
}

.months {
	width: 100%;
	display: flex;
	justify-content: center;
}

.years {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}

.year-button {
	line-height: 50px;
	margin: auto;
	width: 33%;
	text-align: center;
	background-color: lightblue;
	height: 50px;
	font-size: 1.5em;
}

.widget {
	width: 100%;
}
	/* like those buttons you made */

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

.rezension {
}

.rez-head {
	font-weight: bold;
}

.rez-body {
	text-align: left;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
