body{
  line-height: 1.5 !important;
}

#bsocials {
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: 400px;
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #000;
  text-align: center;
}

#bsocials p {
  color: #fff;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 2px;
  text-transform: none;
}

#bsocials span.follow {
  width: 280px;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 8px;
  text-transform: uppercase;
}

#bsocials p span {
  display: inline-block;
  vertical-align: middle;
}

#bsocials span.follow:hover {
  border: 1px solid #fec503;
  color: #fec503;
  transition: all ease 0.8s;
}

#bsocials a {
  color: #fff;
}

#bsocials a:hover {
  color: #fec503;
  transition: all ease 0.8s;
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
}

#footer {
  height: auto;
  min-height: 320px;
  max-height: 1000px;
  padding-top: 5%;
  padding-bottom: 2%;
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#footer h2 {
  width: 480px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 46px;
  -webkit-font-smoothing: antialiased !important;
  line-height: 30px;
  text-transform: uppercase;
}

#footer h2:hover {
  border: 2px solid #fec503;
  color: #fec503;
  transition: all ease 0.8s;
}

#footer p {
  color: #fff;
  -webkit-font-smoothing: antialiased !important;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: none;
}

#footer-nav {
  width: 100%;
  height: 95px;
  padding-top: 32px;
  color: #fff;
  background-color: #000;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
}

.cprts {
  display: block;
  margin-top: 10px;
}

#footer-nav a {
  color: #fff;
}

#footer .contact-footer-email a,
#footer .contact-footer-website a {
  color: #fff;
  text-decoration: none;
}

ol.social {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 20px;
  display: flex;
  gap: 48px;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  ol.social {
    gap: 24px;
  }
}

ol.social li {
  padding: 0 10px;
  color: #000;
  list-style-type: disc;
  -webkit-margin-after: 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
}
