body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url("/images/ratsam1.png");
  background-position: 30% 50%;
  min-height: 100%;
  overflow: hidden;
}

.bgimg-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.w3-bar .w3-button {
  padding: 16px;
}