/*
 * This is just temporary CSS that I took from getskeleton.com's own custom.css
 * */

body {
  font-family: "Open Sans", sans-serif;
}

code {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  -webkit-font-smoothing: antialiased;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F5F5F5;
  /* border: 1px solid #E1E1E1; */
  border-radius: 4px; }

a.code-link {
  border-bottom: 0;
}

.container {
  width: 800px;
}

.sep {
  margin-top: 18px;
}

.site-footer {
  margin-top: 80px;
}

/* Navbar */
.navbar {
  display: block;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
  margin-bottom: 48px;
  border-bottom: 1px solid #eee; }
.navbar > .container {
  width: 100%; }
.navbar-list {
  list-style: none;
  margin-bottom: 0; }
.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0; }
.navbar-title {
  font-size: 18px;
  font-weight: 300;
  margin-right: 75px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222; }
.navbar-link {
  font-weight: 300;
  margin-right: 35px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222; }
.navbar-link-logo {
  display:none;
  margin-right: 15px;
}
.navbar-logo {
  height: 38px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-top: 12px;
  vertical-align: middle; }
.navbar-link.active {
  color: #33C3F0; }

.cljs-legal {
  margin-bottom: 3.5rem;
}

.dash-logo {
  width: 48px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 12px;
}

.dash-section {
  padding: 20px;
  background-color: #F1F7F7;
}

body.progress .g {
  background: rgba(0,255,0,0.2);
}
body.progress .y {
  background: rgba(255,255,0,0.2);
}
body.progress .r {
  background: rgba(255,0,0,0.2);
}
