.line-height-large {
  line-height: 35px;
}
.text-shadow {
  text-shadow: black 1px 1px;
}
.text-shadow-2 {
  text-shadow: black 1px 1px 2px;
}
.bg-black {
  background: black !important;
}
.bg-black-transparent25 {
  background: rgba(0, 0, 0, 0.25) !important;
}
.bg-black-transparent50 {
  background: rgba(0, 0, 0, 0.5) !important;
}
.bg-black-transparent35 {
  background: rgba(0, 0, 0, 0.35) !important;
}
.pointer {
  cursor: pointer !important;
}
.border-thick {
  border-width: thick !important;
}
.transparent {
  opacity: 0.5;
}
.total-transparent {
  opacity: 0;
}
.text-shadow-0 {
  text-shadow: none !important;
}
.text-neon {
  text-shadow: #00dcff 0px 0px 8px;
}
.text-neon-green {
  text-shadow: #02ff37 0px 0px 8px;
}
.text-neon-white {
  text-shadow: #fffffd 0px 0px 8px;
}
.text-black {
  color: black!important;
}
.raise-z-index {
  z-index: 1;
}
.raise-z-index-more {
  z-index: 2;
}
.reduce-z-index {
  z-index: -1;
}
.w-10 {
  width: 10% !important;
}
.w-2 {
  width: 2% !important;
}
.no-underline:hover {
  text-decoration: none !important;
}
.t-0 {
  top: 0;
}
.b-0 {
  bottom: 0;
}
.l-0 {
  left: 0;
}
.r-0 {
  right: 0;
}
.ft15 {
  font-size: 15px !important;
}
.fadein {
  animation: fadein 2s;
}
.h-10 {
  height: 10% !important;
}
.rounded2 {
  border-radius: 15px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  min-width: 300px;
}
nav {
  z-index: 1;
  right: 0;
  left: 0;
  background: transparent;
}
nav > * {
  animation: fadein 1s;
}
#banner {
  padding: 70px 0 95px 0;
}
#particles-js {
  background: #121865;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#banner-title {
  margin: 100px 0 100px 0;
  background: rgba(255, 255, 255, 0.05);
  animation: fadein 3s;
}
#banner-title > h1 {
  color: rgba(245, 245, 245, 0.95);
  text-shadow: #121865 1px 1px;
}
#articles {
  background: #121865;
}
.big-first-letter::first-letter {
  font-size: 40px;
  font-weight: bold;
}
#blog {
  font-family: "Source Sans Pro", Helvetica, sans-serif !important;
}
.article-content img,
.article-content iframe,
.article-content figure {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.article-content iframe {
  display: flex;
}
.article-content h1 {
  font-size: 32px;
}
.article-content h4 {
  font-size: 26px;
}
.article-content h4,
.article-content h3,
.article-content h2 {
  margin-top: 70px;
}
.article-content p,
.article-content ul {
  font-size: 22px;
}
#score-title {
  position: absolute;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -55px;
}
#img,
#webcam {
  width: 100% !important;
  height: auto !important;
}
footer .fa {
  color: silver;
  opacity: 0.5;
}
