@charset "UTF-8";
/*
Theme Name: No Raison
Theme URI: https://showcase.annavr.net/
Description: 
Author: Till M. Kammertöns
Author URI: https://www.tillkammertoens.com
Version: 2
*/
:root {
  --doc-width: 100vw;
  --doc-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a,
a:visited,
a:hover {
  color: inherit;
}

body {
  background-color: black;
  color: white;
  font-family: Helvetica, sans-serif;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  z-index: 1000;
  display: none;
}
header img {
  width: 150px;
}

.entry > figure {
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  margin: 0 !important;
}

article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 900px) {
  article {
    height: 100vh;
    max-height: 100vh;
  }
}
.wp-block-embed .wp-block-embed__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wp-block-embed iframe {
  width: 100%;
}
@media (orientation: landscape) {
  .wp-block-embed iframe {
    height: 100%;
  }
}

.wp-block-gallery {
  gap: 0 !important;
}

.wp-block-columns {
  justify-content: space-between;
  gap: 100px !important;
}
@media (orientation: portrait) {
  .wp-block-columns {
    gap: 0 !important;
    flex-direction: column;
  }
  .wp-block-columns > * {
    max-height: 50%;
  }
  .wp-block-columns > * iframe {
    max-height: 50vh;
  }
}

.wp-block-gallery > figure.wp-block-image {
  width: 25% !important;
  height: 50% !important;
}
@media (orientation: portrait) {
  .wp-block-gallery > figure.wp-block-image {
    width: 50% !important;
    height: 25% !important;
  }
}

footer {
  display: none;
}

#login {
  background: black;
}
#login #password-protected-logo {
  display: none;
}
#login form {
  background: black;
  border: none;
  color: white;
}
#login form p {
  text-align: center;
}
#login form label {
  text-transform: uppercase;
}
#login form input {
  margin: 0 auto 10px;
  background: black !important;
  border-radius: 0px;
  border-color: rgba(255, 255, 255, 0.2);
}
#login .button-primary {
  float: none !important;
  background: black;
  border-radius: 0px;
  border-color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
