::selection {background-color:#6e6e6c;color:#cecece;}
::-moz-selection {background-color:#6e6e6c;color:#cecece;}
::-webkit-selection {background-color:#6e6e6c;color:#cecece;}

a {
    color: #8e0000;
    transition: 0.3s;
}
a:hover, a:focus {
    color: #ff0000;
    text-decoration: none;
    transition: 0.3s;
}
a:active {
    color: #ff0000;
}



#page-content-wrapper {
  min-width: 100vw;
}


.logo {
  width: 200px;
  height: 40px;
}


.navbar-toggler {
  background: transparent;
  border: 0px;
  color: #c0c0c0;
  transition: 0.3s;
}


.navbar {
  background: #8e0000;
  border-color: #c0c0c0;
}


.nav-link {
  color: #333333;
  transition: 0.3s;
}

.nav-link:hover,
.nav-link:focus {
  color: #777777;
  transition: 0.3s;
}



.copyright {
  font-size: 80%;
  text-align: center;
}





.footer {
display:block;
width:100%;
margin-top:10px;
font-size:75%;
padding:10px;
}
.footer p {
margin:0;
}
.footer .copy {
text-align:center;
}



.card {
    margin-bottom: 3px;
  }

.mt-4 {
    font-weight: bold;
    border-bottom: 1px solid #ececec;
 }





.badge-founder {
background:#8e0000;color:#c0c0c0;
}
.badge-dev {
background:#0080e0;
}
.badge-content {
background:#e080e0;
}











@media (min-width: 768px) {

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
}