/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Michelin';
  src: url("../assets/fonts/MichelinBold.woff2") format("woff2"), url("../assets/fonts/MichelinBold.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Michelin';
  src: url("MichelinLight.woff2") format("woff2"), url("MichelinLight.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Michelin';
  src: url("MichelinSemiBold.woff2") format("woff2"), url("MichelinSemiBold.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Frutiger';
  src: url("FrutigerLTStdRoman.woff2") format("woff2"), url("FrutigerLTStdRoman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger';
  src: url("FrutigerLTStdLight.woff2") format("woff2"), url("FrutigerLTStdLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger';
  src: url("FrutigerLTStdBold.woff2") format("woff2"), url("FrutigerLTStdBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger';
  src: url("FrutigerLTStdBlack.woff2") format("woff2"), url("FrutigerLTStdBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  font-family: 'Frutiger', sans-serif; }

body, html {
  height: 100%; }

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  height: 100%; }
  .wrapper .container {
    max-width: 800px;
    align-self: center; }

h1 {
  font-family: 'Michelin' !important;
  text-align: center;
  color: #27509d;
  font-size: 2.3em;
  line-height: 1.5em; }
  h1 + p {
    font-family: 'Frutiger', sans-serif;
    text-align: center;
    font-weight: 200;
    color: #444;
    margin: 32px 0px;
    font-size: 1.3em; }

.store-selection {
  display: flex;
  justify-content: center;
  align-content: center; }
  .store-selection ul {
    max-width: 75%;
    text-align: center;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 768px) {
      .store-selection ul {
        flex-direction: row; } }
    .store-selection ul > li {
      width: calc(100% / 3); }
  .store-selection img {
    width: 100%;
    height: auto; }
  .store-selection a {
    display: block; }
    .store-selection a + p {
      color: #333;
      font-size: 0.95rem;
      letter-spacing: 0.1em; }
  .store-selection .has-icon a {
    padding: 32px; }
    .store-selection .has-icon a img {
      border-radius: 100%; }
  .store-selection .is-dealer {
    margin-top: 32px;
    width: 100%; }
    @media (min-width: 768px) {
      .store-selection .is-dealer {
        margin-top: 64px; } }
    .store-selection .is-dealer a {
      display: inline-block;
      font-family: 'Michelin' !important;
      padding: 16px 0px;
      color: #333;
      font-size: 1.5rem;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-align: center;
      font-weight: bold;
      color: #27509d;
      border-bottom: 4px #fce500 solid;
      transition: 0.200s ease-in-out border-color, 0.200s ease-in-out color; }
      .store-selection .is-dealer a:hover {
        color: black;
        border-color: #27509d; }
