body {
  padding-top: 56px;
  font-family: 'Nanum Gothic', sans-serif;;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1 { font-size: 3rem; }