 *{
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	text-shadow: 0px 0px 5px black;
	background-color: black;
	/* background-image: url(CC_Logo.png); */
	/* background-attachment: fixed; */
	/* background-position: right 0 bottom 0; */
	/* background-repeat: no-repeat; */
	/* background-size: 20% auto; */
}

.fullscreen {
	position: fixed;
	top: 14px;
	right: 12px;
	width: 40px;
	height: 40px;
}

#icon img{
	position: fixed;
	top: 12px;
	left: 10px;
	width: 40px;
	height: 40px;
}
img#scrolldown{
	position: fixed;
	top: 12px;
	left: 10px;
	width: 40px;
	height: 40px;
}
#ppt {
}
#ppt_title {
	position: fixed;
	top: 0px;
	left: 70px;
	width: calc(100% - 75px - 65px);
	height: 70px;
	font-size: 35pt;
	font-weight: bold;
}
#ppt_songtext {
	position: fixed;
	/* top: 70px; */
	bottom: 0px;
	left: 15px;
	width: calc(100% - 20px);
	height: calc(100% - 75px);
	overflow: scroll;
	font-size: 25pt;
}

img#cclogo{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 130px;
}



/* https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp */
/* Hide scrollbar for Chrome, Safari and Opera */
#ppt_songtext::-webkit-scrollbar {
	display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#ppt_songtext {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}





/* #icon {
	border: 2px solid green;
}
#ppt_title {
	border: 2px solid red;
}
#ppt_songtext{
	border: 2px solid yellow;
} */

