@keyframes color {
	0%   { background: #e8f4f8; }
	20%  { background: #f8ece8; }
	40%  { background: #f8e8f4; }
	60%  { background: #ffffed; }
	80%  { background: #e8f8ec; }
	100% { background: #e8f4f8; }
}

html {		
	background: rgb(193, 244, 248);
	background: -moz-linear-gradient(-45deg, rgba(193, 244, 248, 1) 0%, rgba(246, 172, 197, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(193, 244, 248, 1) 0%, rgba(246, 172, 197, 1) 100%);
	background: linear-gradient(135deg, rgba(193, 244, 248, 1) 0%, rgba(246, 172, 197, 1) 100%);
}

body {
	margin: 0px 40px 0px 40px;
	padding: 2em;
	font-size: 22px;
}

a { 
	padding: 10px;
}

li {
	text-align: left;
	margin-right: 10px;
}

span {
	margin:auto;
	font-size: x-large !important;
}

.padded {
	padding: 0px 11px 12px 11px;
}

h1 {
	padding: 0px 0px 0px 0px;
}

.bug {
	position: absolute;
	top: 0px;
    left: 10px;
	transition: top .5s ease-out, left .5s ease-out;
}

audio {
	height: 30px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#radio {
	height: 30px; 
	position: absolute; 
	top: 0px; 
	left: 305px;
}

img {
	vertical-align: middle;
}

.demo {
	min-width: 0;
	text-overflow: ellipsis;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	transition: background-color 1s ease, color 1s ease, border-color 1s ease, box-shadow 1s ease;
}

.message {
	z-index: 4;
	position: absolute;
	background-color: #088F8F;
	color: white;
	border-radius: 5px;
	padding: 3px 3px 3px 3px;
	display: none;
	font-size: 18px !important;
}

.align {
	text-align: center;
}

.noscroll {
	overflow-x: hidden; overflow-y: hidden;
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 10px;
}

.four-grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 10px;
}

.grid-item {
	padding: 5px;
}

.left {
	text-align: left;
}

.center {
	margin: auto;
	width: 60%;
}

.flag:lang(en):after {
	content: url(http://i.stack.imgur.com/wJ384.gif);
}

.face {
	z-index: 4;
	position: absolute;
	width: 250px;
	height: 250px;
	top: 16%;
	left: 50%;
	transform: translate(-50%, -30%);
}

.picture img { 
	display:none; 
}

.container {
	margin: 0px 0px 0px 0px;
	position: relative;
}

.mySlides {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border-radius: 10px;
	border: solid;
	border-width: 5px;
	display: none;
	margin-top: 15px;
	height: 590px;
}

.noevents {
	pointer-events: none;
}

.cursor {
	cursor: pointer;
}

.nowrap {
	white-space: nowrap;
}

.prev,
.next {
	white-space: nowrap;
	border: solid;
	border-radius: 45px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	cursor: pointer;
	width: 60px;
	height: 46px;
	padding: 16px;
	margin-top: 36px;
	color: black;
	background-color: #e9f8fc;
	font-weight: bold;
	font-size: 36px;
	user-select: none;
	-webkit-user-select: none;
	transition: background-color .5s ease-out, color .5s ease-out, border-color .5s ease-out, box-shadow .5s ease-out;
}

.next {
	margin-right: auto;
    margin-left: 0;
}

.prev {
	margin-left: auto; 
	margin-right: 0;
}

.prev:hover,
.next:hover {
	color: white;
	background-color: black;
	border: solid;
	border-color: black;
}

.btn:active,
.prev:active,
.next:active {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row {
	display: flex;
}

.column {
	margin-left: 2%;
	float: left;
	width: 22%;
	padding-top: 10px;
}

.point {
	cursor: pointer;
}

.demo:hover {
	background-color: black;
	color: white;
	border: solid;
	border-color: black;
	border-width: .1px;
}

.active  {
	background-color: black !important;
	color: white;
	border-color: black !important;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.demo {
	padding-top: 10px;
	border-radius: 40px;
	background-color: #e9f8fc;
	border: solid;
	border-width: .1px;
	overflow:hidden;
}

.nolink {
	color: black; 
	padding: 0px;
	text-decoration:none;
}

.picture:hover img { 
	display:block; 
}

.app-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(6, 1fr); 
}

.app {
	min-width: 0px;
	text-align: center;
}

.btn {
	background: none;
	border-width: 0px;
    padding: 0px 0px;
	border-width: 0px;
	font-size: 16px;
	opacity: 0.5;
	cursor: pointer;
	transition: background-color .5s ease-out, color .5s ease-out, border-color .5s ease-out, box-shadow .5s ease-out;
}

.btn:hover {
	opacity: 1;
	border-color: black;
}

.flex-container {
	display: flex;
	justify-content: center;
}

.flex-container > div {
	margin: 10px;
	padding: 20px;
	flex: 1 1 0;
	width: 0;
}

#timeline {
	margin-top: 32px;
}

