html {
  cursor: url(StalkerCursor5.ico), auto;
}

body {
  background-color: #223333;
  background-image: url("tlo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #e1d7cb;
  font-family: serif;
  font-size: 18px;
}

footer {
  text-align: center;
  background: rgb(34 51 51);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  font-style: italic;
}

.centre {
  text-align: center;
}

.img-centre {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#navbar {
  text-align: center;
  background: rgb(34 51 51);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#text-container {
  background-color: #223333;
  padding: 10px;
  display: flex;
  flex-direction: column;
  /*min-height: 70vh;*/
}

@media (orientation: portrait) {
   #text-container {
    text-align: justify;
    display: block;
    margin: auto;
    width: 95%;
  }

  #navbar {
    width: 95%;
  }
}

@media (orientation: landscape) {
    #text-container {
    text-align: justify;
    display: block;
    margin: auto;
    width: 50%;
  }

  #navbar, footer {
    width: 50%;
  }
}

.responsive {
  max-width: 100%;
  height: auto;
}

a:hover {
  background-color: /*#a19589*/#0A4D5E;
}

a:visited {
  /*color: #e1d7cb;*/
  color: #93A1A1;
}

a:link {
  color: #527a7a;
}
