@import url(http://fonts.googleapis.com/css?family=Roboto:500,400italic,100,700italic,300,700,500italic,100italic,300italic,400);

html {
  font-size: 62.5%;
  line-height: 1.4;
}

button, select, html, body, textarea, input {
  font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif;
}

.navbar .nav a {
  font-size: 1.5rem;
}

.navbar .brand {
  font-weight: 400;
}

#fullArticle .title {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

#fullArticle h2 {
  font-size: 2.0rem;
  font-weight: 500;
}

#fullArticle h3 {
  font-size: 1.8rem;
  /*font-weight: 500;*/
}

#fullArticle h4 {
  font-size: 1.6rem;
  font-weight: 500;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
  font-size: 1.5rem;
}

footer span {
  display: none;
}


/* Status.io Widget */

.current-status-indicator {
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
    display: inline-block;
    border-radius: 6px
}

.current-status-indicator.small {
    width: 8px;
    height: 8px;
    margin: 0 0 0 5px;
    display: inline-block;
    border-radius: 4px
}

.current-status-indicator.none {
    background: #2ecc71
}

.current-status-indicator.minor {
    background: #f1c40f
}

.current-status-indicator.major {
    background: #e67e22
}

.current-status-indicator.critical {
    background: #e74c3c
}
