@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: white url(../graphics/tausta.jpg) 50% -60px repeat-y;
  overflow-y: scroll;
  font-family: 'Roboto', sans-serif;
}

#container {
  width: 1080px;
  margin: 0 auto;
}

header {
  font-size: 64px;
  text-shadow: 0px 0px 10px #ff00ff;
  cursor: default;
}

header div {
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

header, nav, footer {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

/* Settings for nav, aside and footer's div */
nav, aside, footer {
  background-color: rgb(255,180,255);
  background-color: rgba(255,160,255,0.4);
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}

/* settings for nav and aside */
nav, aside {
  width: 200px;
  border-radius: 36px;
}

nav {
  float: left;
  padding: 8px 0px;
  margin-bottom: 20px;
}

nav ul {
  list-style: none;
  padding: 0px;
}

nav ul li {
  color: #0000ff;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  margin: 4px 0px;
}

nav ul li.current {
  cursor: default;
  background-color: #4040ff;
  color: rgb(255,180,255);
  text-shadow: 0px 0px 10px rgb(255,180,255);
  box-shadow: 0px 0px 10px #4040ff;
  margin: 0px 10px;
  border-radius: 16px;
}

nav ul li a, footer a {
  color: #4040ff;
  text-decoration: none;
  text-shadow: 0px 0px 10px #4040ff;
}

nav ul li a:hover {
  font-size: 20px;
  text-shadow: 0px 0px 10px #4040ff;
}

aside {
  float: right;
  font-size: 16px;
  padding: 32px 0px;
}

article {
  font-size: 16px;
  margin: 0px 220px;
  padding: 32px 20px 20px 20px;
}

article h3 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 1px #000000;
}

article ul.list {
  margin-top: 0px;
}

footer {
  clear: both;
  margin: 0px 220px 20px 220px;
  height: 24px;
  line-height: 24px;
  border-radius: 16px;
}

footer a:hover {
  font-size: 12px;
  text-shadow: 0px 0px 4px #4040ff;
}

/* Price list settings */
.priceList {
  border-spacing: 0px;
  text-align: center;
  margin: auto;
}

.priceList th {
  text-shadow: 0px 0px 1px #000000;
  border-bottom: 1px solid;
  padding: 0px 10px;
}

.duration {
  border-right: 1px solid;
}

.priceListCell {
  border-right: 1px solid;
}

.tableSpace {
  width: 20px;
}
