@font-face {
    font-family: 'ikea-sans';
    src: url('./fonts/IKEA-Sans-Regular.ttf');
}

html, body {
  font-family: 'ikea-sans';
  color: #1f1f1f;
  background-color: #f1f1f1
}

h1 {
  margin-bottom: 0px;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  text-decoration:underline;
  /* text-decoration-color: #9ED8C2; */
}

a:hover {
  color: rgb(0,0,0,0.5)
}

a:visited {
  color: #1f1f1f
}

input, select {
  clear: right;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #f1f1f1;
  border: solid #1f1f1f 1px;
  border-radius: 5px;
}
span {
  display: block;
  font-size: 0.8em;
}

button{
  /* margin: 30px; */
  padding: 15px 30px;
  font-size: 0.8em;
  background-color: rgba(0,0,0,0);
  border: solid #1f1f1f 1px;
  border-radius: 15px;
  cursor: pointer;
  color: #1f1f1f;
  font-weight: normal;
}

.content {
  padding: 0 20px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 30px;
}

.navbar-left > p {
  margin-top: 5px;
}

.main-menu {
  list-style-type: none;
  padding: 10px;
}

.main-menu > li {
  float:left;
  margin-right: 20px;
}

.register {
  max-width: 80%;
  margin: auto;
  padding: 20px;
}
 form {
   padding: 30px;
 }

 form > .last {
  border-bottom: none;
 }

.data {
  text-align: center;
  margin: 0 20px;
  /* margin-bottom: 0; */
  padding: 30px;
  background-color: #f1f1f1;
  /* border-bottom: solid #1f1f1f 1px; */
  border-bottom: solid #1f1f1f 1px;
}

.sidebar-menu{
  position: fixed;
  height: 100%;
  top: 0;
  right: -300px;
  width: 300px;
  z-index:1;
  background-color: #9ED8C2; /* #34ea54; */
  padding-top: 90px;
  overflow-y: scroll;
}

#close-button {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 0.5em;
  padding: 10px;
  border-radius: 10px;
}

#gallery {
  /* display: flex; */
  /* justify-content: space-between; */
  max-width: 100%;
  opacity: 0;
  display: none;
  border-top: 1px solid black;
}

/* #gallery  video {
  display: block;
  width: 90%;
  clear: both;
  margin: auto;
  margin-bottom: 30px;
} */

#controls {
  text-align: center;
}

#controls > button {
  margin-bottom: 30px;
}

.sel {
  margin-top: 10px;
  text-align: center;
}

.controls {
  margin-top: 30px;
  width: 100%;
  text-align: center
}

.performance {
  display: none;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
