body,h1 {
  font-family: "Raleway", sans-serif
}

body, html {
  height: 100%
}

.bgimg {
  background-image: url('img/background.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.imageHeader{
  height: 80px;
}