html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: font-family: "Lato", sans-serif !important;
  letter-spacing: 1px !important;
}
h1, h2, h3, h4, h5, h6, p, a, aside, button {
  letter-spacing: 0.5px !important;
}
body, html {
  height: 100%;
}
.mySlides {display:none}
.w3-tag, .fa {cursor:pointer}
.w3-tag {height:15px;width:15px;padding:0;margin-top:6px}

.my-bold {
  font-weight: bold;
}
.my-line-height {
  line-height: normal;
}
.my-hr1 {
  border-top: 7px solid #616161 !important;
  margin: 0 auto !important;
  width: 25% !important;
}
/* CUSTOM COLORS */
/* TEXT */
.w3-text-teal,
.w3-hover-text-teal:hover {
  color: #009688 !important;
}
.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-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000000 !important;
  background-color: #f1f1f1 !important;
}
.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
  color: #000000 !important;
  background-color: #9e9e9e !important;
}
.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
  color: #ffffff !important;
  background-color: #616161 !important;
}
.w3-black,
.w3-hover-black:hover {
  color:#ffffff !important;
  background-color: #000000 !important;
}
.w3-white,
.w3-hover-white:hover {
  color:#000000 !important;
  background-color: #ffffff !important;
}
.w3-green,
.w3-hover-green:hover {
  color: #000000 !important;
  background-color: #4CAF50 !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000000 !important;
  background-color: #cddc39 !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-blue,
.w3-hover-blue:hover {
  color: #000000 !important;
  background-color: #2196F3 !important;
}
/* BORDERS */
.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
  border-color: #616161 !important;
}
.w3-border-black,
.w3-hover-border-black:hover {
  border-color: #000000 !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;
}
.vow-font {
  font-family: verdana, geneva, sans-serif !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5 !important;
  color: #000000 !important;
}
