/* Nav */
.menu .nav li a::before {
	top: 80%;
}


.home-background {
	background: url("/images/home-bg-img-eric-nickerson-01.png") no-repeat top center fixed
}

.transparent-layer {
    position: relative;
    background: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
    color: #fff;
}

.middle-content {
    position: relative;
    top: 32%;
    text-align: left;
    margin-left: 40px;
}