html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: verdana, geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}
p, a, aside, button {
  letter-spacing: 0.5px;
}
body, html {
  height: 100%;
}
/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("../images/mac.webp");
  min-height: 100%;
}
.w3-bar .w3-button {
  padding: 16px;
}
.my-lh-normal {
  line-height: normal !important
}
.my-bold {
  font-weight: bold;
}
.w3-2021-french-blue {
  color: #ffffff;
  background: #0072b5;
}
.w3-2021-desert-mist {
  color: #000000;
  background: #e0b589;
}
/* THEME NAVIGATION BLOCK */
.vow-gold-01,
.vow-hover-gold-01:hover {
  color: #000000 !important;
  background-color: #e6c63b !important;
}
.w3-theme-lime-d1,
.w3-hover-theme-lime-d1:hover {
  color: #000000 !important;
  background-color: #c1d325 !important;
}
.w3-highway-green,
.w3-hover-highway-green:hover {
  color: #ffffff !important;
  background-color: #004d33 !important;
}
.vow-font {
  font-family: verdana, geneva, sans-serif !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5 !important;
  color: #000000 !important;
}
