body {
    background-color: #191919;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
}

h2, h3 {
    font-size: 2.8rem;
    font-weight: 500;
}

a {
    color: #e2090d;
}

a:hover {
    color: #f8595c;
    text-decoration: none;
}

.gif-small {
    width: 60%!important;
    margin-left: auto;
    margin-right: auto;
}

.line {
    margin-top: 75px;
    width: 55px;
    margin-bottom: 0.5rem;
    height: 5px;
    display: inline-block;
    background: linear-gradient(to left, #fc5130, #e2090d);
}

p, li, ol {
    color: #999999;
}

.navbar {
    background-color: #040402;
}

.navbar a {
    color: #ffffff;
}

.navbar a:hover {
    color: #e2090d;
}

.color-a {
    background-color: #040402;
}

.color-b {
    background-color: #191919;
}

.content-block:nth-child(even) {
    background-color: #191919;
}

.content-block:nth-child(odd) {
    background-color: #040402;
}

.image {
}

.img-placeholder {
    min-height: 400px;
    background-color: black;
}

.zoomable {
  cursor: pointer;
}

.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.img-modal-content {
  display: block;
  margin: 5% auto;
  max-width: 90%;
  max-height: 90%;
}

.img-modal-close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .line {
        margin-top: auto;
    }
}