body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: calc(64px) 100%;
  background-repeat: no-repeat;
  background-size: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section h1 {
  font-family: 'Google', Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: #212121;
  text-align: center;
  margin: 16px auto;
}

section h2 {
  font-family: 'Google', Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-align: center;
  margin: 16px auto;
}

section h3 {
  font-family: 'Google', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #444444;
  text-align: center;
  margin: 16px auto;
}

section p {
  text-align: center;
  margin: 16px auto;
}

section a {
  margin: auto;
}

section img {
  width: 200px;
  height: auto;
  margin: auto;
}

section img.icon {
  width: 32px;
}

@media (min-width: 980px) {
  section img {
    width: 300px;
  }
}

section .row {
  height: 100%;
  width: 980px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .row.reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

section .row .column {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 980px) {
  section .row .column {
    width: 50%;
  }
}

section .content {
  margin: auto;
  height: auto;
  width: 100%;
  padding: 1em;
}

@media (min-width: 980px) {
  section .content {
    padding: 4em;
  }
}

section#hero img {
  height: 70px;
  width: auto;
  margin: 16px auto;
}

@media (min-width: 980px) {
  section#hero {
    background-image: url("../img/mockup.png");
  }
}

section.dark {
  background-color: #fafafa;
}

section.full-height {
  margin-top: -128px;
  height: 100vh;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  width: 100% !important;
  text-decoration: none;
  width: auto;
}

.cards .card {
  margin: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  background-color: #4CAF50;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 980px) {
  .cards .card {
    width: calc(50% - 32px);
    height: 200px;
  }
}

.cards .card.calendar {
  height: 400px;
}

.cards .card iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.cards .card h1 {
  margin: auto auto 24px 24px;
  color: white;
  bottom: 0px;
  left: 0px;
}

.cards .card#mapcard {
  background-image: url("../img/map_background.png");
}

.cards .card#friendcard {
  background-image: url("../img/friends_background.png");
}

.cards .card#infocard {
  background-image: url("../img/info_background.png");
}

.cards .card#appcard {
  background-image: url("../img/app_background.png");
}

.cards .card#calcycard {
  background-image: url("../img/android_background.jpg");
}

.cards .card#geniecard {
  background-image: url("../img/iphone_background.jpg");
}

.table-border-bottom {
  border-bottom: #212121 2px solid;
}

div.map {
  margin: 0;
  height: 100%;
}

@media (min-width: 980px) {
  div.map {
    height: calc(100vh - 64px);
    margin-top: 64px;
  }
}

div.map.map-full {
  margin: 0;
  height: 100%;
}

div.leaflet-popup-content {
  min-width: 200px;
  height: auto;
  width: auto;
  padding-bottom: 0;
}

div.leaflet-popup-content p {
  margin-bottom: 0px;
}

img.ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 64px;
}

div.poi-image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 10px auto;
  padding: 12px;
}

img.ex-image {
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

img.quest-image {
  height: 58px;
  width: 58px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

img.raid-image {
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}

img.rewardIcon {
  width: 96px;
  height: 96px;
}

div.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img.star {
  padding: 0;
  display: inline-block;
  margin: 0px;
  height: 24px;
  width: 24px;
}

div.sharing {
  margin: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.share {
  display: inline-block;
  width: 48px;
}

img.share {
  cursor: pointer;
  bottom: 36px;
  right: 24px;
  width: 24px;
  height: 24px;
}

img.share#share {
  right: 70px;
}

@media (min-width: 980px) {
  img.share#share {
    display: inline;
  }
  img.share#whatsapp {
    display: none;
  }
}

.leaflet-control-zoom {
  display: none;
}

.leaflet-bottom {
  display: none;
}

.leaflet-popup-content p {
  width: 200px;
}

.leaflet-popup-content {
  max-width: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 16px !important;
}

form {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

select, input {
  height: 32px;
  margin: 13px;
}

form select,
form input {
  margin: auto 16px;
}

div.content {
  /* box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08); */
  margin: 0 0 32px 0;
  padding: 32px 16px 32px 16px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  max-width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 4px 4px;
}

h1,
h2 {
  margin-bottom: 16px;
  margin-top: 32px;
}

p,
a {
  font-size: 18px;
}

img.image {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

p.message {
  text-align: left;
  padding: 16px 32px;
  width: 200px;
  margin: 0 auto;
  background-color: #dcf8c6;
  border-radius: 8px;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  border-style: solid;
  border-color: lightgrey;
}

.row {
  margin: 0 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row > a,
.row > img {
  height: 128px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.row > a:visited,
.row > a:link {
  color: #212121;
}

.link img {
  height: 64px;
}

.IV a,
.link a {
  text-decoration: none;
  text-align: center;
}

.IV img {
  padding: 16px;
  height: 64px;
  margin: auto;
}

footer,
footer a {
  color: #212121;
  font-size: 12px;
  text-align: center;
  padding: 8px;
}

.button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 8px 12px;
  margin: 4px auto 8px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  width: 180px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.button.rocketButton {
  background-color: #212121;
  color: white;
}

.button-home {
  text-decoration: none;
  color: #36C6FF;
  background-color: #ffffff;
  border: 2px solid #36C6FF;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 16px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-home:hover {
  background-color: #36C6FF;
  color: #ffffff;
}

.button img {
  margin: auto;
  height: 16px;
  width: 16px;
  margin-right: 16px;
  margin-bottom: -3px;
}

.greyButton {
  /* padding: 8px; */
  background-color: #888888;
  /* font-size: 12px; */
}

.redButton {
  /* padding: 8px; */
  background-color: #e22929;
  /* font-size: 12px; */
}

.hidden {
  display: none;
}

.infographic {
  height: auto;
  width: 100%;
}

.timer {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 8px;
  background-color: #b6b6b6;
  color: 212121;
  padding: 16px 32px;
  margin: 32px 16px;
  max-width: 300px;
}

.timer small,
.timer h3 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 8px;
}

.fabs {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: fixed;
  bottom: 0;
  left: 0;
}

.fab {
  margin: 48px 16px;
  z-index: 5;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fab-app {
  margin: 0px;
  z-index: 5;
  position: fixed;
  right: 0;
  top: 64px;
}

.fab-app img {
  width: auto;
  height: 54px;
}

.fab img {
  width: 48px;
  height: 48px;
  margin: 8px;
}

.weatherPopup {
  position: relative;
  bottom: 480px;
  right: 0;
}

.weatherPopup#weatherToggle1 {
  margin-left: 12px;
}

.weatherPopup#weatherToggle1 div img {
  width: 32px;
  height: 32px;
}

.weatherPopup div {
  position: relative !important;
  width: 48px;
  height: 48px;
  margin: 8px;
  cursor: pointer;
}

.weatherPopup div img {
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 600px) {
  .row {
    margin: 0 16px 16px 16px;
  }
  .fab {
    margin: 16px 16px;
  }
}

@media only screen and (max-width: 440px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row > * {
    min-width: 100%;
  }
  .fab {
    margin: 16px 16px;
  }
}
