/*@import url(http://fonts.googleapis.com/css?family=Roboto);*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Mono);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:700italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic);

body{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 200%;
}


.navbar-header {
    font-family:'Roboto';
    font-weight: 700;
}


.navbar-nav {
    font-family:'Roboto';
    font-weight: 300;
}

.page-header {
    font-family:'PT Serif';
}


h1,h2,h3,h4,h5,h6 {
    font-family:'PT Serif';
    font-style: italic;
    font-weight:bold;
}

blockquote {
  border-left: 10px solid #ccc;
  font-size: 90%;
  font-style: italic;
}