:root {
  --color-bg-0: #ffffff;
  --color-bg-1: #f6fdf2;
  --color-bg-2: #d3e1cb;

  --color-text: #333;
  --color-text-light: #939d93;

  --color-accent-0: #000;
  /* --color-accent-1: #075a14; */
  --color-accent-1: #004e0c;
  --color-accent-2: #457c4e;
}


/* Dark theme styles */
/* 
@media (prefers-color-scheme: dark) {
  :root {

  }
} */

body {
  /* font-family: nunito; */
  font-family: open sans, helvetica, arial;
  line-height: 1.4;
  margin: 0;
  font-size: 15px;
  background-color: var(--color-bg-0);
  color: var(--color-text);
}

h1,
h2,
h2>a,
a>h2,
h3,
a>h3,
h3>a,
h4,
h5,
h6,
header .site-name {
  color: var(--color-accent-1);
  margin: 0;
  /* font-family: RobotoSlab; */
  /* font-weight: 600; */
  font-family: ZillaSlab;
  font-weight: bold;
  font-size-adjust: .53;
}

h1{
  /* font-weight: 300; */
  font-weight: normal;

}

.box {
  box-shadow: 0px .2rem .5rem rgba(0, 0, 0, .15);
  padding: 1rem;
  border-radius: .5rem;
}

header {
  padding: .2rem 1em;
  text-align: left;
  max-width: 100%;
  height: 40px;
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}

header>* {
  display: table-cell;
  vertical-align: middle;
  color: var(--color-accent-1);
}

header .icon,
header img {
  height: 20px;
  font-size: 20px;

}

#menu {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-19em);
  opacity: 1;
  transition: .2s;
  width: 19em;
  background-color: var(--color-bg-1);
  font-size: large;
  color: rgb(0, 0, 0);
  min-height: 100vh;
  will-change: transform;
  z-index: 3;
}

#menu.menu-show {
  transform: translateX(-0em);
  opacity: 1;
}

#menu .vote-questions-list {
  padding: .5em;
  margin: 0;
}

#menu li {
  border-top: 1px solid #fff;
  list-style: none;
  cursor: pointer;
  padding: .5em;
}

#content {
  min-height: 100vh;
}

.user_form{
  width:100%
}

textarea.user_form {
  height: 9em;
}

@media screen and (max-width: 800px) {

  /* #menu{
      left: -15rem;
    } */
  #content {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }

  .hidable {
    display: none;
  }
}


@font-face {
  font-family: 'ZillaSlab';
  src: url("../fonts/ZillaSlab-Bold.ttf") format("truetype");
  font-weight: bold;
}


@font-face {
  font-family: 'ZillaSlab';
  src: url("../fonts/ZillaSlab-Regular.ttf") format("truetype");
  font-weight: normal;
}

/* @font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
}

@font-face {
  font-family: 'nunito';
  src: url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
}
 */

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'open-sans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-weight: 800;
  font-style: bold;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}