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%;
  font-family: verdana, geneva, sans-serif;
}
.my-bold {
  font-weight: bold;
}
.my-line-height {
  line-height: normal;
}
.my-hr1 {
  border-top: 2px solid #cccccc !important;
  margin: 4em !important;
}
/* CUSTOM COLORS */
/* TEXT */
.w3-text-white,
.w3-hover-text-white:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}
.w3-text-black,
.w3-hover-text-black:hover {
  color: #000000 !important;
  background-color: transparent !important;
}
/* BACKGROUND */
.w3-black,
.w3-hover-black:hover {
  color:#ffffff !important;
  background-color: #000000 !important;
}
.w3-white,
.w3-hover-black:hover {
  color:#000000 !important;
  background-color: #ffffff !important;
}
.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000000 !important;
  background-color: #f1f1f1 !important;
}
.w3-blue,
.w3-hover-blue:hover {
  color: #000000 !important;
  background-color: #2196F3 !important;
}
.w3-light-blue,
.w3-hover-light-blue:hover {
  color: #000000 !important;
  background-color: #87CEEB! important;
}
.w3-pale-blue,
.w3-hover-pale-blue:hover {
  color: #000000 !important;
  background-color: #ddffff !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}
.w3-green,
.w3-hover-green:hover {
  color: #000000 !important;
  background-color: #4CAF50 !important;
}
.w3-pale-green,
.w3-hover-pale-green:hover {
  color:#000000 !important;
  background-color: #ddffdd !important;
}
.w3-teal,
.w3-hover-teal:hover {
  color: #000000 !important;
  background-color: #009688 !important;
}
.w3-red,
.w3-hover-red:hover {
  color: #000000 !important;
  background-color: #f44336 !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}
.w3-sand,
.w3-hover-sand:hover {
  color: #000000 !important;
  background-color: #fdf5e6 !important;
}
.w3-yellow,
.w3-hover-yellow:hover {
  color: #000000 !important;
  background-color: #ffeb3b !important;
}
.w3-theme-brown-l3 {
  color: #000000 !important;
  background-color: #d0b8b0 !important;
}
.w3-theme-brown-d2 {
  color: #ffffff !important;
  background-color: #61443a !important;
}
.w3-theme-brown-d4 {
  color: #ffffff !important;
  background-color: #49332c !important;
}
.w3-theme-brown-d5 {
  color: #ffffff !important;
  background-color: #3d2b24 !important;
}
/* BORDERS */
.w3-border-black,
.w3-hover-border-black:hover {
  border-color: #000000 !important;
}
.w3-border-amber,
.w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}
.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
  border-color: #607d8b !important;
}
/* 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;
}
