/* CSS files add styling rules to your content */

#menuu {
  background: #BCD2EA;
  border-radius: 4px;
  padding: 5px;
  border-top: 4px solid #A9B9C6;
  border-bottom: 6px solid #B0C6DD;
  border-right: 5px solid #CFEBFF;
  border-left: 5px solid #899EB3;
  box-shadow: 0px 0px 20px #8E9AA8, 0px 10px 0px #627082, 0px 0px 80px #33beff ; 
  max-width: 200px;
  min-height: 1px;
  max-height: 10px;
  margin: 0 auto;
  margin-bottom: 10%;
  position: relative;
  padding-bottom: 70px;
}
#menu {
  background: #BCD2EA;
  border-radius: 4px;
  padding: 10px;
  border-top: 4px solid #A9B9C6;
  border-bottom: 6px solid #B0C6DD;
  border-right: 5px solid #CFEBFF;
  border-left: 5px solid #899EB3;
  box-shadow: 0px 0px 20px #8E9AA8, 0px 10px 0px #627082, 0px 0px 80px #33beff ; 
  max-width: 800px;
  min-height: 800px;
  margin: 0 auto;
  margin-bottom: 10%;
  position: relative;
  padding-bottom: 60px;
}

button{
  background: #BCD2EA;
  border-radius: 4px;
  padding: 10px;
  font-family: 'Arimo', sans-serif;
  color: #2A373F;
  border-top: 4px solid #A9B9C6;
  border-bottom: 6px solid #B0C6DD;
  border-right: 5px solid #CFEBFF;
  border-left: 5px solid #899EB3;
  box-shadow: 0px 6px 0px #627082; 
  transform: translate(0px, -6px);
}

button:active{
  transform: translate(0px, -3px);
  box-shadow: 0px 3px 0px #627082; 
}

body {
  font-family: 'Arimo', sans-serif;
  color: #2A373F;
  background: #c8ddee;
  background-image: url("reanyland_bg.png");
  padding-top: 5vw;
}

.soundelement {
  padding: 10px;
}

#soundlist {
  padding: 10px;
  background: #9CA8BA;
}

hr {
  color: #B2C6DF;
}

#title {
  position:absolute;
  text-align: center;
  width: 100%;
  left: 0px;
  top: 20px;
  font-family: 'Arimo', sans-serif;
  color: #2A373F;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#helpDesc {
  transform: translate(0px, -6px);
  float: right;
  line-height: 3.5rem;
  text-align: center;
  width: 50px;
  height: 50px;
  font-family: 'Arimo', sans-serif;
  font-size: 52px;
  border-radius: 50%;
  box-shadow: 0px 6px 0px #3D405F;
  text-shadow: 0px -3px #3D405F;
  color: #BCD2EA;
  background: #7483A0;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#helpDesc:active{
  transform: translate(0px, -3px);
  box-shadow: 0px 3px 0px #627082; 
}

#helpbox {
  display: none;
  top: 2vw;
  left: 2vw;
  transform: translate(0%, 0px);
  background: #BCD2EA;
  border-radius: 4px;
  position: absolute;
  border-top: 4px solid #A9B9C6;
  border-bottom: 6px solid #B0C6DD;
  border-right: 5px solid #CFEBFF;
  border-left: 5px solid #899EB3;
  box-shadow: 0px 6px 0px #627082; 
  max-width: 600px;
  z-index: 99;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  
}

#logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#submitbutton{
  position: absolute;
  bottom: 10px;
  display:block;
  float:bottom;
}

#debugbox{
  display: none;
  font-size: 11px;
  font-family: monospace;
  padding: 5px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #faf0e6;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #c4afa1;
}

details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}
