html,
head,
body{
    width:100%;
    height:100%;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Tahoma,Arial,Verdana;
	text-align: left;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

body{
    position:relative;
    width:100%;
    height:100%;
}

#innerBody{
    position: relative;
    width: 100%;
    min-height: 100%;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#innerBody::after{
    position:fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    z-index:-1;
}

/*Hide the download button in the audio-element*/
audio::-internal-media-controls-download-button {
    display:none;
}

/*Hide the download button in the audio-element*/
audio::-webkit-media-controls {
    overflow: hidden !important
}

/*Hide the download button in the audio-element*/
audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.toggle.btn{
	width:110px !important;
	float:right;
}

.right-lower-corner{
	position:absolute;
	bottom:0;
	right:0;
	float:right;
}

.popover{
    max-width: 666px;
}

#container{
	font-size: 18pt;
	text-shadow: 3px 3px black;
}

#dutch,
#english{
	cursor: pointer;
	-moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#dutch:hover,
#english:hover{
	-webkit-transform: scale(1.2);
 	transform: scale(1.2);
 	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#dutch:active,
#english:active{
	padding-top: 5px;
}

.fa,.fas{
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1
}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-check:before{content:"\f00c";}
.fa-times:before{content:"\f00d";}