.full {
  background: url(../static/images/viking_head.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    margin-top: 50px;
}

.my-brand {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 800;
}

.v-space {
    margin-top: 30px;
}