* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  
html, body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #A4A8CC;
  scrollbar-width: thin;
  scrollbar-color: #FB4D84 white;
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=89247), auto;
}

.app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: tahoma;
}

.app a {
    color: #99acff;
    text-decoration: none;
}

.app a:visited {
    color:#5bb0d7;
}

.app a:hover {
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=89247), auto;
  color: #6682ff;
  font-style: italic;
}

.logo {
  display: block;
  position: absolute;
  margin: 16px auto;
  width: 27%;
  top: 1px;
  left: 36%;
   z-index: 4;
}

@media screen and (min-width: 1640px) { 
    .logo {
        width: 20%;
        left: 40%;
    }
}

.character-img {
  display: block;
  position: absolute;
  width: 220px;
  left: 120px;
  bottom: 30px;
  z-index: 3;
}

.horse-img {
  display: block;
  position: absolute;
  width: 500px;
  right: 90px;
  bottom: 50px;
  z-index: 1;
}

.horse-img-meteor {
  display: none;
  position: absolute;
  width: 560px;
  right: 50px;
  bottom: 35px;
  z-index: 1;
}

.horse-img-concorde {
  display: none;
  position: absolute;
  width: 780px;
  right: 0px;
  bottom: 55px;
  z-index: 1;
}

.horse-img-tincan {
  display: none;
  position: absolute;
  width: 450px;
  right: 70px;
  bottom: 55px;
  z-index: 1;
}

.character-img-linda {
  display: none;
  position: absolute;
  width: 205px;
  left: 130px;
  bottom: 33px;
  z-index: 3;
}

.character-img-anne {
  display: none;
  position: absolute;
  width: 430px;
  left: 20px;
  bottom: 25px;
  z-index: 3;
}

.character-img-alex {
  display: none;
  position: absolute;
  width: 240px;
  left: 120px;
  bottom: 30px;
  z-index: 3;
}
l

@media screen and (min-height: 820px) {
  .character-img, .character-img-linda, .character-img-anne, .character-img-alex {
    bottom: 20%;
  }

   .horse-img, .horse-img-meteor, .horse-img-concorde, .horse-img-tincan   {
    bottom: 22%;
   }
}

@media screen and (min-height: 990px) {
  .character-img, .character-img-linda, .character-img-anne, .character-img-alex {
    bottom: 28%;
  }

   .horse-img, .horse-img-meteor, .horse-img-concorde, .horse-img-tincan   {
    bottom: 30%;
   }
}

@media screen and (min-height: 1000px) {
  .character-img, .character-img-linda, .character-img-anne, .character-img-alex {
    bottom: 43%;
  }

   .horse-img, .horse-img-meteor, .horse-img-concorde, .horse-img-tincan {
    bottom: 45%;
   }
}


.ui-logo-bg.map {
    width: 65px;
    position: absolute;
    /*bottom: 125px;
    right: 210px;*/
    bottom: 45px;
    left: 390px;
    display: block;
    z-index: 5;
    opacity: 0.7;
}

.ui-logo.map {
    width: 45px;
    position: absolute;
    /*bottom: 130px;
    right: 220px;*/
    bottom: 50px;
    left: 400px;
    display:block;
    transition: transform .2s;
    z-index: 6;
}

.ui-logo-bg.phone {
    width: 65px;
    position: absolute;
    /*bottom: 125px;
    right: 210px;*/
    bottom: 45px;
    left: 470px;
    display: block;
    z-index: 5;
    opacity: 0.7;
}

.ui-logo.phone {
    width: 40px;
    position: absolute;
    /*bottom: 130px;
    right: 220px;*/
    bottom: 50px;
    left: 482px;
    display:block;
    transition: transform .2s;
    z-index: 6;
}

.ui-logo-bg.diary {
    width: 65px;
    position: absolute;
    /*bottom: 125px;
    right: 210px;*/
    bottom: 45px;
    left: 550px;
    display: block;
    z-index: 5;
    opacity: 0.7;
}

.ui-logo.diary {
    width: 45px;
    position: absolute;
    /*bottom: 130px;
    right: 220px;*/
    bottom: 50px;
    left: 560px;
    display:block;
    transition: transform .2s;
    z-index: 6;
}

.ui-logo-bg.backpack {
    width: 65px;
    position: absolute;
    /*bottom: 125px;
    right: 210px;*/
    bottom: 45px;
    left: 630px;
    display: block;
    z-index: 5;
    opacity: 0.7;
}

.ui-logo.backpack {
    width: 45px;
    position: absolute;
    /*bottom: 130px;
    right: 220px;*/
    bottom: 50px;
    left: 640px;
    display:block;
    transition: transform .2s;
    z-index: 6;
}

.ui-logo:hover {
    transform: scale(1.2);
}

.content {
  flex: 1;
  width: 60%;
  max-height: 510px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background-color: white;
  margin-top: 100px;
  margin-bottom: 100px;
  border: 2px dotted #80c6f7;
  border-radius: 0px 40px;
  box-shadow: 0 4px 8px 0 #FCFEF7, 0px 2px 20px 0 #fff;
  overflow: hidden;
  z-index: 2;
}

.sidebar img {
    width: 250px;
    height: 515px;
}

.main {
    color: #696969;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-top: 80px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
    padding-right: 8px;
    text-align: justify;
}

.main .section {
    margin-bottom: 16px;
}

.main .title {
    font-weight: bold;
    padding: 4px 2px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.main .text-highlight {
    color: #80c6f7;
}

.main .text-highlight-p {
    color: #99acff;
}

.character-images {
    text-align: center;
}

.character-images img {
    width: 110px;
    height: 110px;
    border: 2px dashed #596cd9;
    border-radius: 100%;
    display: inline-block;
}

.character-images img:hover {
    border: 2px solid #596cd9;
}

.character-description {
    margin-bottom: 4px;
}

.comic {
    transform: 1.2s;
}

.comic:hover {
    transform: scale(1.1);
}

.fun-facts li {
    padding-bottom: 4px;
}

.spoiler { 
  color: #99acff; 
  background-color: #99acff;
}

.spoiler:hover {
  color: white;
}