@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: local('Dancing Script'), local('DancingScript'), url(http://gwendolynvandongen.nl/Fonts/DancingScript.woff) format('woff');
}

article, aside, details, figcaption, figure, header, footer, menu, nav, section, copyright, articleText {
  font-family: 'Curlz MT', Tahoma, Geneva, sans-serif;
  font-size: 16px;
  display: block;
}

article {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font-size: 18px;
}

body {
  background-color: rgb(255, 255, 220);
}

header {
  margin: 25px 0px 0px 0px;
  font-family: 'Dancing Script', Arial, sans-serif;
  font-size: 72px;
  text-align: center;
  color: rgb(10, 10, 0);
  text-shadow: rgb(100, 100, 0) 0.1em 0.1em 0.2em;
}

.menutable {
  margin: 20px 10px 10px 10px;
  width: 600px;
}

.menu {
  text-align: center;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  text-align: center;
  color: rgb(10, 10, 0);
}

.selectedmenu {
  text-align: center;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  text-shadow: black 0.0em 0.0em 0.3em;
  font-size: 20px;
  text-align: center;
  color: rgb(10, 10, 0);
}

.menu:hover {
  text-shadow: black 0.0em 0.0em 0.6em;
}

.galleryTile {
  border-radius: 15px;
  width: 180px;
  height: 160px;
  vertical-align: middle;
  background-color: black;
}
.galleryTile:hover {
  background-color: rgb(30, 30, 0);
}

.galleryThumb {
  position: absolute;
  top: 50%;
  height: 160px;
  margin-top: -80px;
}
.imageFullContainer {
  position: fixed;
  left: 0px;
  top: 15px;
  width: 100%;
  height: 100%;
}

.imageFull {
  top: 15px;
  inset: 20px;
  height: 740px;
  width: 973px;
  background-color: black;
  opacity: 80%;
  z-index: 10;
  origin-y: 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #888888;
  margin-left: auto;
  margin-right: auto;
}

articleText {
  width: 600px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 128px;
}

copyright {
  margin: 20px 10px 10px 10px;
  text-align: center;
  font-size: 14px;
}
