.logo img {
	width: 50%;
}

.footer {
	width: 100%;
        background: url(/img/footer.jpg) no-repeat no-repeat;
	background-size: cover;
}

.separator {
    background: url(/img/moon.jpg) no-repeat no-repeat;
    max-width: 100%;
/*    height: auto; */
/*    width: 100%; */
    height: 300px;
/*    background-attachment: fixed; */
    background-attachment: fixed;
    background-position: center right -500px;
    background-size: cover;
}
