body {
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #313432;
  font-size: 2em;
  line-height: 44px;
  font-weight: 700;
}

.app-navbar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10001;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #afd3df;
}

.app-navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #313432;
}

.app-navbar-link:hover {
  background-color: #90b9c7;
}

.app-navbar-link:active {
  background-color: #89b7c7;
}

.app-navbar-link:focus {
  color: #313432;
}

.app-navbar-link:visited {
  color: #313432;
}

.app-navbar-link.disabled {
  color: #a2bec7;
  cursor: auto;
}

.app-navbar-link.disabled:hover {
  background-color: transparent;
}

.app-navbar-icon {
  width: 40px;
  height: 40px;
}

.header {
  min-height: 128px;
  background-image: url("../images/banner-desktop.png");
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: left;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 984px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.header-link:hover {
  opacity: 0.5;
}

.content-wrapper {
  padding-bottom: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  text-align: center;
}

.app-links {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  justify-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.app-link {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #313432;
  color: #204b79;
  font-size: 1.5em;
  text-decoration: none;
}

.app-link:hover {
  text-decoration: underline;
}

.app-link.top {
  border-top: 2px solid #313432;
}

.app-link.in-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  color: #204b79;
  font-size: 1em;
}

.saved-walks-list {
  padding-left: 0px;
  margin-top: 20px;
  border-top: 2px solid #313432;
  list-style-type: none;
}

.walk-title {
  font-size: 1.25em;
}

.saved-walk-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 20px;
  border-bottom: 2px solid #313432;
  text-align: left;
}

.action-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #dc3545;
}
.action-link:visited {
  color: #dc3545;
}

.action-link.view,
.action-link.view:visited {
  color: #204b79;
}

.action-icon {
  width: 35px;
  height: 35px;
}

.saved-walk-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.saving-walk-progress {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  background-color: #2d4461;
  color: #afd3df;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.saving-walk-progress.error {
  background-color: #f8d7da;
  color: #721c24;
}
.saving-walk-progress > .progress-title {
  margin-bottom: 5px;
  font-weight: bold;
}

#app-walk-download-loader svg {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 60px;
  }

  .app-navbar-icon {
    width: 30px;
    height: 30px;
  }

  .action-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .action-icon {
    width: 30px;
    height: 30px;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
