body {
  background-color: #000000;
  color: #FFFFFF;
}

code {
  background-color: #000000;
}

.navbar {
  background-color: #000000;
}

.navbar-item, .navbar-link {
  color: #FFFFFF;
}

a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
  background-color: #000000;
  color: #ed6a5a;
}

img {
  border: none;
}

.title:not(:last-child), .subtitle:not(:last-child) {
  margin-bottom: 3rem;
}

a, .subtitle a:hover {
  color: rgb(218,3,0);
}

a:hover, .markdown a:hover, .subtitle a {
  color: #ed6a5a;
}

h1, h2, .title {
  text-transform: uppercase;
  color: #FFFFFF;
}

strong, .markdown strong {
  color: rgb(218,3,0);
}

.footer-text a, .footer-text em {
  color: #ed6a5a;
  font-style: normal;
}

.markdown hr {
  border-top: initial;
  margin: 2rem auto;
  max-width: 5rem;
}

.markdown blockquote {
  margin: 3rem auto;
  max-width: 30rem;
  color: #ffffff;
  font-style: italic;
  background-color: rgba(255,255,255,0.1);
}


/* Responsive videos */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    padding-bottom: 1.5rem;
    position:absolute;
}
