-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (82 loc) · 2.23 KB
/
style.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
83
84
85
86
87
88
89
90
91
92
93
94
95
/* Fonts */
@font-face {
font-family: "myGearedSlab-Thin";
src: url('fonts/GearedSlab-Thin.eot'); /* IE9 Compat Modes */
src: url('fonts/GearedSlab-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/GearedSlab-Thin.woff') format('woff'), /* Modern Browsers */
url('fonts/GearedSlab-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/GearedSlab-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: "myGearedSlab-Bold";
src: url('fonts/GearedSlab-Bold.eot'); /* IE9 Compat Modes */
src: url('fonts/GearedSlab-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/GearedSlab-Bold.woff') format('woff'), /* Modern Browsers */
url('fonts/GearedSlab-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/GearedSlab-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: "myMontez-Regular";
src: url('fonts/Montez-Regular.eot'); /* IE9 Compat Modes */
src: url('fonts/Montez-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/Montez-Regular.woff') format('woff'), /* Modern Browsers */
url('fonts/Montez-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/Montez-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.fontGearedSlab-Bold {
font-family: myGearedSlab-Bold, sans-serif;
color: #002843;
}
body {
font-family: Geneva, sans-serif;
font-size: 13px;
color:#5d6975;
text-align: justify;
max-width: 820px;
margin-right: auto;
margin-left: auto;
margin-top: 1em;
margin-bottom: 2em;
}
h1, h2, h3, h4 {
font-family: myMontez-Regular, sans-serif;
color: #322ca2;
}
h1 {
font-size: 100px;
font-weight: 100;
}
h4 {
font-size: 40px;
font-weight:100;
margin-top:20px;
}
li {
padding-left: 0;
margin-left:0;
}
ul {
list-style-type:none;
margin:0;
}
.center {
text-align: center;
}
.col-lg-6 {
float:none;
display:inline-block;
vertical-align:middle;
margin-right:-4px;
}
.no-margin {
margin:0;
}
@media (max-width: 640px) {
body {
padding-right: 0px;
padding-left: 0px;
}
h1 {
font-size: 65px;
}
}