* {
  margin: 0;
  color: #1a535c;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Redressed", cursive;
  text-align: center;
  background-color: #f7fff7;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
}

.back {
  position: fixed;
  right: 0;
  top: 60vh;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
  width: 150px;
  z-index: 100;
}

.back:hover {
  cursor: pointer;
}

h3 {
  font-size: 3em;
}

h4 {
  font-size: 2em;
}

p {
  font-size: 1.5em;
}

img {
  max-width: 40vh;
  max-height: 40vh;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

hr {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  padding: none;
  border: none;
  font-size: 0;
  border-top: 3px solid #1a535c;
  border-bottom: 3px solid #1a535c;
  border-radius: 3px;
}

.mail {
  text-decoration: none;
}

.center {
  position: relative;
  margin: auto;
  text-align: center;
}

.closed {
  background-color: rosybrown;
}

.open {
  background-color: olivedrab;
}

#heading {
  font-size: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f7fff7;
  z-index: 100;
}

#heading a {
  text-decoration: none;
}

#systemet-heading {
  font-size: 5em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f7fff7;
  z-index: 100;
}

#systemet-heading a {
  text-decoration: none;
}

#disclaimer-text {
  display: none;
  /* Hide the disclaimer text by default */
}

.box {
  width: 100%;
}

.content {
  margin: auto;
  width: 50%;
}

#weekly-beer {
  background-color: rosybrown;
}

ul {
  list-style-type: none;
}

li {
  text-align: center;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #1a535c;
  border-top: 3px solid #1a535c;
  width: 100%;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

#advent-calendar {
  background-color: #2f5a2f;
}

#advent-calendar h3,
#advent-calendar h4,
#advent-calendar p,
#advent-calendar li,
#advent-calendar a {
  color: #f7fff7;
}

#vines-mulled {
  background-color: rgb(136, 33, 33);
}

#vines-mulled h3,
#vines-mulled h4,
#vines-mulled p,
#vines-mulled li {
  color: #f7fff7;
}

#heritage {
  background-color: blanchedalmond;
}

#guestbook {
  background-color: #f7fff7;
}

#footer {
  margin-top: 10%;
}

#classic {
  display: none;
}


@media (min-width: 600px) {
  #systemet-heading {
    font-size: 3em;
  }
}

@media (max-width: 600px) {
  #heading {
    font-size: 2em;
  }

  .mail {
    word-wrap: break-word;
  }
}