@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap");
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./assets/fonts/fa-regular-400.eot");
  src: url("./assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/fa-regular-400.woff2") format("woff2"), url("./assets/fonts/fa-regular-400.woff") format("woff"), url("./assets/fonts/fa-regular-400.ttf") format("truetype"), url("./assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

*,
body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-image: radial-gradient(circle at top center, #eb29fe, #b92ad9, #862ab4, #542b8e, #212b69);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  width: 100vw; }

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

#content {
  display: grid;
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 16px;
  grid-template-areas: "header header header" "sidebar main main" "footer footer footer";
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr auto;
  margin: 0 auto;
  min-height: 100vh;
  width: 100vw; }
  #content > * {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 30px; }

header {
  grid-area: header; }

main {
  grid-area: main;
  width: calc(100vw - 360px); }

section {
  grid-area: sidebar;
  max-width: 360px;
  width: 100%; }

footer {
  grid-area: footer; }

#logo {
  width: 400px;
  height: auto; }

#logo img {
  width: 400px;
  height: auto; }

h2 {
  color: #787a7d;
  font-size: 36px;
  font-weight: 100; }

.audio-wrap {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.52);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  max-width: 600px;
  width: 100%; }

.audio-wrap.playing .btn {
  color: #ff6600; }

.controls {
  padding: 0 12px 0 0; }

.btn {
  align-items: center;
  background: #ab2bce;
  /* background-image: linear-gradient(to top, #222, #333); */
  border: 1px solid transparent;
  border-radius: 4px 0 0 4px;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 48px;
  justify-content: center;
  font-size: 18px;
  transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  white-space: nowrap;
  width: 48px; }

.btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8); }

.audio-spectrum-wrap {
  align-items: center;
  display: block;
  flex-grow: 1;
  justify-content: center; }

.component-hero-basic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .component-hero-basic h1 {
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 15px;
    padding: 0; }
  .component-hero-basic p {
    color: #aaa;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: .15em; }

/*# sourceMappingURL=app.css.map */
