html, body {
  background-color: rgb(230, 230, 230);
}
a, a:hover, a:active, a:visited {
  color: rgb(220, 30, 30);
}
h1,h2,h3,h4,h5,h6 {
  color: #000;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.0em;
}
a.js-activetab {
  display:none;
  visibility:hidden;
}
img.site-logo {
  max-width: 35px; margin-top:-7px;
}

body {
  padding-top: 70px;
  font-family: 'Open Sans', Verdana, Georgia, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

footer {
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  font-size:0.8em;
}
hr {
  border:0;
  height: 1px;
  background: rgb(220, 220, 220);
  background-image: linear-gradient(to right, rgb(240, 240, 240), rgb(210, 210, 210), rgb(210, 210, 210), rgb(210, 210, 210), rgb(240, 240, 240));
  margin-top:25px;
  margin-bottom:25px;
}
article.post-content p {
  margin: 0 0 20px;
}

header.post-header p.post-meta {
  margin: 0 0 20px;
  font-size: 0.8em;
}

.btn-xlg {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
.navbar-collapse .btn-xlg {
  text-align: left;
}
ul.navbar-nav.navbar-right>li>a {
  padding-top: 13px;
  padding-bottom:10px;
}
.post-title, .page-title, .post-only-title {
  font-size: 2em;
}

.post-only-title a,
.post-only-title a:hover,
.post-only-title a:active,
.post-only-title a:visited {
  color: #000;
}

.post-meta {
  color: rgba(130, 130, 130, 1);
}

.landing-header {
  padding-bottom:10px;
}
p.landing-image-container {
  padding-top:20px;
}
p.landing-appstore-container {
  padding-top:30px;
  padding-bottom:20px;
  text-align:center;
}

hr.post-separator {
  margin-top:35px;
  margin-bottom:35px;
}

a.header-anchor {
  display: block;
  position: relative;
  padding-top:74px;
  margin-top:-74px;
  visibility: hidden;
}

li[id^="fn"] {
  padding-top:74px;
  margin-top:-74px;
}

.video-container {
	position:relative;
  margin:20px;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

a.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

.js-tabs li .stream-status {
  color: rgb(255, 0, 0) !important;
  font-size: 0.5em;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  border: solid 1px rgb(255, 0, 0);
  display: none;
}

.js-tabs li.live .stream-status {
  display: inline;
  position: relative;
  bottom: 2px;
  margin-left: 7px;
}

/* Credit: http://embedresponsively.com */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row ul {
  margin-bottom:20px;
}

@media (prefers-color-scheme: dark) {
  html, body {
    background-color: rgb(30, 30, 30);
    color: rgb(204, 204, 204);
  }
  a, a:hover, a:active, a:visited {
    color: rgb(255, 56.1, 94.35);
  }
  h1,h2,h3,h4,h5,h6 {
    color: #efefef;
  }
  hr {
    background: rgb(40, 40, 40);
    background-image: linear-gradient(to right, rgb(30, 30, 30), rgb(50, 50, 50), rgb(50, 50, 50), rgb(50, 50, 50), rgb(30, 30, 30));
  }
  .post-meta {
    color: rgba(130, 130, 130, 1);
  }
  .js-tabs li .stream-status {
    color: rgb(0, 0, 0) !important;
    border: solid 1px rgb(0, 0, 0);
  }
  .post-only-title a,
  .post-only-title a:hover,
  .post-only-title a:active,
  .post-only-title a:visited {
    color: #fff;
  }

  .post-meta {
    color: rgba(125, 125, 125, 1);
  }
}