/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * Add the correct display in IE <10.
     */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
     * Add the correct display and remove excess height in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline; }

/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none; }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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;
  font-size: 1em; }

/**
     * Add the correct font style in Android <4.4.
     */
dfn {
  font-style: italic; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
     * Add the correct background and color in IE <10.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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 <11.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.5em 40px; }

/**
     * 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 */ }

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

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[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 and cancel buttons in Chrome and Safari on OS X.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold; }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

.button-3d {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px 20px 10px;
  font-size: 1.5rem;
  color: #333333;
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2); }
  .button-3d:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 0 0 8px 8px;
    border-style: none none solid none;
    border-width: 0 0 20px 0;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; }
  .button-3d:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 4;
    border-radius: 0 0 8px 8px;
    border-style: none none solid none;
    border-width: 0 0 10px 0;
    border-color: transparent transparent #ffffff transparent; }
  .button-3d:hover {
    background-color: #dedede; }
    .button-3d:hover:after {
      border-color: transparent transparent #dedede transparent; }

.panel {
  background-color: #333333;
  padding: 15px;
  border-radius: 8px 0;
  /* border: 4px solid #ffffff;*/
  color: #dedede;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2); }

.modal {
  text-align: center;
  max-width: 500px; }
  .modal > *:not(:last-child) {
    margin-bottom: 15px; }

.final-panel {
  font-size: 3rem; }

.content {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.city {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .city header h1 {
    display: inline-block;
    margin: 20px 15px;
    color: #333333;
    border-bottom: 4px solid #333333; }
  .city footer {
    flex: 0 1 auto;
    display: flex;
    min-height: 88px;
    /* background-color: yellow;*/
    background-color: #ffffff; }

.city-content {
  width: 100vw;
  display: flex;
  overflow: hidden;
  flex: 1 1 auto; }
  .city-content > *:first-child {
    order: 0;
    flex: 1 1 auto; }
  .city-content > *:last-child {
    order: 1;
    flex: 0 0 200px; }

.aside {
  margin: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .aside > * {
    flex: 1 1 auto;
    margin: 15px auto; }

.aside a {
  text-decoration: none;
  color: #ffb245; }

.red-panel {
  background-color: #c71e1e;
  color: #ffffff; }

.game-time {
  /*  color: #333333;*/
  font-size: 3rem;
  text-align: center; }

.col-main {
  display: flex;
  flex-direction: column; }

.scrollable-panel {
  max-height: 30vh;
  overflow: auto; }
  .scrollable-panel::-webkit-scrollbar {
    width: 0.5rem; }
  .scrollable-panel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem; }
  .scrollable-panel::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 0.25rem; }

.place-list {
  display: flex;
  flex: 1 1 auto; }
  .place-list > * {
    flex: 1 0 33%;
    /* &:nth-child(1){
            background-color: red;
        }
        &:nth-child(2){
            background-color: blue;
        }
        &:nth-child(3){
            background-color: yellow;
        }*/ }

.place-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch; }
  .place-item figure {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0.2);
        border-radius: 16px;*/
    padding: 15px;
    margin: 0 5px;
    box-sizing: border-box;
    position: relative; }
    .place-item figure img {
      /*width: auto;
            height: auto;
            max-width: 100%;*/
      max-height: 60vh;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .place-item figcaption {
    display: block;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 15px;
    position: relative;
    font-size: 1.3rem;
    border: 4px solid #dedede;
    font-family: 'Itim', cursive;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2); }
    .place-item figcaption:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-width: 0 0 42px 32px;
      border-color: transparent transparent #dedede transparent;
      border-style: solid;
      position: absolute;
      top: -42px;
      left: calc( 10% - 8px); }
    .place-item figcaption:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-width: 0 0 30px 20px;
      border-color: transparent transparent #ffffff transparent;
      border-style: solid;
      position: absolute;
      top: -30px;
      left: 10%; }
    .place-item figcaption a {
      color: #000000; }
  .place-item button {
    min-height: 70px;
    margin: 10px 10px 15px 10px; }

.travel-panel {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  align-self: center;
  align-items: center;
  justify-content: center;
  padding: 15px; }
  .travel-panel button {
    border: none;
    border-radius: 8px;
    background-color: #dedede;
    padding: 10px 20px;
    margin: 10px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    outline: none; }
    .travel-panel button:hover {
      background-color: #333333;
      color: #ffffff; }

.final-panel {
  font-size: 2rem; }

/*# sourceMappingURL=bundle.css.map */
