@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900);
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.headerBar {
	font: normal 16px Roboto;
}

.headerLeftBar p {
	font-size: 25px;
    font-weight: 300;
}

.headerLeftBar p span {
	font-size: 25px;
}

.headerRightBar a {
	font-size: 20px;
}

.center code {
    font-family: monospace;
}

.center h1 {
    font-weight: 700;
    font-size: 150px;
}

.center h1 span {
    font-weight: 100;
    font-size: 150px;
}

.footer {
  line-height: 1.8;
  font-size: .9em;
}
.footer .sublist {
  font-size: 25px;
  font-weight: 600;
}
.footerBottomBar .footerBottomBarLeftSide {
  font-size: .8em;
}
.footerBottomBar .footerBottomBarRightSide a {
  font-size: 1.2em;
}
