body {
  font-size: 14px;
  color: #5e5e5e;
  font-family: 'Basier Circle', 'Roboto', Helvetica, Arial, sans-serif;
}

strong {
  font-weight: 600;
}

a:hover, a:focus {
  text-decoration: none;
}

.home-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
  font-size: 1.3em;
  font-weight: 600;
}

.akindi-logo {
  width: 1.1em;
  margin-right: 10px;
}

.lti-launch-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 85%;
}

.heading {
  color: #111111;
  font-family: 'Basier Circle', 'Roboto', Helvetica, Arial, sans-serif;
}

.launch-btn {
  /* em in this case is relative to this element's font size */
  padding: 0.75em 1.3em;
  font-size: 1.3em;
  line-height: 1.3em;
  border-radius: 5px;
  background-color: #e86926;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}

button.launch-btn {
  border: none;
}

.launch-btn:focus {
  color: white;
}

.launch-btn:hover {
  color: white;
  background-color: #c95b21;
}

.status-badge {
    font-size: 1.1em;
    background-color: #fff;
    border: none;
    color: #5e5e5e;
}

.banner {
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid #d1d3d4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner .heading {
  margin-top: 0;
}

.banner-info {
  color: #4979b5;
  background-color: #edf5ff;
  border: 1px solid #8dc0ff;
}

.banner-info .heading {
  color: #4979b5;
}

.icon-link {
  font-size: 1.1em;
  color: #4979b5;
}

.icon-link:hover {
  color: #4a8bd3;
}

h2.heading {
  font-size: 1.8em;
}

h3.heading {
  font-size: 1.3em;
}

h4.heading {
  font-size: 1.1em;
}
