html { 
	/*color-scheme: light dark;*/
}
body { 
	/*width: 35em;*/
	margin: 0 auto;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-family: 'Caveat', cursive;
	box-sizing: border-box;	
	background:#111;
	color:#eee;
}
body > div{
	
}
body > .left{    
	text-align: center;
	padding:0;
	box-sizing: border-box;
	background:#222;
	margin:0;
}
body > div.rightslide{
	text-align: center;
	padding:50px 20px;
	box-sizing: border-box;
	position:fixed;
	right:-400px;
	top:0;
	bottom:0;
	width:400px;
}
body > div.donations{
	text-align: center;
	padding:50px 20px;
	box-sizing: border-box;	
	margin:0;
	font-family: 'Caveat', cursive;
	font-weight:400; /*400-700*/
	font-size: 2rem;
    line-height: 1.5;
}
.qr{
	border-radius:50px;
}
/*@media (prefers-color-scheme:dark){
	img{
		filter: invert(93%);
	}
}*/
.sfaded{
    color:#666;
	font-size:1.5rem;
}
li{
    list-style-type: none;
    padding:10px 0px;
}
h1{
	margin:10px 0;
}
.fadein { 
	position:relative;	
	margin:0 auto;
	width:100%;
	height:90vh;
	/*background: #ebebeb;
	padding: 10px;*/
}
.fadein img{
	display:none;
	position:absolute;
	width: calc(100%);
    height: calc(100%);
    object-fit: scale-down;
}

html { min-height: 100%; }
body { height: 100%; }
.slideshow {
	list-style: none;
	z-index: 1;
}
.slideshow li{
	padding: 0;
}
.slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: imageAnimation 24s linear infinite 0s;
	-moz-animation: imageAnimation 24s linear infinite 0s;
	animation: imageAnimation 24s linear infinite 0s;
}

.slideshow li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 2em;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  -moz-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s;
}
@media only screen and (min-width: 768px) {

.slideshow li h3 {
  bottom: 30px;
  font-size: 2em;
}
}
@media only screen and (min-width: 1024px) {

.slideshow li h3 { font-size: 2em; }
}

/*.slideshow li:nth-child(1) span { 
	background-image: url(https://unsplash.it/7200/4800?image=689);
}

.slideshow li:nth-child(2) span {
  background-image: url(https://unsplash.it/1800/1600?image=688);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url(https://unsplash.it/1800/1600?image=687);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url(https://unsplash.it/1800/1600?image=289);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}*/
@-webkit-keyframes imageAnimation {  
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	12.5% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes imageAnimation {  
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	12.5% {
		opacity: 1;
		-moz-animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes imageAnimation {  
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		-moz-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	12.5% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		-moz-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	25% {
		opacity: 1;
	}
	37.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes titleAnimation {  
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	37.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes titleAnimation {  
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	37.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes titleAnimation {  
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	37.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.no-cssanimations .slideshow li span { opacity: 1; }
body > h2{
	position: absolute;
	text-align: center;
	z-index: 200;
	bottom: 30px;
	left: 0;
	right: 0;
	opacity: 1;
	font-size: 2.5rem;
	/*font-family: 'roboto', sans-serif;*/
	font-family: 'Caveat', cursive;
	font-weight:600; /*400-700*/
	/*text-transform: uppercase;*/
	color: #fff;
	padding: 20px 20px;
    background: rgba(0,0,0,.6);
	/*-webkit-animation: titleAnimation 24s linear 1 0s;
	-moz-animation: titleAnimation 24s linear 1 0s;
	animation: titleAnimation 24s linear 1 0s;*/
}
body > h3{
	position: relative;
	text-align: center;	
	width:100%;
	opacity: 1;
	font-size: 2.5rem;	
	font-family: 'Caveat', cursive;
	font-weight:600; /*400-700*/	
	color: #fff;
	padding: 20px 20px;
    background: rgba(0,0,0,.6);	
	margin:0 0 50px 0;
}

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,html {
    width: 100%;
    height: 100%;
}

*{
    box-sizing: border-box;
    user-select: none;
}

.center_y{ 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.center_x{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
}
#slider-container{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slide{
    width: 100%;
    height: 100%;
	position: absolute;    
}
.slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
	image-orientation: from-image;
}
.slider-arrow {
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}
#arrows-wrapper{
	/*display:none;*/
}
#arrow-prev{
    left: 20px;
    position: absolute;
	opacity:.3;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}

#arrow-next{
    right: 20px;
    position: absolute;
	opacity:.3;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
#arrow-next:hover, #arrow-prev:hover{
	opacity:1;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
/* fade animation */
.fade{
    animation-name: fade;
    animation-duration: 1s;
}
@keyframes fade{
    from {opacity: .4}
    to {opacity: 1}
}
.totalvisits{
	position:absolute;
	left:0;
	top:0;
	padding:0;
	margin:0;
	font-size:5px;
	color:black;
}
video{
	max-width: calc(100vw - 100px);
    max-height: 100vh;
	margin:0 50px;
}
video.mainplayer{
	max-width: calc(100vw);
    max-height: 100vh;
	margin:0;
}

/*	TOAST MESSAGE  */
.toastmessage{
	position:fixed;
	left:50%;
	transform: translateX(-50%);
	top:60px;	
	padding:10px 20px;
	background:rgba(0, 0, 0, .8);
	color:white;
	border-radius:15px;
	min-width:200px;
	text-align:center;
	box-shadow:5px 5px 25px rgba(0, 0, 0, 0.5);
	z-index:5100;

	padding: 30px 20px;
	font-size: 2rem;
line-height: 1.3;	
}
.toastmessage.big{	
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);	
	bottom:auto;
	padding:30px 50px;
	font-size:2rem;
}
.toastmessage span,.toastmessage div,.toastmessage strong{
	font-size:inherit;
}
.toastmessage a{
	color:white;
}
.toastmessage.txtleft{
	text-align:left;
}
a.redx{
	color:#D4000E;
	text-decoration:none;
	font-size: 22px;
	margin-left:5px;
	float: left;
	height:48px;
	line-height:45px;
	font-family: monospace;
}
a.redx:hover{
	color:darkred;
}
.container {
  width: 250px;
  height: 250px;
  position:relative;
  background-color:grey;
}

.videocorner {
	width: 0;
	height: 0;
	border-top: 150px solid #0059b3;
	border-bottom: 150px solid transparent;
	border-left: 150px solid transparent;
	position:absolute;
	right:0;
	z-index:999999999;
	/*box-shadow:5px 5px 25px rgba(0, 0, 0, 0.5);*/
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.videocorner:hover{
	/*transform: scale(1.2);	
	right: 15px;
    top: 30px;*/
	border-top: 150px solid #003366;	
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}

.videocorner.don {
	width: 0;
	height: 0;
	border-bottom: 100px solid #081a29;
    border-top: 100px solid transparent;
    border-right: 100px solid transparent;
    border-left: none;
	position:absolute;
	left:0;
	right:auto;
	bottom:0;
	z-index:999999999;
	/*box-shadow:5px 5px 25px rgba(0, 0, 0, 0.5);*/
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	display:none;
}
.videocorner.don:hover{
	/*transform: scale(1.2);	
	right: 15px;
    top: 30px;*/
	border-bottom: 100px solid #081a29;	
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.videocorner a {
	position:absolute;
	top: -110px;
	width: 100px;
	left: -100px;
	text-align: center;
	font-size: 16px;
	font-family: arial;
	transform: rotate(45deg);
	display:block;
	background:transparent;
	color:white;
	text-decoration:none;
	font-size:1.2rem;	
}
.videocorner.don a {
	position: absolute;
    bottom: -75px;
    width: 100px;
    right: -84px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    transform: rotate(45deg);
    display: block;
    background: transparent;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    top: auto;
    left: auto;
}
/**********************************************
	FULL SCREEN MODE
**********************************************/
body.fc > h2{
	/*
		animation-name animation-duration timing-function animation-iteration-count animation-delay
	*/
	/*-webkit-animation: titleAnimation 3s linear infinite 1s;
	-moz-animation: titleAnimation 3s linear infinite 1s;
	animation: titleAnimation 3s linear infinite 1s;*/
	
	animation: showHideShow 20s 1;
	animation-fill-mode: forwards;
	animation-delay: 2s;
	bottom: 0;
}
body.fc .screenicon{	
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index:9999999999999;
	max-width:30vw;
	max-height:30vh;
	transition:all .5s ease-in;
	-webkit-transition:all .5s ease-in;
}
@keyframes showHideShow {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**********************************************
	RESPONSIVE
**********************************************/	
@media screen and (max-width: 780px) {
	.toastmessage{		
		left:10px;
		right:10px;
		top:10px;
		bottom:10px;
		padding:10px 20px;
		background:rgba(0, 0, 0, .9);
		color:white;
		border-radius:15px;
		min-width:200px;
		transform: none;
	}
	.toastmessage.big{	
		bottom:auto;
		padding:15px 25px;
		background:rgba(0, 0, 0, .8);
		font-size:1.5rem;
	}
	body > h2{
		bottom:0;
	}
	
	.videocorner{
		border-top: 100px solid #0059b3;
		border-bottom: 100px solid transparent;
		border-left: 100px solid transparent;
	}
	.videocorner a{
		top: -75px;
		width: 100px;
		left: -85px;
	}
	.videocorner.don.bottom {
		width: 0;
		height: 0;
		border-bottom: none;
		border-top: 100px solid transparent;
		border-right: 100px solid #081a29;
		border-left: none;
		position:absolute;
		left:auto;
		right:0;
		bottom:0;
		z-index:999999999;
		/*box-shadow:5px 5px 25px rgba(0, 0, 0, 0.5);*/
		transition:all .5s ease-in-out;
		-webkit-transition:all .5s ease-in-out;
		display:none;
		display:block;
	}
	.videocorner.don.bottom:hover{
		/*transform: scale(1.2);	
		right: 15px;
		top: 30px;*/
		border-right: 100px solid #222222;	
		transition:all .5s ease-in-out;
		-webkit-transition:all .5s ease-in-out;
	}
	.videocorner.don.bottom a {
		position: absolute;
		bottom: 25px;
		width: 100px;
		right: -114px;
		text-align: center;
		font-size: 16px;
		font-family: arial;
		transform: rotate(-45deg);
		display: block;
		background: transparent;
		color: white;
		text-decoration: none;
		font-size: 1.2rem;
		top: auto;
		left: auto;
	}
	
	
}