
body, html {
    height: 100%;
}

.bgimg {
    background-image: url('images/forestbridge.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}


.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}

.LnHL {
	background: rgba(255, 153, 102, 0.4);
	padding:10px;
	color: lime;
}        

.LnHL:hover {
	background-color: yellow;
	COLOR: blue;
	TEXT-DECORATION: none;
	font-weight: bold;
	padding:7px;
}

.bottomleft {
	position: fixed;
	bottom: 0;
	left: 12px;
}

.bottommiddle {
	position: fixed;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wafloat{
	position:fixed;
	width:50px;
	height:50px;
	bottom:1.6em;
	right:1.6em;
	text-align:center;
	font-size:10px;
	z-index:100;
}