.bgn-primary {
  background-color: rgb(26,26,35);
}

.bgn-secondary {
  background-color: #212529;
}

#logo {
  border-radius: 200px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}

hr.star-light-prim:after {
  color: #fff;
  background-color: rgb(26,26,35);
}

hr.star-light-sec:after {
  color: #fff;
  background-color: #212529;
}

hr.star-light-prim, hr.star-light-sec {
  border-color: #fff;
}

hr.star-light-prim, hr.star-light-sec {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: .25rem solid;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.star-light-prim:after, hr.star-light-sec:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 .25em;
  content: "\f005";
  font-family: FontAwesome;
  font-size: 2em;
}

.text-secondary {
  color: white!important;
}

.profile-img {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 50%;
}

#contactForm input, #contactForm textarea {
  background-color: #212529,26,35);
  color: #fff;
}

#contactForm input:focus, #contactForm textarea:focus {
  background-color: #212529;
  color: #fff;
}

.list-unstyled.legal-list {
  font-size: 20px;
}

.list-unstyled.legal-list a:hover {
  text-decoration: none;
  color: #18bc9c!important;
  transition: color .15s;
}

@media only screen and (max-width: 768px) {
  #privacy {
    font-size: 23px;
    text-align: center;
  }
}

.legal p, .legal strong {
  height: fit-content!important;
  margin-bottom: 0!important;
}

@media only screen and (max-width: 380px) {
  #privacy {
    font-size: 6.3vw;
  }
}

#contact-success {
  color: black!important;
  background-color: #2ecc71;
  border: none;
  display: none;
}

#contact-error {
  color: black!important;
  background-color: #e74c3c;
  border: none;
  display: none;
}

#contact-captcha-error {
  color: black!important;
  background-color: #e74c3c;
  border: none;
  display: none;
}

.copyright {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.masthead.bgn-primary {
  height: 100%;
  margin: 0;
}

#page-top {
  height: 100%;
}

html {
  height: 100%;
}

