body {
	overflow: hidden;
}

.content {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.full-view {
	display: flex;
	flex-grow: 1;
	width: 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: relative;
	top: -100%;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.right-pane-content {
	justify-content: flex-start;
	align-items: flex-start;
}

.pane-title {
	color: white;
    border-radius: 1px;
    background-color: #333;
    font-size: 42px;
    font-family: Century Gothic, sans-serif;
    letter-spacing: 2px;
    margin: 48px;
    padding: 3px 20px;
}

.click-pane {
	flex: 2 1 0;
	height: 100%;
	text-decoration: none;
	width: 50%;
	transition: flex .6s linear;
}

.click-pane:hover {
	background-color: #333;
	flex-grow: 3;
	transition: flex .6s linear;
	cursor: pointer;
}

.click-pane:hover .pane-background {
	opacity: 50%;
}

.bottom-bar {
	box-shadow: 0 0 75px 18px #333;
  background-color: #333;
  z-index: 1;
	width: 100%;
	bottom:0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact {
	font-size: 18px;
	color: white;
	margin-left: 12px;
}


.badge {
	border-radius: 8px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 12px;
}

.ig {
	background-color: #DD27AB;
}

.ig-glyph {
	background-image: url("../resources/icons/ig-glyph.png");
	width: 30px;
	height: 30px;
	margin: 10px;
	background-size: 100% auto;
}

.social {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: white;
	font-size: 20px;
}

.social a {
	color: white;
}
