/* ==========================================================================
  Footer
  ========================================================================== */
.src-components-Footer-Footer__footer--2dyxG {
  color: #fff;
  font-family: var(--font-family-body);
  font-size: var(--font-size-annotation);
  max-width: 960px;
  margin: 4rem auto;
  text-align: center;
  box-sizing: border-box;
}

:root {
  --font-family-brand: "Raleway", sans-serif;
  --font-family-serif: "Playfair Display", serif;
  --font-family-body: Roboto, "Hiragino Sans GB", "冬青黑", "Microsoft YaHei",
    "微软雅黑", SimSun, "宋体", sans-serif;
  --font-size-heading: 64px;
  --font-size-subtitle: 32px;
  --font-size-body: 16px;
  --font-size-annotation: 12px;
  --border-radius-big: 16px;
  --box-shadow-big: 0 8px 40px 0 rgba(0, 0, 0, 0.18),
    0 1.5px 8px 0 rgba(0, 0, 0, 0.1);
  --color-brand: #cb4335;
  --color-secondary: #262541;
  --color-accent: #ff9b54;
  /* WooCommerce references only, not used in the project */
  --color-woocommerce-primary: #a93a62;
  --color-woocommerce-hover: #752a45;
}

/* ==========================================================================
  High level containers
  ========================================================================== */
.src-components-Page-Page__container--QOUG7 {
  box-sizing: border-box;
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    var(--color-secondary) 0%,
    #a93a62 50%,
    var(--color-secondary) 75%,
    #6c3483 100%
  );
  padding: 2rem 0;
}

.src-components-Page-Page__content--rCsmc {
  max-width: 960px;
  margin: 0 auto;
  transition-duration: 0.5s;
  padding: 32px;
}

/* ==========================================================================
  Hero / Title area
  ========================================================================== */
.src-components-Page-Page__header--2DVT7 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.src-components-Page-Page__headers__content--SVHpG {
  position: relative;
  z-index: 2;
  margin: 0;
}

.src-components-Page-Page__titles__image--38wXf {
  max-width: 50vw;
  margin: -30px auto 0;
  display: flex;
  align-items: center;
  height: 600px;
  object-fit: cover;
  border-radius: var(--border-radius-big);
  position: relative;
  z-index: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

/* ==========================================================================
  Headings
  ========================================================================== */
.src-components-Page-Page__heading--3AMzj {
  margin: 0 16px 32px;
  font-weight: 900;
  font-family: var(--font-family-serif);
  font-size: var(--font-size-subtitle);
  text-transform: uppercase;
  margin: 0 0 32px;
  padding: 0;
  color: #fff;
  text-align: center;
}

.src-components-Page-Page__subheading--252zZ {
  margin: 0 auto 32px;
  max-width: 560px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: var(--font-size-body);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .src-components-Page-Page__subheading--252zZ {
    margin: 0 16px 32px;
  }

  .src-components-Page-Page__titles__image--38wXf {
    max-width: 85%;
    margin: -30px auto 0;
  }
}

.src-components-Page-Page__disclaimerSection--37MKX {
  margin: 48px auto 0 auto;
  padding: 32px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  max-width: 600px;
}

.src-components-Page-Page__disclaimerText--3Zy9_ {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
}

.src-components-Team-Team__team---dzlP {
  margin: 0;
  width: 100%;
  font-family: var(--font-family-body);
  color: var(--color-secondary);
}

.src-components-Team-Team__team__title--1afBR {
  font-family: var(--font-family-brand);
  font-size: var(--font-size-heading);
  color: #fff;
  text-transform: uppercase;
  margin: 64px 0;
  text-align: center;
}

.src-components-Team-Team__team__list--143Q6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.src-components-Team-Team__team__member--2gm9W {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 64px 48px;
  border-radius: var(--border-radius-big);
  max-width: 60%;
  transition: background-color 0.2s ease,
    opacity 2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  background: #fff;
  box-shadow: var(--box-shadow-big);
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}

.src-components-Team-Team__team__member--visible--29dek {
  opacity: 1;
  transform: translateY(0);
}

.src-components-Team-Team__team__member--2gm9W:hover {
  background-color: #f5f5f5;
}

.src-components-Team-Team__team__member--2gm9W:nth-child(odd) {
  transform: rotate(-3deg);
  margin: 0 100px 0 0;
}
.src-components-Team-Team__team__member--2gm9W:nth-child(even) {
  transform: rotate(3deg);
  margin: 0 0 0 100px;
}

.src-components-Team-Team__team__avatar--1cY0p {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  align-self: flex-end;
}

.src-components-Team-Team__team__info--2-2UL {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.src-components-Team-Team__team__name--3YiwP {
  font-size: var(--font-size-subtitle);
  font-weight: normal;
  margin: 0 0 16px;
}

.src-components-Team-Team__team__role--3BkPt {
  font-size: var(--font-size-body);
  color: #666;
  margin: 0;
}

.src-components-Team-Team__team__description--2RD-d {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.src-components-Team-Team__team__highlight--3BNEd {
  color: white;
  background-color: var(--color-brand);
  font-weight: normal;
  border-radius: 4px;
  padding: 4px;
}

.src-components-Team-Team__team__roleContainer--2OUNP {
  position: absolute;
  top: 24px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.src-components-Team-Team__team__role--3BkPt {
  background: var(--color-brand);
  color: #fff;
  text-transform: uppercase;
  font-size: var(--font-size-annotation);
  padding: 8px;
  border-radius: 0 16px 16px 0;
  margin: 0 0;
}

.src-components-Team-Team__team__label--2ue-o {
  font-size: var(--font-size-annotation);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .src-components-Team-Team__team__member--2gm9W {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 100%;
    padding: 32px;
  }

  .src-components-Team-Team__team__member--2gm9W:nth-child(odd) {
    transform: rotate(-3deg);
    margin: 0;
  }
  .src-components-Team-Team__team__member--2gm9W:nth-child(even) {
    transform: rotate(3deg);
    margin: 0;
  }

  .src-components-Team-Team__team__avatar--1cY0p {
    width: 100px;
    height: 100px;
    max-width: 150px;
    align-self: center;
  }

  .src-components-Team-Team__team__info--2-2UL {
    align-items: center;
  }
}

.src-components-Heading-Heading__heading__container--1JJej {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 64px 0 32px;
}

.src-components-Heading-Heading__heading__subtitle--3daIk {
  font-family: var(--font-family-body);
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 32px;
  color: #ccc;
  font-weight: 600;
}

.src-components-Heading-Heading__heading__title--1CGuI {
  font-weight: 900;
  font-family: var(--font-family-serif);
  font-size: var(--font-size-heading);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

.src-components-Booth-Booth__booth--14Bh4 {
  margin-top: 3rem;
  width: 100%;
}

.src-components-Booth-Booth__booth__title--3ATp_ {
  font-size: 24px;
  margin-bottom: 2rem;
  text-align: center;
}

.src-components-Booth-Booth__booth__grid--36pQ7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 1rem;
}

.src-components-Booth-Booth__booth__item--1ORhI {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem 0;
  padding: 0;
}

.src-components-Booth-Booth__booth__item_full--1hEAS {
  grid-column: 1 / -1;
}

.src-components-Booth-Booth__booth__item_half--2ss0J {
  grid-column: span 1;
}

.src-components-Booth-Booth__booth__image--1oHOj {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.src-components-Booth-Booth__booth__image--1oHOj:hover {
  transform: scale(1.02);
}

.src-components-Booth-Booth__booth__caption--12op4 {
  color: #fff;
  margin: 1rem 0 0 0;
  padding: 0;
  font-family: var(--font-family-body);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 768px) {
  .src-components-Booth-Booth__booth__grid--36pQ7 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .src-components-Booth-Booth__booth__item_full--1hEAS,
  .src-components-Booth-Booth__booth__item_half--2ss0J {
    grid-column: 1 / -1;
  }

  .src-components-Booth-Booth__booth__caption--12op4 {
    font-size: 13px;
    margin-top: 0.5rem;
  }
}

.src-components-Products-Products__products--3oOQh {
  margin: 128px 0 0;
  padding: 0 0 32px 0;
}

.src-components-Products-Products__products__grid--iApKq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}

.src-components-Products-Products__product--1XJQV {
  max-width: 600px;
  object-fit: cover;
  border-radius: var(--border-radius-big);
  box-shadow: var(--box-shadow-big);
  transition: transform 0.2s ease;
  background: #f5f5f5;
  display: block;
}

.src-components-Products-Products__product--1XJQV:hover {
  transform: scale(1.05);
}

.src-components-Products-Products__product--1XJQV:nth-child(odd) {
  transform: rotate(-2deg);
  margin: 0 100px 0 0;
}
.src-components-Products-Products__product--1XJQV:nth-child(even) {
  transform: rotate(2deg);
  margin: 0 0 0 100px;
}

@media (max-width: 768px) {
  .src-components-Products-Products__products__grid--iApKq {
    width: 100%;
  }
  .src-components-Products-Products__product--1XJQV:nth-child(odd) {
    margin: 0;
  }
  .src-components-Products-Products__product--1XJQV:nth-child(even) {
    margin: 0;
  }
}

.src-components-Carousel-Carousel__carousel--2UppO {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.src-components-Carousel-Carousel__carousel__container--5Hb6J {
  position: relative;
  width: 100%;
  max-width: 700px;
  min-height: 60px;
  overflow: hidden;
  display: block;
}

.src-components-Carousel-Carousel__carousel__textWrapper--3uBGn {
  position: relative;
  overflow: hidden;
  /* On desktop, the font size (and line height) is 64px. We need to render 2 lines always. */
  height: 128px;
  width: 100%;
}

.src-components-Carousel-Carousel__carousel__text--3d5O0 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-family: var(--font-family-serif);
  font-size: var(--font-size-heading);
  text-transform: uppercase;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: normal;
  word-break: break-word;
}

.src-components-Carousel-Carousel__carousel__text__current--31HzQ {
  transform: translateY(0);
}

.src-components-Carousel-Carousel__carousel__text__next--352s0 {
  transform: translateY(100%);
}

.src-components-Carousel-Carousel__carousel__text__exit--3-fs6 {
  transform: translateY(-100%);
}

.src-components-Carousel-Carousel__carousel__text__enter--10_az {
  transform: translateY(0);
}

.src-components-Carousel-Carousel__carousel__image--2MWoK {
  margin: -40px auto 0;
  display: flex;
  width: 400px;
  height: 600px;
  object-fit: cover;
  border-radius: var(--border-radius-big);
  box-shadow: 0 20px 140px 0 rgba(255, 155, 84, 0.18),
    0 0px 20px 0 rgba(255, 155, 84, 0.1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
  .src-components-Carousel-Carousel__subheading--7jc-L {
    margin: 0 16px 32px;
  }

  .src-components-Carousel-Carousel__carousel__image--2MWoK {
    max-width: 85%;
    margin: -40px auto 0;
  }

  .src-components-Carousel-Carousel__carousel__textWrapper--3uBGn {
    /* On mobile, the font size (and line height) is 32px. We need to render 2 lines always. */
    height: 64px;
    width: 100%;
  }

  .src-components-Carousel-Carousel__carousel__text--3d5O0 {
    font-size: 32px;
    line-height: 32px;
    height: 64px;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.src-app__browserupgrade--9VvVI {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.src-app__hidden--1uRp_ {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.src-app__visuallyhidden--WVFIV {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.src-app__visuallyhidden--WVFIV.src-app__focusable--3692K:active,
.src-app__visuallyhidden--WVFIV.src-app__focusable--3692K:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.src-app__invisible--Qm8P8 {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.src-app__clearfix--_V64a:before,
.src-app__clearfix--_V64a:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.src-app__clearfix--_V64a:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* ==========================================================================
  App styles
  ========================================================================== */

html {
    line-height: 1;
    background: #eee;
    font-family: "Noto Serif","Hiragino Sans GB","冬青黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: Roboto,"Hiragino Sans GB","冬青黑","Microsoft YaHei","微软雅黑",SimSun,"宋体",sans-serif;
}
a,
a:visited,
a:active {
    text-decoration: none;
    color: rebeccapurple;
}
