-
Notifications
You must be signed in to change notification settings - Fork 0
/
engr_styles.css
82 lines (72 loc) · 1.22 KB
/
engr_styles.css
1
2
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
40
41
42
43
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
80
81
82
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 40px;
color: #5a5a5a;
font-family: "Open Sans", "helvetica", sans-serif;
font-size: medium;
}
@media (min-width: 1200px) {
.container {
width: 970px;
}
}
.jumbotron {
background-color: #960C22;
}
.main_heading {
font-family: "Roboto Slab", "Avenir", "sans-serif";
font-size: 3em;
font-weight: 500;
color: #fff;
}
/* hack so that the main heading looks better on a phone */
@media (max-width: 400px) {
.main_heading {
font-size: 2.2em;
}
}
.first-description {
color: #FFF9D9;
font-size: 1.2em;
font-weight: 400;
}
.breakpoint {
display: inline-block;
}
ol.publist li {
margin: 10px 0;
}
.subheading {
color: #45484a; /*#960c22;*/
font-size: 1.5em;
font-weight: 600;
font-family: "Roboto Slab", "Avenir", "sans-serif";
margin-top: 15px;
margin-bottom: 10px;
}
.subsubheading {
font-weight: 600;
margin-left: -40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: sans-serif;
color: #006699;
}
:link {
color: #00866C;
text-decoration: none;
background-color: inherit;
font-weight: 600;
}
:visited {
color: #00866C;
text-decoration: none;
background-color: inherit;
}