html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

nav {
  max-height: 50px;
}

nav > img {
  max-height: 100%;
}

.bg-dark {
  background-color: rgba(52,52,52,.95) !important;
}

header {
  width: 100%;
  height: 500px;
  background: url("/images/IMG_Illustr-Download.jpg") center;
}

header h1 {
  display: inline-block;
  max-width: 875px;
  padding: 10px 25px;
  margin-bottom: 50px;
  background-color: rgba(52,52,52, 0.95);
}

main {
  padding-top: 50px;
  margin-bottom: 50px;
}

footer {
  background-color: rgb(52,52,52);
  width: 100%;
  height: 60px;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
}