@import url('https://fonts.googleapis.com/css?family=Courier+Prime');
@import url('https://fonts.googleapis.com/css?family=Homemade+Apple');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
@import url('https://fonts.googleapis.com/css?family=Comforter+Brush');

body {
  overflow-x: hidden;
  padding-top: 3rem;
  background-color: #1C1D21;
  color: #F1E3E4;
  font-family: 'Courier Prime', monospace;
}

.navbar{
    background-color: #A288A6;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand{
    color: #1C1D21 !important;
}

.navbar-dark .navbar-nav .nav-link{
  color: #1C1D21 !important;
  display: flex;
}

.sub-link{
  color: #F1E3E4 !important;
}

.sub-link.active{
  color: #1C1D21 !important;
  background-color: #F1E3E4 !important;
}


.nav-active {
  --bs-bg-opacity: 1;
  background-color: #BB9BB0 !important;
  color: #1C1D21 !important;
}

.content{
  color: #F1E3E4;
}




.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center
}

.marketing h2 {
  font-weight: 400
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem
}

.featurette-divider {
  margin: 2rem 0
}

.featurette-contact,
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem
}

@media (min-width:40em) {

  .featurette-contact,
  .featurette-heading {
    font-size: 50px
  }
}

@media (min-width:62em) {
  .featurette-contact{
    margin-top: 2rem
  }
}

#container {
  margin: 0 auto
}

.stripe {
  content: "";
  background-color: #292929b2;
  height: 100%
}

.header_logo {
  width: 2em
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

@media (min-width:768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem
  }
}




.btn,
table {
  color: #fffFFFD9 !important
}

.white-link {
  color: #fffFFFD9
}

.white-link:hover {
  color: #0080ff
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-weight: lighter;
  font-size: 25px;
}

p {
  display: inline-block;
  margin: 5px 1px;
  font-size: 15px;
}
