source: main/waeup-hugo/public/css/main.css @ 14926

Last change on this file since 14926 was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 32.0 KB
Line 
1@import url(font-awesome.min.css);
2@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
3/*
4        Dimension by HTML5 UP
5        html5up.net | @ajlkn
6        Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
7*/
8/* Reset */
9html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
10  margin: 0;
11  padding: 0;
12  border: 0;
13  font-size: 100%;
14  font: inherit;
15  vertical-align: baseline; }
16
17article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
18  display: block; }
19
20body {
21  line-height: 1; }
22
23ol, ul {
24  list-style: none; }
25
26blockquote, q {
27  quotes: none; }
28
29blockquote:before, blockquote:after, q:before, q:after {
30  content: '';
31  content: none; }
32
33table {
34  border-collapse: collapse;
35  border-spacing: 0; }
36
37body {
38  -webkit-text-size-adjust: none; }
39
40/* Box Model */
41*, *:before, *:after {
42  -moz-box-sizing: border-box;
43  -webkit-box-sizing: border-box;
44  box-sizing: border-box; }
45
46/* Basic */
47@-ms-viewport {
48  width: device-width; }
49@media screen and (max-width: 480px) {
50  html, body {
51    min-width: 320px; } }
52body {
53  background: #1b1f22; }
54  body.is-loading *, body.is-loading *:before, body.is-loading *:after, body.is-switching *, body.is-switching *:before, body.is-switching *:after {
55    -moz-animation: none !important;
56    -webkit-animation: none !important;
57    -ms-animation: none !important;
58    animation: none !important;
59    -moz-transition: none !important;
60    -webkit-transition: none !important;
61    -ms-transition: none !important;
62    transition: none !important;
63    -moz-transition-delay: none !important;
64    -webkit-transition-delay: none !important;
65    -ms-transition-delay: none !important;
66    transition-delay: none !important; }
67
68/* Type */
69html {
70  font-size: 16pt; }
71  @media screen and (max-width: 1680px) {
72    html {
73      font-size: 12pt; } }
74  @media screen and (max-width: 736px) {
75    html {
76      font-size: 11pt; } }
77  @media screen and (max-width: 360px) {
78    html {
79      font-size: 10pt; } }
80
81body, input, select, textarea {
82  color: #ffffff;
83  font-family: "Source Sans Pro", sans-serif;
84  font-weight: 300;
85  font-size: 1rem;
86  line-height: 1.65; }
87
88a {
89  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
90  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
91  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
92  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
93  border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
94  text-decoration: none;
95  color: inherit; }
96  a:hover {
97    border-bottom-color: transparent; }
98
99strong, b {
100  color: #ffffff;
101  font-weight: 600; }
102
103em, i {
104  font-style: italic; }
105
106p {
107  margin: 0 0 2rem 0; }
108
109h1, h2, h3, h4, h5, h6 {
110  color: #ffffff;
111  font-weight: 600;
112  line-height: 1.5;
113  margin: 0 0 1rem 0;
114  text-transform: uppercase;
115  letter-spacing: 0.2rem; }
116  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
117    color: inherit;
118    text-decoration: none; }
119  h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
120    border-bottom: solid 1px #ffffff;
121    width: -moz-max-content;
122    width: -webkit-max-content;
123    width: -ms-max-content;
124    width: max-content;
125    padding-bottom: 0.5rem;
126    margin: 0 0 2rem 0; }
127
128h1 {
129  font-size: 2.25rem;
130  line-height: 1.3;
131  letter-spacing: 0.5rem; }
132
133h2 {
134  font-size: 1.5rem;
135  line-height: 1.4;
136  letter-spacing: 0.5rem; }
137
138h3 {
139  font-size: 1rem; }
140
141h4 {
142  font-size: 0.8rem; }
143
144h5 {
145  font-size: 0.7rem; }
146
147h6 {
148  font-size: 0.6rem; }
149
150@media screen and (max-width: 736px) {
151  h1 {
152    font-size: 1.75rem;
153    line-height: 1.4; }
154
155  h2 {
156    font-size: 1.25em;
157    line-height: 1.5; } }
158sub {
159  font-size: 0.8rem;
160  position: relative;
161  top: 0.5rem; }
162
163sup {
164  font-size: 0.8rem;
165  position: relative;
166  top: -0.5rem; }
167
168blockquote {
169  border-left: solid 4px #ffffff;
170  font-style: italic;
171  margin: 0 0 2rem 0;
172  padding: 0.5rem 0 0.5rem 2rem; }
173
174code {
175  background: rgba(255, 255, 255, 0.075);
176  border-radius: 4px;
177  font-family: "Courier New", monospace;
178  font-size: 0.9rem;
179  margin: 0 0.25rem;
180  padding: 0.25rem 0.65rem; }
181
182pre {
183  -webkit-overflow-scrolling: touch;
184  font-family: "Courier New", monospace;
185  font-size: 0.9rem;
186  margin: 0 0 2rem 0; }
187  pre code {
188    display: block;
189    line-height: 1.75;
190    padding: 1rem 1.5rem;
191    overflow-x: auto; }
192
193hr {
194  border: 0;
195  border-bottom: solid 1px #ffffff;
196  margin: 2.75rem 0; }
197
198.align-left {
199  text-align: left; }
200
201.align-center {
202  text-align: center; }
203
204.align-right {
205  text-align: right; }
206
207/* Form */
208form {
209  margin: 0 0 2.5rem 0; }
210  form .field {
211    margin: 0 0 1.5rem 0; }
212    form .field.half {
213      width: 50%;
214      float: left;
215      padding: 0 0 0 0.75rem; }
216      form .field.half.first {
217        padding: 0 0.75rem 0 0; }
218  form > .actions {
219    margin: 1.875rem 0 0 0 !important; }
220  @media screen and (max-width: 736px) {
221    form .field {
222      margin: 0 0 1.125rem 0; }
223      form .field.half {
224        padding: 0 0 0 0.5625rem; }
225        form .field.half.first {
226          padding: 0 0.5625rem 0 0; }
227    form > .actions {
228      margin: 1.5rem 0 0 0 !important; } }
229  @media screen and (max-width: 480px) {
230    form .field.half {
231      width: 100%;
232      float: none;
233      padding: 0; }
234      form .field.half.first {
235        padding: 0; } }
236
237label {
238  color: #ffffff;
239  display: block;
240  font-size: 0.8rem;
241  font-weight: 300;
242  letter-spacing: 0.2rem;
243  line-height: 1.5;
244  margin: 0 0 1rem 0;
245  text-transform: uppercase; }
246
247input[type="text"],
248input[type="password"],
249input[type="email"],
250input[type="tel"],
251select,
252textarea {
253  -moz-appearance: none;
254  -webkit-appearance: none;
255  -ms-appearance: none;
256  appearance: none;
257  -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
258  -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
259  -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
260  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
261  background: transparent;
262  border-radius: 4px;
263  border: solid 1px #ffffff;
264  color: inherit;
265  display: block;
266  outline: 0;
267  padding: 0 1rem;
268  text-decoration: none;
269  width: 100%; }
270  input[type="text"]:invalid,
271  input[type="password"]:invalid,
272  input[type="email"]:invalid,
273  input[type="tel"]:invalid,
274  select:invalid,
275  textarea:invalid {
276    box-shadow: none; }
277  input[type="text"]:focus,
278  input[type="password"]:focus,
279  input[type="email"]:focus,
280  input[type="tel"]:focus,
281  select:focus,
282  textarea:focus {
283    background: rgba(255, 255, 255, 0.075);
284    border-color: #ffffff;
285    box-shadow: 0 0 0 1px #ffffff; }
286
287select option {
288  background: #1b1f22;
289  color: #ffffff; }
290
291.select-wrapper {
292  text-decoration: none;
293  display: block;
294  position: relative; }
295  .select-wrapper:before {
296    -moz-osx-font-smoothing: grayscale;
297    -webkit-font-smoothing: antialiased;
298    font-family: FontAwesome;
299    font-style: normal;
300    font-weight: normal;
301    text-transform: none !important; }
302  .select-wrapper:before {
303    color: #ffffff;
304    content: '\f107';
305    display: block;
306    height: 2.75rem;
307    line-height: calc(2.75rem + 0em);
308    pointer-events: none;
309    position: absolute;
310    right: 0;
311    text-align: center;
312    top: 0;
313    width: 2.75rem; }
314  .select-wrapper select::-ms-expand {
315    display: none; }
316
317input[type="text"],
318input[type="password"],
319input[type="email"],
320select {
321  height: 2.75rem; }
322
323textarea {
324  padding: 0.75rem 1rem; }
325
326input[type="checkbox"],
327input[type="radio"] {
328  -moz-appearance: none;
329  -webkit-appearance: none;
330  -ms-appearance: none;
331  appearance: none;
332  display: block;
333  float: left;
334  margin-right: -2rem;
335  opacity: 0;
336  width: 1rem;
337  z-index: -1; }
338  input[type="checkbox"] + label,
339  input[type="radio"] + label {
340    text-decoration: none;
341    -moz-user-select: none;
342    -webkit-user-select: none;
343    -ms-user-select: none;
344    user-select: none;
345    color: #ffffff;
346    cursor: pointer;
347    display: inline-block;
348    font-size: 0.8rem;
349    font-weight: 300;
350    margin: 0 0 0.5rem 0;
351    padding-left: 2.65rem;
352    padding-right: 0.75rem;
353    position: relative; }
354    input[type="checkbox"] + label:before,
355    input[type="radio"] + label:before {
356      -moz-osx-font-smoothing: grayscale;
357      -webkit-font-smoothing: antialiased;
358      font-family: FontAwesome;
359      font-style: normal;
360      font-weight: normal;
361      text-transform: none !important; }
362    input[type="checkbox"] + label:before,
363    input[type="radio"] + label:before {
364      -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
365      -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
366      -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
367      transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
368      border-radius: 4px;
369      border: solid 1px #ffffff;
370      content: '';
371      display: inline-block;
372      height: 1.65rem;
373      left: 0;
374      line-height: calc(1.58125rem + 0em);
375      position: absolute;
376      text-align: center;
377      top: -0.125rem;
378      width: 1.65rem; }
379  input[type="checkbox"]:checked + label:before,
380  input[type="radio"]:checked + label:before {
381    background: #ffffff !important;
382    border-color: #ffffff !important;
383    color: #1b1f22;
384    content: '\f00c'; }
385  input[type="checkbox"]:focus + label:before,
386  input[type="radio"]:focus + label:before {
387    background: rgba(255, 255, 255, 0.075);
388    border-color: #ffffff;
389    box-shadow: 0 0 0 1px #ffffff; }
390
391input[type="checkbox"] + label:before {
392  border-radius: 4px; }
393
394input[type="radio"] + label:before {
395  border-radius: 100%; }
396
397::-webkit-input-placeholder {
398  color: rgba(255, 255, 255, 0.5) !important;
399  opacity: 1.0; }
400
401:-moz-placeholder {
402  color: rgba(255, 255, 255, 0.5) !important;
403  opacity: 1.0; }
404
405::-moz-placeholder {
406  color: rgba(255, 255, 255, 0.5) !important;
407  opacity: 1.0; }
408
409:-ms-input-placeholder {
410  color: rgba(255, 255, 255, 0.5) !important;
411  opacity: 1.0; }
412
413.formerize-placeholder {
414  color: rgba(255, 255, 255, 0.5) !important;
415  opacity: 1.0; }
416
417/* Box */
418.box {
419  border-radius: 4px;
420  border: solid 1px #ffffff;
421  margin-bottom: 2rem;
422  padding: 1.5em; }
423  .box > :last-child,
424  .box > :last-child > :last-child,
425  .box > :last-child > :last-child > :last-child {
426    margin-bottom: 0; }
427  .box.alt {
428    border: 0;
429    border-radius: 0;
430    padding: 0; }
431
432/* Icon */
433.icon {
434  text-decoration: none;
435  border-bottom: none;
436  position: relative; }
437  .icon:before {
438    -moz-osx-font-smoothing: grayscale;
439    -webkit-font-smoothing: antialiased;
440    font-family: FontAwesome;
441    font-style: normal;
442    font-weight: normal;
443    text-transform: none !important; }
444  .icon > .label {
445    display: none; }
446
447/* Image */
448.image {
449  border-radius: 4px;
450  border: 0;
451  display: inline-block;
452  position: relative; }
453  .image:before {
454    -moz-pointer-events: none;
455    -webkit-pointer-events: none;
456    -ms-pointer-events: none;
457    pointer-events: none;
458    background-image: url("/images/overlay.png");
459    background-color: rgba(19, 21, 25, 0.5);
460    border-radius: 4px;
461    content: '';
462    display: block;
463    height: 100%;
464    left: 0;
465    opacity: 0.5;
466    position: absolute;
467    top: 0;
468    width: 100%; }
469  .image img {
470    border-radius: 4px;
471    display: block; }
472  .image.left, .image.right {
473    max-width: 40%; }
474    .image.left img, .image.right img {
475      width: 100%; }
476  .image.left {
477    float: left;
478    padding: 0 1.5em 1em 0;
479    top: 0.25em; }
480  .image.right {
481    float: right;
482    padding: 0 0 1em 1.5em;
483    top: 0.25em; }
484  .image.fit {
485    display: block;
486    margin: 0 0 2rem 0;
487    width: 100%; }
488    .image.fit img {
489      width: 100%; }
490  .image.main {
491    display: block;
492    margin: 2.5rem 0;
493    width: 100%; }
494    .image.main img {
495      width: 100%; }
496  @media screen and (max-width: 736px) {
497    .image.main {
498      margin: 2rem 0; } }
499  @media screen and (max-width: 480px) {
500    .image.main {
501      margin: 1.5rem 0; } }
502
503/* List */
504ol {
505  list-style: decimal;
506  margin: 0 0 2rem 0;
507  padding-left: 1.25em; }
508  ol li {
509    padding-left: 0.25em; }
510
511ul {
512  list-style: disc;
513  margin: 0 0 2rem 0;
514  padding-left: 1em; }
515  ul li {
516    padding-left: 0.5em; }
517  ul.alt {
518    list-style: none;
519    padding-left: 0; }
520    ul.alt li {
521      border-top: solid 1px #ffffff;
522      padding: 0.5em 0; }
523      ul.alt li:first-child {
524        border-top: 0;
525        padding-top: 0; }
526  ul.icons {
527    cursor: default;
528    list-style: none;
529    padding-left: 0; }
530    ul.icons li {
531      display: inline-block;
532      padding: 0 0.75em 0 0; }
533      ul.icons li:last-child {
534        padding-right: 0; }
535      ul.icons li a {
536        border-radius: 100%;
537        box-shadow: inset 0 0 0 1px #ffffff;
538        display: inline-block;
539        height: 2.25rem;
540        line-height: 2.25rem;
541        text-align: center;
542        width: 2.25rem; }
543        ul.icons li a:hover {
544          background-color: rgba(255, 255, 255, 0.075); }
545        ul.icons li a:active {
546          background-color: rgba(255, 255, 255, 0.175); }
547  ul.actions {
548    cursor: default;
549    list-style: none;
550    padding-left: 0; }
551    ul.actions li {
552      display: inline-block;
553      padding: 0 1rem 0 0;
554      vertical-align: middle; }
555      ul.actions li:last-child {
556        padding-right: 0; }
557    ul.actions.small li {
558      padding: 0 0.5rem 0 0; }
559    ul.actions.vertical li {
560      display: block;
561      padding: 1rem 0 0 0; }
562      ul.actions.vertical li:first-child {
563        padding-top: 0; }
564      ul.actions.vertical li > * {
565        margin-bottom: 0; }
566    ul.actions.vertical.small li {
567      padding: 0.5rem 0 0 0; }
568      ul.actions.vertical.small li:first-child {
569        padding-top: 0; }
570    ul.actions.fit {
571      display: table;
572      margin-left: -1rem;
573      padding: 0;
574      table-layout: fixed;
575      width: calc(100% + 1rem); }
576      ul.actions.fit li {
577        display: table-cell;
578        padding: 0 0 0 1rem; }
579        ul.actions.fit li > * {
580          margin-bottom: 0; }
581      ul.actions.fit.small {
582        margin-left: -0.5rem;
583        width: calc(100% + 0.5rem); }
584        ul.actions.fit.small li {
585          padding: 0 0 0 0.5rem; }
586    @media screen and (max-width: 480px) {
587      ul.actions {
588        margin: 0 0 2rem 0; }
589        ul.actions li {
590          padding: 1rem 0 0 0;
591          display: block;
592          text-align: center;
593          width: 100%; }
594          ul.actions li:first-child {
595            padding-top: 0; }
596          ul.actions li > * {
597            width: 100%;
598            margin: 0 !important; }
599            ul.actions li > *.icon:before {
600              margin-left: -2em; }
601        ul.actions.small li {
602          padding: 0.5rem 0 0 0; }
603          ul.actions.small li:first-child {
604            padding-top: 0; } }
605
606dl {
607  margin: 0 0 2rem 0; }
608  dl dt {
609    display: block;
610    font-weight: 600;
611    margin: 0 0 1rem 0; }
612  dl dd {
613    margin-left: 2rem; }
614
615/* Table */
616.table-wrapper {
617  -webkit-overflow-scrolling: touch;
618  overflow-x: auto; }
619
620table {
621  margin: 0 0 2rem 0;
622  width: 100%; }
623  table tbody tr {
624    border: solid 1px #ffffff;
625    border-left: 0;
626    border-right: 0; }
627    table tbody tr:nth-child(2n + 1) {
628      background-color: rgba(255, 255, 255, 0.075); }
629  table td {
630    padding: 0.75em 0.75em; }
631  table th {
632    color: #ffffff;
633    font-size: 0.9em;
634    font-weight: 600;
635    padding: 0 0.75em 0.75em 0.75em;
636    text-align: left; }
637  table thead {
638    border-bottom: solid 2px #ffffff; }
639  table tfoot {
640    border-top: solid 2px #ffffff; }
641  table.alt {
642    border-collapse: separate; }
643    table.alt tbody tr td {
644      border: solid 1px #ffffff;
645      border-left-width: 0;
646      border-top-width: 0; }
647      table.alt tbody tr td:first-child {
648        border-left-width: 1px; }
649    table.alt tbody tr:first-child td {
650      border-top-width: 1px; }
651    table.alt thead {
652      border-bottom: 0; }
653    table.alt tfoot {
654      border-top: 0; }
655
656/* Button */
657input[type="submit"],
658input[type="reset"],
659input[type="button"],
660button,
661.button {
662  -moz-appearance: none;
663  -webkit-appearance: none;
664  -ms-appearance: none;
665  appearance: none;
666  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
667  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
668  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
669  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
670  background-color: transparent;
671  border-radius: 4px;
672  border: 0;
673  box-shadow: inset 0 0 0 1px #ffffff;
674  color: #ffffff !important;
675  cursor: pointer;
676  display: inline-block;
677  font-size: 0.8rem;
678  font-weight: 300;
679  height: 2.75rem;
680  letter-spacing: 0.2rem;
681  line-height: 2.75rem;
682  outline: 0;
683  padding: 0 1.25rem 0 1.35rem;
684  text-align: center;
685  text-decoration: none;
686  text-transform: uppercase;
687  white-space: nowrap; }
688  input[type="submit"]:hover,
689  input[type="reset"]:hover,
690  input[type="button"]:hover,
691  button:hover,
692  .button:hover {
693    background-color: rgba(255, 255, 255, 0.075); }
694  input[type="submit"]:active,
695  input[type="reset"]:active,
696  input[type="button"]:active,
697  button:active,
698  .button:active {
699    background-color: rgba(255, 255, 255, 0.175); }
700  input[type="submit"].icon:before,
701  input[type="reset"].icon:before,
702  input[type="button"].icon:before,
703  button.icon:before,
704  .button.icon:before {
705    margin-right: 0.5em; }
706  input[type="submit"].fit,
707  input[type="reset"].fit,
708  input[type="button"].fit,
709  button.fit,
710  .button.fit {
711    display: block;
712    margin: 0 0 1rem 0;
713    width: 100%; }
714  input[type="submit"].special,
715  input[type="reset"].special,
716  input[type="button"].special,
717  button.special,
718  .button.special {
719    background-color: #ffffff;
720    color: #1b1f22 !important;
721    font-weight: 600; }
722  input[type="submit"].disabled, input[type="submit"]:disabled,
723  input[type="reset"].disabled,
724  input[type="reset"]:disabled,
725  input[type="button"].disabled,
726  input[type="button"]:disabled,
727  button.disabled,
728  button:disabled,
729  .button.disabled,
730  .button:disabled {
731    -moz-pointer-events: none;
732    -webkit-pointer-events: none;
733    -ms-pointer-events: none;
734    pointer-events: none;
735    cursor: default;
736    opacity: 0.25; }
737
738input[type="submit"],
739input[type="reset"],
740input[type="button"],
741button {
742  line-height: calc(2.75rem - 2px); }
743
744/* BG */
745#bg {
746  -moz-transform: scale(1.0);
747  -webkit-transform: scale(1.0);
748  -ms-transform: scale(1.0);
749  transform: scale(1.0);
750  -webkit-backface-visibility: hidden;
751  position: fixed;
752  top: 0;
753  left: 0;
754  width: 100%;
755  height: 100vh;
756  z-index: 1; }
757  #bg:before, #bg:after {
758    content: '';
759    display: block;
760    position: absolute;
761    top: 0;
762    left: 0;
763    width: 100%;
764    height: 100%; }
765  #bg:before {
766    -moz-transition: background-color 2.5s ease-in-out;
767    -webkit-transition: background-color 2.5s ease-in-out;
768    -ms-transition: background-color 2.5s ease-in-out;
769    transition: background-color 2.5s ease-in-out;
770    -moz-transition-delay: 0.75s;
771    -webkit-transition-delay: 0.75s;
772    -ms-transition-delay: 0.75s;
773    transition-delay: 0.75s;
774    background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("/images/overlay.png");
775    background-size: auto, 256px 256px;
776    background-position: center, center;
777    background-repeat: no-repeat, repeat;
778    z-index: 2; }
779  #bg:after {
780    -moz-transform: scale(1.125);
781    -webkit-transform: scale(1.125);
782    -ms-transform: scale(1.125);
783    transform: scale(1.125);
784    -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
785    -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
786    -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
787    transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
788    background-image: url("/images/bg.jpg");
789    background-position: center;
790    background-size: cover;
791    background-repeat: no-repeat;
792    z-index: 1; }
793  body.is-article-visible #bg:after {
794    -moz-transform: scale(1.0825);
795    -webkit-transform: scale(1.0825);
796    -ms-transform: scale(1.0825);
797    transform: scale(1.0825);
798    -moz-filter: blur(0.2rem);
799    -webkit-filter: blur(0.2rem);
800    -ms-filter: blur(0.2rem);
801    filter: blur(0.2rem); }
802  body.is-loading #bg:before {
803    background-color: #000000; }
804
805/* Wrapper */
806#wrapper {
807  display: -moz-flex;
808  display: -webkit-flex;
809  display: -ms-flex;
810  display: flex;
811  -moz-flex-direction: column;
812  -webkit-flex-direction: column;
813  -ms-flex-direction: column;
814  flex-direction: column;
815  -moz-align-items: center;
816  -webkit-align-items: center;
817  -ms-align-items: center;
818  align-items: center;
819  -moz-justify-content: space-between;
820  -webkit-justify-content: space-between;
821  -ms-justify-content: space-between;
822  justify-content: space-between;
823  position: relative;
824  min-height: 100vh;
825  width: 100%;
826  padding: 4rem 2rem;
827  z-index: 3; }
828  #wrapper:before {
829    content: '';
830    display: block; }
831  @media screen and (max-width: 1680px) {
832    #wrapper {
833      padding: 3rem 2rem; } }
834  @media screen and (max-width: 736px) {
835    #wrapper {
836      padding: 2rem 1rem; } }
837  @media screen and (max-width: 480px) {
838    #wrapper {
839      padding: 1rem; } }
840
841/* Header */
842#header {
843  display: -moz-flex;
844  display: -webkit-flex;
845  display: -ms-flex;
846  display: flex;
847  -moz-flex-direction: column;
848  -webkit-flex-direction: column;
849  -ms-flex-direction: column;
850  flex-direction: column;
851  -moz-align-items: center;
852  -webkit-align-items: center;
853  -ms-align-items: center;
854  align-items: center;
855  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
856  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
857  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
858  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
859  background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
860  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
861  background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
862  background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
863  max-width: 100%;
864  text-align: center; }
865  #header > * {
866    -moz-transition: opacity 0.325s ease-in-out;
867    -webkit-transition: opacity 0.325s ease-in-out;
868    -ms-transition: opacity 0.325s ease-in-out;
869    transition: opacity 0.325s ease-in-out;
870    position: relative;
871    margin-top: 3.5rem; }
872    #header > *:before {
873      content: '';
874      display: block;
875      position: absolute;
876      top: calc(-3.5rem - 1px);
877      left: calc(50% - 1px);
878      width: 1px;
879      height: calc(3.5rem + 1px);
880      background: #ffffff; }
881  #header > :first-child {
882    margin-top: 0; }
883    #header > :first-child:before {
884      display: none; }
885  #header .logo {
886    width: 5.5rem;
887    height: 5.5rem;
888    line-height: 5.5rem;
889    border: solid 1px #ffffff;
890    border-radius: 100%; }
891    #header .logo .icon:before {
892      font-size: 2rem; }
893  #header .content {
894    border-style: solid;
895    border-color: #ffffff;
896    border-top-width: 1px;
897    border-bottom-width: 1px;
898    max-width: 100%; }
899    #header .content .inner {
900      -moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
901      -webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
902      -ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
903      transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
904      -moz-transition-delay: 0.25s;
905      -webkit-transition-delay: 0.25s;
906      -ms-transition-delay: 0.25s;
907      transition-delay: 0.25s;
908      padding: 3rem 2rem;
909      max-height: 40rem;
910      overflow: hidden; }
911      #header .content .inner > :last-child {
912        margin-bottom: 0; }
913    #header .content p {
914      text-transform: uppercase;
915      letter-spacing: 0.2rem;
916      font-size: 0.8rem;
917      line-height: 2; }
918  #header nav ul {
919    display: -moz-flex;
920    display: -webkit-flex;
921    display: -ms-flex;
922    display: flex;
923    margin-bottom: 0;
924    list-style: none;
925    padding-left: 0;
926    border: solid 1px #ffffff;
927    border-radius: 4px; }
928    #header nav ul li {
929      padding-left: 0;
930      border-left: solid 1px #ffffff; }
931      #header nav ul li:first-child {
932        border-left: 0; }
933      #header nav ul li a {
934        display: block;
935        min-width: 7.5rem;
936        height: 2.75rem;
937        line-height: 2.75rem;
938        padding: 0 1.25rem 0 1.45rem;
939        text-transform: uppercase;
940        letter-spacing: 0.2rem;
941        font-size: 0.8rem;
942        border-bottom: 0; }
943        #header nav ul li a:hover {
944          background-color: rgba(255, 255, 255, 0.075); }
945        #header nav ul li a:active {
946          background-color: rgba(255, 255, 255, 0.175); }
947  #header nav.use-middle:after {
948    content: '';
949    display: block;
950    position: absolute;
951    top: 0;
952    left: calc(50% - 1px);
953    width: 1px;
954    height: 100%;
955    background: #ffffff; }
956  #header nav.use-middle ul li.is-middle {
957    border-left: 0; }
958  body.is-article-visible #header {
959    -moz-transform: scale(0.95);
960    -webkit-transform: scale(0.95);
961    -ms-transform: scale(0.95);
962    transform: scale(0.95);
963    -moz-filter: blur(0.1rem);
964    -webkit-filter: blur(0.1rem);
965    -ms-filter: blur(0.1rem);
966    filter: blur(0.1rem);
967    opacity: 0; }
968  body.is-loading #header {
969    -moz-filter: blur(0.125rem);
970    -webkit-filter: blur(0.125rem);
971    -ms-filter: blur(0.125rem);
972    filter: blur(0.125rem); }
973    body.is-loading #header > * {
974      opacity: 0; }
975    body.is-loading #header .content .inner {
976      max-height: 0;
977      padding-top: 0;
978      padding-bottom: 0;
979      opacity: 0; }
980  @media screen and (max-width: 980px) {
981    #header .content p br {
982      display: none; } }
983  @media screen and (max-width: 736px) {
984    #header > * {
985      margin-top: 2rem; }
986      #header > *:before {
987        top: calc(-2rem - 1px);
988        height: calc(2rem + 1px); }
989    #header .logo {
990      width: 4.75rem;
991      height: 4.75rem;
992      line-height: 4.75rem; }
993      #header .logo .icon:before {
994        font-size: 1.75rem; }
995    #header .content .inner {
996      padding: 2.5rem 1rem; }
997    #header .content p {
998      line-height: 1.875; } }
999  @media screen and (max-width: 480px) {
1000    #header {
1001      padding: 1.5rem 0; }
1002      #header .content .inner {
1003        padding: 2.5rem 0; }
1004      #header nav ul {
1005        -moz-flex-direction: column;
1006        -webkit-flex-direction: column;
1007        -ms-flex-direction: column;
1008        flex-direction: column;
1009        min-width: 10rem;
1010        max-width: 100%; }
1011        #header nav ul li {
1012          border-left: 0;
1013          border-top: solid 1px #ffffff; }
1014          #header nav ul li:first-child {
1015            border-top: 0; }
1016          #header nav ul li a {
1017            height: 3rem;
1018            line-height: 3rem;
1019            min-width: 0;
1020            width: 100%; }
1021      #header nav.use-middle:after {
1022        display: none; } }
1023
1024/* Main */
1025#main {
1026  -moz-flex-grow: 1;
1027  -webkit-flex-grow: 1;
1028  -ms-flex-grow: 1;
1029  flex-grow: 1;
1030  -moz-flex-shrink: 1;
1031  -webkit-flex-shrink: 1;
1032  -ms-flex-shrink: 1;
1033  flex-shrink: 1;
1034  display: -moz-flex;
1035  display: -webkit-flex;
1036  display: -ms-flex;
1037  display: flex;
1038  -moz-align-items: center;
1039  -webkit-align-items: center;
1040  -ms-align-items: center;
1041  align-items: center;
1042  -moz-justify-content: center;
1043  -webkit-justify-content: center;
1044  -ms-justify-content: center;
1045  justify-content: center;
1046  -moz-flex-direction: column;
1047  -webkit-flex-direction: column;
1048  -ms-flex-direction: column;
1049  flex-direction: column;
1050  position: relative;
1051  max-width: 100%;
1052  z-index: 3; }
1053  #main article {
1054    -moz-transform: translateY(0.25rem);
1055    -webkit-transform: translateY(0.25rem);
1056    -ms-transform: translateY(0.25rem);
1057    transform: translateY(0.25rem);
1058    -moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
1059    -webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
1060    -ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
1061    transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
1062    padding: 4.5rem 2.5rem 1.5rem 2.5rem ;
1063    position: relative;
1064    width: 40rem;
1065    max-width: 100%;
1066    background-color: rgba(27, 31, 34, 0.85);
1067    border-radius: 4px;
1068    opacity: 0; }
1069    #main article.active {
1070      -moz-transform: translateY(0);
1071      -webkit-transform: translateY(0);
1072      -ms-transform: translateY(0);
1073      transform: translateY(0);
1074      opacity: 1; }
1075    #main article .close {
1076      display: block;
1077      position: absolute;
1078      top: 0;
1079      right: 0;
1080      width: 4rem;
1081      height: 4rem;
1082      cursor: pointer;
1083      text-indent: 4rem;
1084      overflow: hidden;
1085      white-space: nowrap; }
1086      #main article .close:before {
1087        -moz-transition: background-color 0.2s ease-in-out;
1088        -webkit-transition: background-color 0.2s ease-in-out;
1089        -ms-transition: background-color 0.2s ease-in-out;
1090        transition: background-color 0.2s ease-in-out;
1091        content: '';
1092        display: block;
1093        position: absolute;
1094        top: 0.75rem;
1095        left: 0.75rem;
1096        width: 2.5rem;
1097        height: 2.5rem;
1098        border-radius: 100%;
1099        background-position: center;
1100        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
1101        background-size: 20px 20px;
1102        background-repeat: no-repeat; }
1103      #main article .close:hover:before {
1104        background-color: rgba(255, 255, 255, 0.075); }
1105      #main article .close:active:before {
1106        background-color: rgba(255, 255, 255, 0.175); }
1107  @media screen and (max-width: 736px) {
1108    #main article {
1109      padding: 3.5rem 2rem 0.5rem 2rem ; }
1110      #main article .close:before {
1111        top: 0.875rem;
1112        left: 0.875rem;
1113        width: 2.25rem;
1114        height: 2.25rem;
1115        background-size: 14px 14px; } }
1116  @media screen and (max-width: 480px) {
1117    #main article {
1118      padding: 3rem 1.5rem 0.5rem 1.5rem ; } }
1119
1120/* Footer */
1121#footer {
1122  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
1123  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
1124  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
1125  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
1126  width: 100%;
1127  max-width: 100%;
1128  margin-top: 2rem;
1129  text-align: center; }
1130  #footer .copyright {
1131    letter-spacing: 0.2rem;
1132    font-size: 0.6rem;
1133    opacity: 0.75;
1134    margin-bottom: 0;
1135    text-transform: uppercase; }
1136  body.is-article-visible #footer {
1137    -moz-transform: scale(0.95);
1138    -webkit-transform: scale(0.95);
1139    -ms-transform: scale(0.95);
1140    transform: scale(0.95);
1141    -moz-filter: blur(0.1rem);
1142    -webkit-filter: blur(0.1rem);
1143    -ms-filter: blur(0.1rem);
1144    filter: blur(0.1rem);
1145    opacity: 0; }
1146  body.is-loading #footer {
1147    opacity: 0; }
1148
1149/*# sourceMappingURL=main.css.map */
Note: See TracBrowser for help on using the repository browser.