Newer
Older
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
header, main, .page-footer {
padding-left: 300px;
}
@media only screen and (max-width : 992px) {
header, main, .page-footer {
padding-left: 0;
}
}
#body {
font-size: 1.25rem;
font-weight: 300;
}
.header {
color: #ee6e73;
font-weight: 300
}
.caption {
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 30px
}
code, pre {
position: relative;
font-size: 1.1rem
}
h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased
}
/* background color */
.page-footer, nav {
background-color: #5B78FD;
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/** sizing for navigation */
nav.top-nav {
height: 122px;
box-shadow: none
}
div.nav-wrapper {
overflow: hidden;
}
nav .nav-wrapper a.page-title {
line-height: 122px;
font-size: 48px;
height: 122px;
white-space: nowrap;
}
@media only screen and (max-width: 992px) {
nav .nav-wrapper {
text-align: center
}
nav .nav-wrapper a.page-title {
font-size: 36px;
height: 36px;
}
}
a.button-collapse.top-nav {
position: absolute;
text-align: center;
height: 48px;
width: 48px;
left: 7.5%;
top: 0;
float: none;
margin-left: 1.5rem;
@media only screen and (max-width: 600px) {
a.button-collapse.top-nav {
left: 5%