.content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}

.full-view {
	height: 100%;
}

.eng-pane-background {
  /* Image by James Osborne from Pixabay, pixabay license, commercial use, no attribution required.*/	
	background-image: url("../resources/code-background.jpg");
	background-size: auto 100%;
}

.print-pane-background {
	background-image: url("../resources/print-background.png");
	background-color: white;
	background-size: auto 100%;
}

.pane-background {
	height: 100%;
	width: 100%;
	opacity: 90%;
	position: relative;
	background-repeat: no-repeat;
}

.pane-content {
	position: absolute;
	top: 0;
	z-index: 1;
}

.pane-title {
	color: white;
    border-radius: 1px;
    background-color: #333;
    font-size: 64px;
    font-family: Century Gothic, sans-serif;
    letter-spacing: 2px;
    margin: 48px;
    padding: 3px 20px;		
	text-decoration: none;
}

.click-pane {
	width: 100%;
	height: 50%;
	display: block;
	position: relative;
}

.bottom-bar {
	display: none;
}