/* style.css for Fools World website */

@font-face {
  font-family: 'Gartentika';
  src: url('Gartentika.ttf') format('truetype');
}

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: Tahoma, sans-serif;
  color: #e6cce6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  cursor: url('https://cur.cursors-4u.net/cursors/cur-9/cur835.cur'), auto;
}

.wrapper {
  width: 800px;
  height: 600px;
  background: #111 url('https://media.istockphoto.com/id/164310246/vector/emo-background.jpg?s=612x612&w=0&k=20&c=R9R1I1BhkcrF3xtdyJsD5FPx61SUNuomnUbfrJAa5mY=') center center no-repeat;
  background-size: cover;
  border: 2px solid #ff66cc;
  box-shadow: 0 0 20px #ff99cc;
  overflow: auto;
}

header {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #ff66cc;
}

header img {
  max-height: 120px;
}

nav {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #330033;
  font-family: 'Gartentika', sans-serif;
}

nav a {
  color: #ffb3dd;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  font-size: 28px;
  text-shadow: 0 0 2px #ffccff;
}

nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px #ff66cc;
}

.content {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px dashed #ff66cc;
}

.content h2 {
  color: #ff66cc;
  border-bottom: 1px dotted #ff99cc;
  padding-bottom: 5px;
  margin-top: 0;
  text-shadow: 0 0 3px #ffb3dd;
}

.show-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.show-table th, .show-table td {
  padding: 8px;
  border-bottom: 1px solid #ff66cc;
  color: #ffccff;
  text-align: left;
  vertical-align: top;
}

.show-table th {
  background-color: #330033;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0 0 2px #ff99cc;
}

.venue-description {
  display: block;
  font-size: 10px;
  color: #ff99cc;
  margin-top: 4px;
  font-style: italic;
}

.map-link {
  color: #ff66cc;
  text-decoration: underline;
}

.map-link:hover {
  color: #ff99cc;
}
