@import url('https://unpkg.com/chota@0.7.1');

:root {
  --color-primary: #AD2C2C;
  --color-lightGrey: #d2d6dd;
  --color-grey: #2E2E2E;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 1.6rem;
  --font-family: 'Roboto', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  color: #333;
}

canvas {
  display: none;
  width: 600px;
}

video {
  display: none;
}

#app-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#app-footer {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #fafafa;
  color: #9e9e9e;
  border-top: 1px solid #9e9e9e;
}

h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 5em;
}

.gif {
  color: #AD2C2C;
}

.cap {
  color: #2E2E2E;
}

.button {
  display: flex;
  box-shadow: 0px 0px 5px 0px #00000054;
}

.button:active {
  box-shadow: 0px 0px 3px 0px #00000054;
}

button > img {
  margin-right: 0.3em;
}

.actions {
  padding: 2em;
  display: flex;
}

.status {
  display: flex;
  justify-content: center;
}

#app-container {
  flex: 1;
}

.app {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content {
  font-size: 20px;
  text-align: center;
}

img.recording {
  max-width: 50vw;
  max-height: 50vh;
  display: block;
  box-shadow: 0px 0px 5px 1px #00000054;
}

.recording-card > footer {
  border-top: 1px solid #9e9e9e;
  margin-top: 18px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.tag, .tag > a {
  display: flex;
  align-items: center;
}

.tag img {
  margin-right: 0.3em;
}
