@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,700,900");
/* NAV */
html {
  font-size: 16px; }

body {
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  background: #0d383a; }

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: calc(100vh - 4rem); }

a {
  text-decoration: none; }

.data-container {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 18rem;
  grid-gap: .75rem;
  justify-content: center; }

.data-item {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  padding: .5rem .2rem;
  margin-bottom: 1.4rem; }
  .data-item .data-item-name {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.35rem;
    text-align: center;
    color: #fff; }
  .data-item > .details {
    display: block;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.35rem;
    text-align: center;
    color: #aaa;
    margin-top: -.35rem; }
  .data-item > img {
    padding: .1rem .4rem .1rem 0;
    height: 1rem; }
  .data-item.beta .details:after {
    content: ' BETA';
    color: #06413e;
    font-weight: 900; }
  .data-item small {
    font-weight: 300;
    font-size: 1rem; }
  .data-item.wide {
    grid-column: auto / span 2;
    font-size: 2rem; }
    .data-item.wide > img {
      padding: .1rem .4rem .1rem 0;
      height: 1.3rem; }

.data-item canvas {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 8rem; }

.data-item-heart img {
  animation-name: pulse;
  animation-iteration-count: infinite; }
@keyframes pulse {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
#vue-battery svg {
  width: 10rem; }

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 900; }

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 700; }

nav {
  background: #000;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: flex-end;
  height: 4rem; }
  nav a > img {
    height: 2rem;
    padding: 1rem;
    vertical-align: middle; }
  nav a.logo > img {
    height: 4rem;
    padding: .5rem;
    opacity: .3; }

.settings-button {
  overflow: auto;
  position: relative;
  display: inline-block; }
  .settings-button > div {
    position: absolute;
    color: #fff;
    bottom: .2rem;
    font-size: .6rem;
    width: 100%;
    text-align: center; }

#a2hs {
  visibility: hidden; }
  #a2hs.visible {
    visibility: visible; }

footer {
  font-size: .9rem;
  position: fixed;
  bottom: 0;
  color: #aaa;
  text-align: center;
  width: 100%; }
  footer p {
    padding: .2rem .3rem;
    margin: 0; }
  footer a {
    color: #fff;
    font-weight: 400; }

/*# sourceMappingURL=app.css.map */
