body {
  display: flex;
  justify-content: center;
  background-color: #121212;
  color: #8c8fa4;
  line-height: 1.5rem; }

#page-wrapper {
  max-width: 60rem; }
  @media screen and (max-width: 900px) {
    #page-wrapper {
      max-width: 100%; } }

#page-header {
  display: flex;
  flex-direction: column;
  padding-top: 1em; }
  #page-header img {
    max-width: 100%; }

a {
  color: #5c8ea7;
  text-decoration: none; }
  a:hover {
    color: #7bc2e5; }

footer {
  border-top: 1px solid #8c8fa4;
  margin-top: 1cm;
  font-size: 80%;
  color: #aaa;
  clear: both; }

.video-wrapper {
  text-align: center;
  padding: 1em; }
  .video-wrapper video {
    margin-left: auto;
    margin-right: auto; }

.post {
  clear: both; }
  .post header .post-meta {
    font-size: 80%;
    color: #aaa; }
  .post header h1 {
    margin-bottom: 0; }

.right {
  float: right; }

.small {
  width: 300px; }

.photo-credits {
  font-size: smaller; }

@media screen and (max-width: 900px) {
  img {
    max-width: 100%; } }
.vertical-split {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }
  .vertical-split > * {
    width: 50%; }
    @media screen and (max-width: 900px) {
      .vertical-split > * {
        width: 100%; } }

#site_menu {
  display: flex;
  justify-content: right;
  height: 1.3em;
  padding: 2mm;
  font-family: sans-serif; }
  #site_menu ul {
    margin-top: 0;
    list-style: none; }
    #site_menu ul li {
      display: inline-block;
      padding-left: 0.5rem; }
  #site_menu .selected {
    color: #7bc2e5; }
  #site_menu .social-buttons {
    border-left: 1px solid #7bc2e5; }
    #site_menu .social-buttons * > * {
      margin-right: 0.2rem; }
  #site_menu img {
    height: 1em; }

.audio {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }
  .audio .track {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 25rem;
    padding: 0.2rem; }
    @media screen and (max-width: 900px) {
      .audio .track {
        width: 100%; } }
    .audio .track .content {
      display: flex; }
      .audio .track .content .body {
        display: flex;
        flex-direction: column;
        margin-left: 0.5rem; }
        .audio .track .content .body .title {
          font-size: 120%;
          font-weight: bold; }

.album-presentation {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem; }
  .album-presentation .album-title {
    margin-top: 0;
    padding-top: 0; }
  .album-presentation .coverart {
    margin-right: 1rem;
    width: 25rem; }
    @media screen and (max-width: 900px) {
      .album-presentation .coverart {
        margin-right: 0;
        width: 100%; } }
  .album-presentation .album-info {
    max-width: 32rem; }
    @media screen and (max-width: 900px) {
      .album-presentation .album-info {
        max-width: 100%; } }
  .album-presentation .album-links {
    padding-top: 1rem;
    text-align: center; }
  .album-presentation .shop-logo {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding-right: 1.0rem; }
    .album-presentation .shop-logo img {
      width: 100%; }
  .album-presentation .wide {
    width: 100%; }

/* Stacked layout components
 *
 * See https://every-layout.dev/layouts/stack/
 */
/* First reset top/bottom margins of any stack-elements */
[class^='stack'] > * {
  margin-top: 0;
  margin-bottom: 0; }

/* Override for stack with small gaps */
.stack-small > * + * {
  margin-top: 1.5rem; }

/* Override for stack with large gaps */
.stack-large > * + * {
  margin-top: 3rem; }
