body {
  margin: 0px;
  font-family: montserrat, sans-serif;
  color: #000;
}
a, a:active, a:visited {
  color: #00850b;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #01bb10;
}
article p {
  text-align: justify;
}
nav {
  position: absolute;
  top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
nav div {
  text-align: right;
}
nav a, nav a:active, nav a:visited {
  color: #FFF;
  text-shadow: 2px 2px #00000090;
  font-size: 24px;
}
nav a:hover {
  color: #e4e4e4;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer {
  height: 100px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  background-color: #bebebe;
}
footer a, footer a:active, footer a:visited {
  color: #000000;
}
footer a:hover {
  color: #d10000;
}
footer div p {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
#pages-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1660px;
  margin-bottom: 40px;
}
#pages-info {
  align-self: center;
}
#page-title-holder {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #FFF;
  text-shadow: 2px 2px #00000090;
}
#page-title-holder img {
  width: 100%;
  min-width: 1680px;
}
#page-title-holder #title {
  position: absolute;
  top: 190px;
  overflow: hidden;
}
#page-title-holder #title div {
  display: flex;
  flex-direction: row;
}
#page-title-holder #title h1 {
  text-shadow: 4px 4px #00000090;
  font-size: 58px;
  margin: 0 0 0 -3px;
}
#page-title-holder #height {
  margin-top: 38px;
  margin-left: 8px;
  font-size: 16px;
}
#page-title-holder #region {
  margin-top: -5px;
  margin-left: 20px;
}
#route-characteristics {
  display: flex;
  margin-bottom: 30px;
}
#main-image {
  width: 100%;
  max-width: 560px;
}
#gallery-container {
  margin-left: 20px;
  margin-right: 20px;
}
#route-stats {
  width: 560px;
}
#route-stats h2 {
  font-size: 20px;
}
#komoot-map {
  width: 360px;
  margin-left: 40px;
}
#komoot-map iframe {
  height: 700px;
  width: 100%;
}
#index-intro {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 360px;
  background-color: #F4F4F4;
}
#index-intro>div {
  max-width: 940px;
  margin-top: 30px;
}
#index-intro p {
  text-align: center;
  font-size: 36px;
}
#sn-links {
  scale: 0.7;
}
#index-main {
  margin: -70px 20px 0;
}
#pages-list {
  max-width: 940px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#pages-list .pages-list-item {
  margin: 0 5px 20px;
}
#pages-list img {
  width: 300px;
}
#pages-list p {
  margin: 5px 0;
  text-align: center;
}
#pages-list p.item-region {
  font-weight: normal;
  color: #000;
}
.content-wrap-width {
  max-width: 1000px;
  width: 100%;
}
.content-width {
  max-width: 960px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
  #pages-info {
    padding: 0 20px;
    align-self: auto;
    width: auto;
  }
  #route-characteristics {
    flex-direction: column;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  #route-stats {
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
    max-width: 560px;
  }
  #komoot-map {
    margin: 0;
    align-self: center;
    width: 100%;
    max-width: 560px;
  }
  h2 {
    font-size: 20px;
    text-align: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #page-title-holder #title h1 {
    font-size: 42px;
  }
  nav a, nav a:active, nav a:visited {
    font-size: 20px;
  }
  #page-title-holder #height {
    margin-top: 24px;
  }
  #index-intro p {
    font-size: 30px;
  }
  #index-intro {
    height: 330px;
  }
}
@media only screen and (max-width: 800px) {
  #page-title-holder #title {
    top: 160px;
  }
  #page-title-holder #title h1 {
    font-size: 32px;
    max-width: 90%;
  }
  #page-title-holder #title div {
    flex-direction: column;
  }
  #page-title-holder #height {
    margin-top: 5px;
    margin-left: 0px;
  }
  #index-intro p {
    font-size: 26px;
  }
}