/* Move down content because we have a fixed navbar that is 3.5rem tall */

body {
  padding-top: 3.5rem;
  font-family: 'Slabo 27px';
}
.bg-cover {
        background-image: url("img/2001-A-Space-Odyssey.jpg");
		background-position: center center;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
    }

