.list{
	padding-left:0}
.list li{
	list-style-type:none}
.floated li{
	float:left}

.navbar.navbar-fixed-top {
  height: 5%;
  display: flex;
  flex-shrink: 0;
  background: repeating-linear-gradient( 
    rgb(0, 205, 255) 0%, rgb(0, 205, 255) 20%, 
    rgb(255, 255, 0) 20%, rgb(255, 255, 0) 40%, 
    rgb(0, 255, 0) 40%, rgb(0, 255, 0) 60%, 
    rgb(250, 0, 150) 60%, rgb(250, 0, 150) 80%,
    rgb(75, 65, 149) 80%, rgb(75, 65, 149) 100%
    );
  margin-bottom: 1vh;
}

.navbar-inner{
    background: repeating-linear-gradient( 
    rgb(0, 205, 255) 0%, rgb(0, 205, 255) 20%, 
    rgb(255, 255, 0) 20%, rgb(255, 255, 0) 40%, 
    rgb(0, 255, 0) 40%, rgb(0, 255, 0) 60%, 
    rgb(250, 0, 150) 60%, rgb(250, 0, 150) 80%,
    rgb(75, 65, 149) 80%, rgb(75, 65, 149) 100%
    );
    height: 100%;
    width: 100%;
}    

.navbar .brand {
    font-size: 42px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


html
{
height: 100%;
box-sizing: border-box;
/* The html and body elements cannot have any padding or margin. */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: rgb(69,69,71);
  display: flex;
  flex-flow: column;
  height: 100%;
}

h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 21%;
  font-size: 4vh;
  background-image: conic-gradient(#553c9a, #ee4b2b, #00c2cb);
  background-clip: text;
  -webkit-background-clip: text;
  color: #fdfdfe;
  text-shadow: 0px 0px 5px #6a567d, 0px 0px 10px #6a567d, 0px 0px 10px #6a567d, 0px 0px 20px #6a567d;
}

.wrap {
  margin: 0 auto;
  padding-top: 64px;
  width: 94%;
}

.footer {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  min-height: 5vh;
  margin-top: 3vh;
  background-color: #efefef;
}

.footer p {
    color: rgb(119, 119, 119);
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

a, a:visited, a:hover, a:active {
  color: rgb(111, 172, 191);
}

.player {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.soundboard
{
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    width: 60vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.soundboard li{
	margin:3px;
  line-height: 0;
  width: 100px;
  height: 100px;
}
.soundboard li a{
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
}

.soundboard img{
    position: absolute;
    padding: 6px;
    border-radius: 15px;
    pointer-events: none;
    width: 100%;
}

.soundboard video{
    border-radius: 15px;
    border: 1px solid #1d96b2;
    padding: 5px;
    background-image: radial-gradient(ellipse at center, #4c4c4c 0%, #131313 100%);
    width: 100px;
    height: 100px;
}

.soundboard video:active{
    border-radius: 15px;
    border: 3px solid #3ad1f4;
    padding: 5px;
    background-image: radial-gradient(ellipse at center, #4c4c4c 0%, #131313 100%);
    width: 100px;
    height: 100px;
}

.soundboard img:hover{
	-moz-opacity:.8;
	-khtml-opacity:.8;
	-webkit-opacity:.8;
	opacity:.8;
	filter:alpha(opacity=80)
}

.soundelement{
    text-align: center;
    width: 100px;
    height: 100px;
    position: relative;
}

.soundboard li a:hover{
	-moz-opacity:.8;
	-khtml-opacity:.8;
	-webkit-opacity:.8;
	opacity:.8;
	filter:alpha(opacity=80)
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#expando {
  font-size: 5vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vh;
  height: 5vh;
  border-radius: 15px;
  background: radial-gradient(rgb(29,150,178), rgba(0,0,0,0) 70%);
}

#expando:active {
  background: radial-gradient(rgb(58,209,244), rgba(0,0,0,0) 70%);
}

.expando:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
}

.expanded:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
}

#expando_wide {
  display: flex;
  width: 60vw;
}

#extra_drawer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  border: solid 2px black;
  border-radius: 15px;
  background: rgba(0,0,0,0.3);
  transition: height 2.0s;
}

#extra_board {
  display: flex;
}

#controls {
    display: inherit;
    justify-content: space-around;
}

img#play-all-before {
    height: 125px;
}

img#play-all-after {
    height: 150px;
    display: none;
}

@media only screen and (max-width: 750px) {
  .soundboard {
    width: 95vw;
  }
  img#play-all-before {
    display: none;
  }
  #expando_wide {
    display: flex;
    width: 95vw;
  }
}

.footer-links {
    margin: 10px 0 10px 0;
    text-align: center;
}

.footer-links ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}