-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
120 lines (100 loc) · 1.79 KB
/
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
html, body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
/* font-family: proxima-nova, 'Open Sans', Helvetica, Arial, sans-serif !important; */
font-weight: 400 !important;
font-style: normal;
color: #3A3A3A;
}
h1 {
/* font-size: 56px; */
}
h2 {
/* font-size: 36px; */
}
.job-link {
color: black !important;
text-decoration: underline !important;
font-size: 21px !important;
}
.header {
margin: 25px 0px 50px;
}
.logo {
font-weight: 700;
font-size: 40px;
/* line-height: 58px; */
letter-spacing: -1.2px;
color: #F01C4F;
}
.hero {
margin-bottom: 50px;
}
.hero-line-1 {
font-size: 32px;
/* line-height: 58px;
letter-spacing: -1.2px; */
}
.hero-line-2 {
font-weight: 700;
font-size: 40px;
/* line-height: 88px; */
/* letter-spacing: -2px; */
}
.section {
margin-bottom: 50px;
}
.section-color-blue {
border-bottom: 7px solid #3382F5;
}
.section-color-green {
border-bottom: 7px solid #48F3BF;
}
.section-color-red {
/* border-bottom: 7px solid #F01C4F; */
border-bottom: 7px solid #B5CDA3;
}
.section-title {
font-weight: 600;
font-size: 35px;
/* line-height: 45px; */
/* letter-spacing: -0.5; */
display: inline-block;
margin-bottom: 35px;
}
.item {
margin-bottom: 20px;
}
.item-title {
font-weight: 600;
font-size: 28px;
margin-bottom: 5px;
/* line-height: 55px; */
/* letter-spacing: -1.2; */
}
.item-description {
font-weight: 300;
font-size: 21px;
/* font-style: italic; */
/* line-height: 36px; */
}
.footer {
padding-bottom: 100px;
}
.contact-button {
color: #F01C4F;
border-color: #F01C4F;
cursor: pointer;
}
.contact-button:hover {
color: white;
background-color: #F01C4F;
border-color: #F01C4F;
cursor: pointer;
}
li {
list-style-type: none;
}