@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
@import url(https://fonts.googleapis.com/css?family=Archivo+Black);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);

body, textarea {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #212124;
    color: #ddd;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    lang: en;
}

ul {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    lang: en;
}

.navbar {
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Archivo Narrow";
    font-size: 17px;
    background-color: #161618;
    border-color: #212124;
}

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

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  background-color: #212124;
}

.my-navbar-brand {
    color: white;
    font-family: "Shadows Into Light";
    font-weight: normal;
    font-size: 120%;
}

h2, h3 {
    text-align:left;
}

tt {
    font-family: "Roboto Mono";
}

.page-header {
    border-color: #ddd;
}
