
body{
  	/* Crisp sharp text */
  	font-smoothing: subpixel-antialiased;
  	/* Turn on kerning and ligatures */
  	text-rendering: optimizeLegibility;
  	background: url(../img/banana.jpg) no-repeat center center fixed; 
  	background-size: cover;
  	width: 100%;
  	height:100%;
}
body:before{
	background: rgba(240,240,0,.7);
	width: 100%;
	height: 100%;
	content: '';
	position: fixed;
	z-index: -1;
}
#wrapper{
	padding: 2rem;
}
.fixed{
	position: fixed;
	bottom: 1rem;
	left: 1rem;
}
h1{
	font-weight: bold;	
	font-weight: 900;	
}
h5{
	font-weight: bold;
	font-weight: 900;
	margin-bottom: 0;
	border-bottom: 4px solid;
	display: inline-block;
}
h1, h5, p, p a, a, a:visited{
	color: black;
}
h1, h5, p{
	opacity: .9
}

p a, p a:link, a, a:visited{
	border-bottom: none;
	text-decoration: line-through;
}

p a:hover{
	opacity: .5;
}
.absolute{
	padding-bottom: 1rem;
	position: absolute;
	bottom: 0;
}
.border1, .border3{
	background: black;
	width: 1rem;
	height: 100%;
	position: fixed;
	opacity: .9

}
.border2, .border4{
	background: black;
	height: 1rem;
	width: 100%;
	position: fixed;
	opacity: .9

}
.border1, .border2{
	top: 0;
	left: 0;
}
.border3, .border4{
	bottom: 0;
	right: 0;
}

	@media only screen and (max-width: 479px) {
		.border1, .border3, .border2, .border4{
			display: none;
		}
		.absolute{
			position: relative;
		}
		.fullheight{
			min-height: initial!important;
		}
		#wrapper{
			padding: .5rem;
		}
	}
