@@ -284,8 +284,8 @@ a:hover { text-decoration: underline; }
284
284
285
285
.main-content { word-wrap : break-word; }
286
286
.main-content : first-child { margin-top : 0 ; }
287
- @media screen and (min-width : 64em ) { .main-content { max-width : 64rem ; padding : 2 rem 6rem ; margin : 0 auto; font-size : 1.1rem ; } }
288
- @media screen and (min-width : 42em ) and (max-width : 64em ) { .main-content { padding : 2 rem 4rem ; font-size : 1.1rem ; } }
287
+ @media screen and (min-width : 64em ) { .main-content { max-width : 64rem ; padding : 4 rem 6rem ; margin : 0 auto; font-size : 1.1rem ; } }
288
+ @media screen and (min-width : 42em ) and (max-width : 64em ) { .main-content { padding : 4rem ; font-size : 1.1rem ; } }
289
289
@media screen and (max-width : 42em ) { .main-content { padding : 2rem 1rem ; font-size : 1rem ; } }
290
290
.main-content img { max-width : 100% ; }
291
291
.main-content h1 , .main-content h2 , .main-content h3 , .main-content h4 , .main-content h5 , .main-content h6 { margin-top : 2rem ; margin-bottom : 1rem ; font-weight : bold; color : # ef0027 ; }
@@ -308,7 +308,7 @@ a:hover { text-decoration: underline; }
308
308
.main-content dl { padding : 0 ; }
309
309
.main-content dl dt { padding : 0 ; margin-top : 1rem ; font-size : 1rem ; font-weight : bold; }
310
310
.main-content dl dd { padding : 0 ; margin-bottom : 1rem ; }
311
- .main-content hr { height : 2px ; padding : 0 ; margin : 1 rem 0 ; background-color : # eff0f1 ; border : 0 ; }
311
+ .main-content hr { height : 2px ; padding : 0 ; margin : 3 rem 0 ; background-color : # eff0f1 ; border : 0 ; }
312
312
313
313
.site-footer { padding-top : 2rem ; margin-top : 2rem ; border-top : solid 1px # eff0f1 ; }
314
314
@media screen and (min-width : 64em ) { .site-footer { font-size : 1rem ; } }
@@ -319,14 +319,19 @@ a:hover { text-decoration: underline; }
319
319
320
320
.site-footer-credits { color : # 819198 ; }
321
321
322
- .team { display : flex; }
322
+ .team { display : flex; margin-top : 4 rem ; }
323
323
.team .team-member { flex : auto; }
324
+ .team .team-member h2 { color : # 242426 ; text-transform : uppercase; letter-spacing : 0.05em ; margin-bottom : 0 ; font-size : 1em ; }
325
+ .team .team-member .role { margin : 0 ; }
326
+ .team .team-member .mail a { color : # 242426 ; border-bottom : 2px solid # fff35f ; }
327
+ .team .team-member .portrait { width : 61.8% ; border-radius : 100% ; filter : grayscale (100% ); }
324
328
@media screen and (min-width : 64em ) { .team { flex-direction : row; }
325
329
.team .team-member { width : 33% ; } }
326
330
@media screen and (min-width : 42em ) and (max-width : 64em ) { .team { flex-direction : row; }
327
331
.team .team-member { width : 33% ; } }
328
332
@media screen and (max-width : 42em ) { .team { flex-direction : column; }
329
- .team .team-member { width : auto; } }
333
+ .team .team-member { width : auto; text-align : center; }
334
+ .team .team-member + .team-member { margin-top : 2rem ; } }
330
335
331
336
# signup { width : 100% ; }
332
337
# signup # mc-embedded-subscribe-form { display : flex; }
@@ -344,12 +349,12 @@ a:hover { text-decoration: underline; }
344
349
@media screen and (min-width : 42em ) and (max-width : 64em ) { # signup # mc-embedded-subscribe-form # mce-EMAIL { margin-right : 1em ; } }
345
350
# signup # mc-embedded-subscribe-form # mce-EMAIL : hover { border-color : black; color : black; }
346
351
# signup # mc-embedded-subscribe-form # mce-EMAIL : focus , # signup # mc-embedded-subscribe-form # mce-EMAIL : active { outline : none; border-color : # 00087f ; color : # 00087f ; }
347
- # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { display : inline-block; margin-bottom : 1rem ; color : rgba (255 , 255 , 255 , 0.7 ); background-color : rgba (255 , 255 , 255 , 0.08 ); border-color : rgba (255 , 255 , 255 , 0.2 ); border-style : solid; border-width : 1px ; border-radius : 0.3rem ; transition : color 0.2s , background-color 0.2s , border-color 0.2s ; background : # c5b600 ; border-color : # bbad00 ; }
352
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { display : inline-block; margin-bottom : 1rem ; color : rgba (255 , 255 , 255 , 0.7 ); background-color : rgba (255 , 255 , 255 , 0.08 ); border-color : rgba (255 , 255 , 255 , 0.2 ); border-style : solid; border-width : 1px ; border-radius : 0.3rem ; transition : color 0.2s , background-color 0.2s , border-color 0.2s ; background : # ffef2c ; border-color : # f8e500 ; color : # 242426 ; }
348
353
# signup # mc-embedded-subscribe-form # mc-embedded-subscribe : hover { color : rgba (255 , 255 , 255 , 0.8 ); text-decoration : none; background-color : rgba (255 , 255 , 255 , 0.2 ); border-color : rgba (255 , 255 , 255 , 0.3 ); }
349
354
# signup # mc-embedded-subscribe-form # mc-embedded-subscribe + .btn { margin-left : 1rem ; }
350
355
@media screen and (min-width : 64em ) { # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { padding : 0.75rem 1rem ; } }
351
356
@media screen and (min-width : 42em ) and (max-width : 64em ) { # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { padding : 0.6rem 0.9rem ; font-size : 0.9rem ; } }
352
357
@media screen and (max-width : 42em ) { # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { display : block; width : 100% ; padding : 0.75rem ; font-size : 0.9rem ; }
353
358
# signup # mc-embedded-subscribe-form # mc-embedded-subscribe + .btn { margin-top : 1rem ; margin-left : 0 ; } }
354
- # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : hover { background : # ac9f00 ; border-color : # ac9f00 ; }
355
- # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : focus , # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : active { outline : none; background : # 00087f !important ; border-color : # 00087f !important ; }
359
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : hover { background : # f8e500 ; border-color : # f8e500 ; color : # 242426 ; }
360
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : focus , # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : active { outline : none; background : # 00087f !important ; border-color : # 00087f !important ; color : white; }
0 commit comments