
body, html{
  max-height:initial;
  height:initial;
}

body.ui.container {
  display: flex;
  flex-direction: column;
  min-width: initial;

  justify-content: center;
  align-items: center;
  background-position: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px;
  min-width:100%;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
  width: 100%;
  justify-content: center;
  padding: 10px 20px 10px 20px;
  background: #f5f5f7;
  border: 0;
}

h2 {
  margin-bottom: 0;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

h3{
   font-size: 14px;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 5px;
}

main {
  overflow: hidden;
  position: relative;
}


@media only screen and (min-width: 1200px) {
  main {height:700px;}
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: auto;

  width: 100%;
  justify-content: center;
  background: #f5f5f7;
  border: 0;
  padding: 20px;
  flex-direction: column;
}

.ui.button { margin: 0.25em; }

.ui.primary.button{
  background-color: #000;
  color: #fff;
  text-shadow: none;
  background-image: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  padding: 12px 20px 10px;
  border: none;
  text-transform: capitalize;
}

.ui.primary.button:hover{
  background-color: #414141;
  border-color: #414141;
}

.ui.sub.header {
  line-height: 1;
  margin-top: -0.5rem;
}
.ui.sub.header > .ui.dropdown.selection { display:block }

#effects {
  max-width:100%;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  align-content: baseline;
  flex-wrap: wrap;
  max-height: 7rem;
  overflow-x: auto;
  overflow-y: hidden;
}

#webar {
  line-height: 0
}

@keyframes blinker {
  from { opacity: 1; }
  to { opacity: 0.3; }
}

#rec {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  left: 1rem;
  color: red;
  font-weight: bold;
  font-family: sans-serif;
  opacity: 0.8;
}

#rec > i {
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

#fps {
  position: absolute;
  z-index: 1.5;
  bottom: 1rem;
  left: 1rem;
  color: rgba(255,255,255,0.8);
  font-weight: bold;
  font-family: sans-serif;
}

#sound {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

#screenshot {
  margin-left: 0;
}
