body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
  background-position: 50% 60%;
  background-image: url("images/bg.png");
  background-size: auto;
}
body {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: var(--white);
  color: #120011;
}
a:link, a:visited {
  color: var(--theme-c1);
  text-decoration: none;
}
a:hover {
  color: var(--theme-c1);
  text-decoration: none;
}
a:active, a:focus {
  color: var(--theme-c1);
  text-decoration: none;
}
.card {
  background-color: #fffffff0;
  color: #120011;
  border: 5px double var(--theme-c1);
}
.title {
  color: #120011;
  border: solid 1px var(--theme-c1);
}
hr {
  background-color: var(--theme-c1);
}
h3 {
  color: var(--theme-c1);
}
.btn-pink {
  background-color: var(--theme-c1);
  color: #fff;
  border: none;
}
.prof-border {
  border: 0;
  border-bottom: 1px dashed #fff;
  background: var(--theme-c1);
  margin: 1rem 0;
}
@media (max-width:1199.98px) {

}
@media (min-width:375px) {
  .d-xs-none {
    display: none !important
  }
}