.circuit {
  background-color: #0b0124;
  background-image: url("https://cyboarnetic.neocities.org/img/circuit-board.png");
  background-repeat:repeat;
  background-size:30%;
}
body {
  background: url("https://cyboarnetic.neocities.org/img/bg2.jpg");
  background-size:cover;
  font-family: "VT323", monospace;
  font-size:20px;
  font-weight: 400;
  font-style: normal;
  color:#fff;
}
a {
  color: #87dfd3;
  transition.5s;
  text-decoration:none;
}
a:hover {
  color: #fff;
  transition:.5s;
}
b {
  color:#f119d2;
}
h1 h2 h4{
  color: #fff;
  text-transform: uppercase;
}

h3 h5 {
  color:#f119d2;
}

hr {
  border:1px solid #f119d2;
}
mark {
  background: #000;
  color:#a1ffff;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.press-start {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.title {
  color:#fff;
  text-shadow:
    -2px -2px 0 #0b0124,
    2px -2px 0 #0b0124,
    -2px  2px 0 #0b0124, 
    2px  2px 0 #0b0124;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  padding: 0px 7px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #000;
  transition: 0.5s;
}

.navbar ul li a:hover {
  background-color: #a1ffff;
  color: #000;
  transition: background-color 0.3s ease-in-out;
}
.dropdown-menu {
  background-color: #111 !important;
}
.dropdown-menu .dropdown-item {
  background-color: #111;
  color: #ffffff;
}

.dropdown-toggle::after {
  background:none;
  display: none !important;
}

.stamps {
  width: 100px;
}
.blinkies {
  width: 150px;
}
.artist {
  width:50px;
  height:50px;
  margin:2px ;
  border-radius:10px;
  transition:0.5s;
}
.artist:hover {
  filter:brightness(50%);
  transition:0.5s;
}
.title-box {
  background:#f119d2; 
  border-radius:5px;
}
.button ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
.button li a {
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  display: inline-block;
  border-radius:5px;
  font-size: 1.2em;
  width:100%;
  border: 1px solid #f119d2;
  background:#000;
  color:#81d6ca;
  text-decoration: none;
}
.button li a:hover {
  color:white;
  background: #f119d2;
  transition:.5s;
}
#filter-buttons button {
	font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  border-radius: 3px;
  color:#f119d2;
  background: #000;
  border-color: transparent;
}
#filter-buttons button:hover {
  background: #222;
}
#filter-buttons button.active {
  color: #a1ffff;
  background: #210236;
}
#filterable-cards .card {
	font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  width: 9rem;
  height:13rem;
  border: 2px solid transparent;
  text-align:center;
  font-size:15px;
}
#filterable-cards .card.hide {
  display: none;
}
@media (max-width: 600px) {
  #filterable-cards {
    justify-content: center;
  }
#filterable-cards .card {
    width: calc(100% / 2 - 10px);
  }
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#content {
  padding: 10px 5% 20px 5%;
}
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  list-style-type: square;
  color:white;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

#disqus_thread {
  margin-top: 1.6em;
}
#footer {
  font-size: 0.8em;
  color:white;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li a {
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  display: inline-block;
  border-radius:5px;
  font-size: 1.2em;
  width:100%;
  border: 1px solid #f119d2;
  background:#000;
  color:#81d6ca;
  text-decoration: none;
}
#header li a:hover {
  color:white;
  background: #f119d2;
  transition:.5s;
}

#postTitleH1 h1{
  color: #f119d2;
}
  
  
  
  