/*
Theme Name: Brutal Theme
Author: Endric
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: brutaltheme
*/

:root {
  --font-color: rgb(235, 47, 0);
  --background-color: white;
  --max-content-width: 35rem;
}

* {
  font-size: 1.1rem;
  font-family: sans-serif;
  color: var(--font-color);
  text-align: right;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
}

#impress-menu {
  padding: 1rem;
  list-style: none;
  background-color: var(--background-color);
  color: var(--font-color);
}

#impress-menu a {
  font-size: 75%;
}

p {
  display: inline;
  line-height: 150%;
}

h1,
h2,
h1 *,
h2 * {
  font-size: 2rem;
}

.menu a,
h1 a,
h2 a,
.time_and_place a {
  text-decoration: none;
  color: var(--font-color);
}

#header {
  position: relative;
}

.current-menu-item {
  text-decoration: underline;
}

#main-column-wrapper {
  margin-top: 66vh;
  margin-bottom: 66vh;
  display: flex;
  justify-content: center;
  width: 100%;
}

#main-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  max-width: var(--max-content-width);
}

#main-column img {
  width: 100%;
}

.time_and_place {
  position: relative;
  font-weight: bold;
  white-space: pre-line;
  margin-top: -2.75rem; /* This counteracts pre-line. */
}

.event-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}

.menu {
  display: flex;
  align-content: center;
  justify-content: center;
  list-style: none;
  justify-content: space-evenly;
  margin: 3rem 0 3rem 0;
  padding: 0;
}

#canvas-div {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 25vh;
  width: 25vh;
  translate: -50% -50%;
  background-color: var(--font-color);
  pointer-events: none;
  user-select: none;
}

#title-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35vh;
  height: 35vh;
  max-width: 100%;
  max-height: 100%;
  min-width: 20rem;
  min-height: 20rem;
  translate: -50% -50%;
  z-index: 2;
}
