1@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
2@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
3
4body {
5  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
6  font-size: 16px;
7  line-height: 1.625;
8  color: #555;
9}
10
11a {
12  color: #428bca;
13  text-decoration: none;
14  outline: 0!important;
15}
16
17a:hover,
18a:focus {
19  color: #2a6496;
20}
21
22p {
23  margin: 0 0 13px;
24}
25
26h1, h2, h3, h4, h5, h6 {
27  font-family: "Roboto Slab";
28  font-weight: 500;
29  line-height: 1.2;
30}
31
32h1, h2, h3 {
33  margin-top: 26px;
34  margin-bottom: 13px;
35}
36
37h4, h5, h6 {
38  margin-top: 13px;
39  margin-bottom: 13px;
40}
41
42h1 { font-size: 36px; }
43
44h2 { font-size: 30px; }
45
46h3 { font-size: 24px; }
47
48h4 { font-size: 18px; }
49
50h5 { font-size: 16px; }
51
52h6 { font-size: 14px; }
53
54blockquote {
55  padding: 0 20px;
56  font-size: 16px;
57  color: #999;
58  margin: 0 0 26px;
59  border-left: 5px solid #eee;
60}
61
62.wp-caption {
63  background: none;
64  border-radius: 0;
65}
66
67.wp-caption-dd {
68  padding: 5px 0;
69  font-size: 12px;
70}
71