@charset "utf-8";

* {
  line-height: 180%;
}

html {
  height: 100%;
  font-size: 18px;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

nav, footer {
  background-image: url('/images/bg/wavecut.png');
}

main {
  margin-top: 56px;
  flex: 1 0 auto;
}

p {
  margin-top: 1em;
}

a:hover {
  opacity: 0.8;
}

.font-family-serif {
  font-family: serif;
}

.navbar-dark .navbar-toggler {
  border-color: white !important;
}

._anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

