html, body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, p, a {
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0.5px;
}
body {
  font-size: 16px;
}
.w3-half img:hover {
  opacity: 1;
}
/* MY CUSTOM */
.my-hr1 {
  width: 50px;
  border: 5px solid #c5170a;
}
.my-bold {
  font-weight: bold !important;
}
/* BACKGROUND COLORS */
.w3-red,
.w3-hover-red:hover {
  color: #000000 !important;
  background-color: #f44336 !important;
}
.w3-white,
.w3-hover-white:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.w3-blue,
.w3-hover-blue:hover {
  color: #ffffff !important;
  background-color: #2196F3 !important;
}
.w3-teal,
.w3-hover-teal:hover {
  color:#ffffff !important;
  background-color: #009688 !important;
}
.w3-black,
.w3-hover-black:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.w3-pale-green,
.w3-hover-pale-green:hover {
  color: #000000 !important;
  background-color: #ddffdd !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000000 !important;
  background-color: #cddc39 !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-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
  color: #ffffff !important;
  background-color: #616161 !important;
}
.w3-theme-red-d3,
.w3-hover-theme-red-d3:hover {
  color: #ffffff !important;
  background-color: #c5170a !important
}
.w3-theme-red-d4,
.w3-hover-theme-red-d4:hover {
  color: #ffffff !important;
  background-color: #a91409 !important
}
/* TEXT COLORS */
.w3-text-red,
.w3-hover-text-red:hover {
  color: #f44336 !important;
}
.w3-text-theme-red-d3,
.w3-hover-text-red:hover {
  color: #c5170a !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;
}
