|
2 | 2 | font-family: 'Muli', sans-serif; |
3 | 3 | height: 100%; |
4 | 4 | overflow-x: hidden; |
5 | | - .container { |
6 | | - @include media-breakpoint-down(sm) { |
7 | | - padding: 0 2rem; |
8 | | - } |
9 | | - padding: 0; |
10 | | - } |
11 | | - .hero { |
12 | | - @include media-breakpoint-down(lg) { |
13 | | - background-position: right bottom; |
14 | | - } |
| 5 | + padding: 73px 0 0 0; |
| 6 | + |
| 7 | + h1 { |
15 | 8 | @include media-breakpoint-down(md) { |
16 | | - background-size: 80% 80%; |
17 | | - width: calc(100% + 4rem); |
| 9 | + font-size: 2.625rem; |
| 10 | + letter-spacing: 2.1px; |
| 11 | + line-height: 47px; |
18 | 12 | } |
19 | 13 | @include media-breakpoint-down(sm) { |
20 | | - background-size: auto; |
21 | | - width: calc(100% + 2rem); |
| 14 | + font-size: 1.75rem; |
| 15 | + letter-spacing: 1.05px; |
| 16 | + line-height: 34px; |
| 17 | + margin: 2rem auto; |
| 18 | + text-align: center; |
22 | 19 | } |
23 | | - background: url('/assets/svg/about-graphic-header.svg') right top no-repeat; |
24 | | - background-size: auto; |
25 | | - height: 100%; |
26 | | - |
27 | | - .row { |
28 | | - @include media-breakpoint-down(md) { |
29 | | - padding: 0 0 50px; |
30 | | - } |
31 | | - @include media-breakpoint-down(sm) { |
32 | | - padding: 0 0 150px; |
33 | | - } |
34 | | - height: 700px; |
35 | | - |
36 | | - p { |
37 | | - @include media-breakpoint-down(md) { |
38 | | - width: 320px; |
39 | | - } |
40 | | - @include media-breakpoint-down(sm) { |
41 | | - letter-spacing: 0.5px; |
42 | | - line-height: 32px; |
43 | | - margin: 0 0 1rem; |
44 | | - text-align: left; |
45 | | - width: 263px; |
46 | | - } |
47 | | - |
48 | | - color: $gray-brown; |
49 | | - font-size: 1rem; |
50 | | - font-weight: 400; |
51 | | - letter-spacing: 1px; |
52 | | - line-height: 32px; |
53 | | - margin: 0 0 2rem; |
54 | | - width: 419px; |
55 | | - } |
56 | | - |
57 | | - h1 { |
58 | | - @include media-breakpoint-down(md) { |
59 | | - font-size: 2.625rem; |
60 | | - letter-spacing: 2.1px; |
61 | | - line-height: 47px; |
62 | | - width: 421px; |
63 | | - } |
64 | | - @include media-breakpoint-down(sm) { |
65 | | - font-size: 1.75rem; |
66 | | - letter-spacing: 1.05px; |
67 | | - line-height: 34px; |
68 | | - margin: 0 0 1rem; |
69 | | - width: 278px; |
70 | | - } |
71 | | - |
72 | | - font-size: 3rem; |
73 | | - font-weight: 600; |
74 | | - letter-spacing: 1.6px; |
75 | | - line-height: 58px; |
76 | | - margin: 0 0 2rem; |
77 | | - max-width: 632px; |
78 | | - } |
79 | | - |
80 | | - button { |
81 | | - @include media-breakpoint-down(md) { |
82 | | - display: none; |
83 | | - } |
84 | | - } |
85 | | - |
86 | | - .text-container { |
87 | | - @include media-breakpoint-down(sm) { |
88 | | - margin-bottom: 2rem; |
89 | | - } |
90 | | - } |
91 | | - |
92 | | - .title { |
93 | | - @include media-breakpoint-down(sm) { |
94 | | - display: none; |
95 | | - } |
96 | | - } |
| 20 | + font-size: 3rem; |
| 21 | + font-weight: 600; |
| 22 | + letter-spacing: 1.6px; |
| 23 | + line-height: 58px; |
| 24 | + margin: 0 0 1rem; |
| 25 | + text-align: left; |
| 26 | + } |
97 | 27 |
|
98 | | - .title-small { |
99 | | - @include media-breakpoint-down(sm) { |
100 | | - display: block; |
101 | | - } |
102 | | - display: none; |
103 | | - } |
| 28 | + h2 { |
| 29 | + @include media-breakpoint-down(md) { |
| 30 | + font-size: 1.75rem; |
| 31 | + line-height: 34px; |
104 | 32 | } |
| 33 | + font-size: 2.63rem; |
| 34 | + font-weight: 600; |
| 35 | + letter-spacing: 2.1px; |
| 36 | + line-height: 45px; |
105 | 37 | } |
106 | 38 |
|
107 | | - .team-photo { |
108 | | - @include media-breakpoint-down(sm) { |
109 | | - margin: 0; |
110 | | - min-height: 240px; |
| 39 | + h3 { |
| 40 | + @include media-breakpoint-down(md) { |
| 41 | + font-size: 1.5rem; |
| 42 | + letter-spacing: 1.54px; |
| 43 | + line-height: 29px; |
111 | 44 | } |
112 | | - background-image: url('/assets/about-photo-team.jpg'); |
113 | | - background-repeat: no-repeat; |
114 | | - background-size: 100%; |
115 | | - height: 100%; |
116 | | - margin: 0 0 7rem; |
117 | | - min-height: 610px; |
| 45 | + font-size: 1.75rem; |
| 46 | + font-weight: 600; |
| 47 | + line-height: 34px; |
| 48 | + } |
118 | 49 |
|
119 | | - app-img { |
120 | | - @include media-breakpoint-down(sm) { |
121 | | - display: none; |
122 | | - } |
123 | | - position: absolute; |
124 | | - top: 600px; |
125 | | - transform: translate(-50%, -50%); |
126 | | - width: 100%; |
| 50 | + p { |
| 51 | + @include media-breakpoint-down(md) { |
| 52 | + color: #5d534e; |
| 53 | + margin-bottom: 1rem; |
| 54 | + } |
| 55 | + @include media-breakpoint-down(sm) { |
| 56 | + font-size: 1rem; |
| 57 | + line-height: 32px; |
| 58 | + margin: 0 auto; |
127 | 59 | } |
| 60 | + color: $gray-dark; |
| 61 | + font-size: 1.125rem; |
| 62 | + font-weight: 400; |
| 63 | + line-height: 36px; |
128 | 64 | } |
129 | 65 |
|
130 | | - .mission-statement { |
| 66 | + .hero { |
| 67 | + @include media-breakpoint-down(md) { |
| 68 | + background-size: 80%; |
| 69 | + } |
131 | 70 | @include media-breakpoint-down(sm) { |
132 | | - display: block; |
| 71 | + background: none; |
| 72 | + height: 100%; |
133 | 73 | } |
134 | | - background: linear-gradient(-160deg, #f99a2a 0%, #f9902a 100%); |
135 | | - display: none; |
136 | | - height: 100%; |
| 74 | + background: url('/assets/svg/about-graphic-header.svg') right top no-repeat; |
| 75 | + background-position: calc(100% + 3rem) calc(100% + 3rem); |
| 76 | + background-repeat: no-repeat; |
| 77 | + background-size: 70%; |
| 78 | + height: 600px; |
137 | 79 |
|
138 | 80 | h1 { |
139 | | - font-size: 1rem; |
140 | | - font-weight: 700; |
141 | | - letter-spacing: 1.02px; |
142 | | - line-height: 19px; |
143 | | - margin: 1rem 0; |
| 81 | + @include media-breakpoint-down(md) { |
| 82 | + max-width: 421px; |
| 83 | + } |
| 84 | + @include media-breakpoint-down(sm) { |
| 85 | + max-width: 278px; |
| 86 | + } |
| 87 | + max-width: 632px; |
144 | 88 | } |
145 | 89 |
|
146 | 90 | p { |
147 | | - font-size: 0.8125rem; |
148 | | - font-weight: 400; |
149 | | - line-height: 22px; |
150 | | - margin: 0 0 2rem; |
| 91 | + @include media-breakpoint-down(md) { |
| 92 | + max-width: 320px; |
| 93 | + } |
| 94 | + @include media-breakpoint-down(sm) { |
| 95 | + max-width: 278px; |
| 96 | + text-align: center; |
| 97 | + } |
| 98 | + color: #5d534e; |
| 99 | + max-width: 420px; |
| 100 | + text-align: left; |
151 | 101 | } |
152 | 102 | } |
153 | 103 |
|
154 | | - .values, |
155 | 104 | .members { |
156 | | - padding: 3rem 0; |
157 | | - .container { |
158 | | - padding: 0 0.5rem; |
159 | | - } |
160 | | - |
| 105 | + margin-bottom: 8rem; |
161 | 106 | h2 { |
162 | | - font-size: 2.625rem; |
| 107 | + @include media-breakpoint-down(md) { |
| 108 | + font-size: 1.75rem; |
| 109 | + line-height: 34px; |
| 110 | + margin: 3rem 0; |
| 111 | + } |
| 112 | + @include media-breakpoint-down(sm) { |
| 113 | + margin: 3rem 0 2rem; |
| 114 | + } |
| 115 | + font-size: 2.63rem; |
163 | 116 | font-weight: 600; |
164 | 117 | letter-spacing: 2.1px; |
165 | 118 | line-height: 38px; |
166 | | - margin: 0 0 2rem; |
| 119 | + margin: 4rem 0; |
167 | 120 | text-align: center; |
168 | 121 | } |
| 122 | + } |
169 | 123 |
|
170 | | - p { |
171 | | - @include media-breakpoint-down(sm) { |
172 | | - font-size: 1rem; |
173 | | - margin: 0 auto; |
174 | | - text-align: center; |
175 | | - width: 85%; |
176 | | - } |
177 | | - color: $gray-dark; |
178 | | - font-size: 1.125rem; |
179 | | - font-weight: 400; |
180 | | - line-height: 36px; |
| 124 | + .values { |
| 125 | + margin: 0 0 4rem; |
| 126 | + h2 { |
| 127 | + margin: 4rem 0 1rem; |
181 | 128 | text-align: center; |
182 | 129 | } |
183 | | - |
184 | | - .header { |
185 | | - margin: 0 auto 3rem; |
186 | | - max-width: 768px; |
187 | | - } |
188 | | - |
189 | | - .integrity { |
190 | | - background: url('assets/svg/about-graphic-integrity.svg') center center no-repeat; |
191 | | - height: 164px; |
192 | | - width: 220px; |
193 | | - } |
194 | | - |
195 | | - .honesty { |
196 | | - background: url('assets/svg/about-graphic-honesty.svg') center center no-repeat; |
197 | | - height: 164px; |
198 | | - width: 220px; |
| 130 | + p { |
| 131 | + margin: auto; |
| 132 | + max-width: 681px; |
| 133 | + text-align: center; |
199 | 134 | } |
| 135 | + } |
200 | 136 |
|
201 | | - .transparency { |
202 | | - background: url('assets/svg/about-graphic-transparency.svg') center center no-repeat; |
203 | | - height: 164px; |
204 | | - width: 220px; |
205 | | - } |
| 137 | + .value-badges { |
| 138 | + margin: 0 0 4rem; |
206 | 139 | } |
207 | 140 |
|
208 | | - .values { |
209 | | - h2 { |
210 | | - @include media-breakpoint-down(sm) { |
211 | | - font-size: 1.5rem; |
212 | | - margin: 0 0 1rem; |
213 | | - } |
214 | | - } |
| 141 | + .integrity { |
| 142 | + background: url('assets/svg/about-graphic-integrity.svg') center center no-repeat; |
| 143 | + height: 164px; |
| 144 | + width: 220px; |
215 | 145 | } |
216 | 146 |
|
217 | | - .members { |
218 | | - h2 { |
219 | | - @include media-breakpoint-down(sm) { |
220 | | - font-size: 2rem; |
221 | | - margin: 0; |
222 | | - } |
223 | | - } |
| 147 | + .honesty { |
| 148 | + background: url('assets/svg/about-graphic-honesty.svg') center center no-repeat; |
| 149 | + height: 164px; |
| 150 | + width: 220px; |
224 | 151 | } |
225 | 152 |
|
226 | | - .value-text { |
227 | | - color: $gray-dark; |
228 | | - font-size: 1.5rem; |
229 | | - font-weight: 600; |
230 | | - line-height: 34px; |
231 | | - margin: 2rem 0 0; |
| 153 | + .transparency { |
| 154 | + background: url('assets/svg/about-graphic-transparency.svg') center center no-repeat; |
| 155 | + height: 164px; |
| 156 | + width: 220px; |
232 | 157 | } |
| 158 | + |
| 159 | + // .team-photo { |
| 160 | + // @include media-breakpoint-down(sm) { |
| 161 | + // margin: 0; |
| 162 | + // min-height: 240px; |
| 163 | + // } |
| 164 | + // background-image: url('/assets/about-photo-team.jpg'); |
| 165 | + // background-repeat: no-repeat; |
| 166 | + // background-size: 100%; |
| 167 | + // height: 100%; |
| 168 | + // margin: 0 0 7rem; |
| 169 | + // min-height: 610px; |
| 170 | + |
| 171 | + // app-img { |
| 172 | + // @include media-breakpoint-down(sm) { |
| 173 | + // display: none; |
| 174 | + // } |
| 175 | + // position: absolute; |
| 176 | + // top: 600px; |
| 177 | + // transform: translate(-50%, -50%); |
| 178 | + // width: 100%; |
| 179 | + // } |
| 180 | + // } |
233 | 181 | } |
0 commit comments