
.circles {
  margin-bottom: -10px;
}
.circle-single{
    width: 18%;
    float: left;
}
.circle {
  width: 130px;
  margin: 6px 6px 20px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0px auto;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
}

/*.first.circle canvas{
  background: rgb(17, 92, 109);
}*/

.circle canvas {
    vertical-align: top;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    z-index: 9;
    position: relative;

}

.circle strong {
    position: absolute;
    top: 48px;
    left: 0;
    width: 130px;
    text-align: center;
    line-height: 40px;
    font-size: 31px;
    color: #000;
    font-weight: 500;
    z-index: 10;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.first.circle strong{
  color: #3a3a3a;
}
.second.circle strong{
  color: #3a3a3a;
}
.third.circle strong{
  color: #3a3a3a;
}
.forth.circle strong{
  color: #3a3a3a;
}
.fifth.circle strong{
  color: #3a3a3a;
}
.sixth.circle strong{
  color: #3a3a3a;
}
.forth.circle canvas{
  background: rgb(250, 197, 44);
}

.circle span {
    display: block;
    color: #fff;
    margin-top: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    width: 140px;
    /* background: #fff; */
    padding: 2px 3px;
    letter-spacing: 0px;
    font-weight: 500;

p {
  margin: 40px 0;
}

.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: #111;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all .3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: #333333;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.install a:hover {
  background-color: #222;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}

