* {
  box-sizing: border-box;
}

body, html {
  font-family: monospace;
  margin: 0;
}

body {
  padding-top: 70px; /* space for fixed navbar */
}

nav {
  max-width: 100dvw;
}

.nav-link {
  color: #3A3A3A !important;
  text-decoration: none;
  display: flex;
  align-items: center;      /* vertical centering */
  justify-content: center;  /* horizontal centering */
  font-size: xx-large;
  font-family: Ubuntu;
  font-weight: bold;
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;
}

.nav-link:hover {
  color: #C9A24D !important;
}

.nav-link.active {
  color: #e42c3c !important;
  text-shadow: 0px 0px 13px rgba(10, 5, 2, 0.5);
  border-bottom: solid #fabd4d
}

#main {
  padding: 16px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 24px;
  margin-top: 20px;
  font-size: xx-large;
  max-width: 100vw;
}

.title {
  max-width: 50%;
  float: left;
  padding-left: 5px;
}

.title img {
  max-height: 50px;
}


.footer {
  background-color: #2E2E2E;
  color: #eb1e23;
  font-size: xx-large;
  padding: 12px;
}

.footer i{
  padding-bottom: 12px;
}

.footer-logo {
  max-width: 150px;
  height: auto;
}

hr {
  background-color: white;
}

.footer a:link:active:visited{
  color: #eb1e23;
  text-decoration: none;
}

.footer a:hover{
  color: gold;
  text-decoration: none;
}

.footer a {
  color: #eb1e23;
  text-decoration: none;
  padding-bottom: 36px;
}

.copright {
  color: #E4B849;
  font-size: x-large;
  text-align: center;
}

/* Responsive design */
@media (max-width: 251px) {
  .hero-image {
    padding-top: 140px !important;
  }
  body {
    padding-top: 140px; /* space for fixed navbar */
  }
}

.wa-ts{
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border-color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  z-index: 9999;
  span {
    color:#eb1e23;
  }
  text-decoration: none;
}
.wa-ts:hover{
  text-decoration: underline;
  transform: scale(1.05);
  color:#eb1e23;
}

@media (max-width: 991px) {
  .ds-only {
    display: none;
  }
  .wa-ts {
    right: 18px;
    bottom: 18px;
    width: 64px;
    height: 64px;
  }
}