body {
  background-color: black;
  width: 100%;
  height: 100%;
}

#mainMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainMenu .jn-menu-title {
  position: relative;
  left: 0;
  width: 65%;
  margin-top: 30vh;
  margin-bottom: 2vh;
  color: #a50c2b;
}
#mainMenu .jn-menu-title h1 {
  font-size: 9vw;
}
#mainMenu .jn-menu-title h3 {
  font-size: 3em;
  margin-left: 2.5vw;
}

#mainMenu .menu-btn {
  position: relative;
  margin: 5px;
  /*	left: 2%;
	bottom: 3%;*/
  outline: none;
  overflow: hidden;
  width: 300px;
  height: 100px;
  border: 3px solid white;
  background-color: white;
}
#mainMenu .menu-btn:hover {
  color: #dcc14b;
  border-color: #dcc14b;
  cursor: pointer;
}
#mainMenu .menu-btn:active {
  background-color: lightgrey;
}

#mainMenu .btnTxt {
  position: absolute;
  width: 100%;
  padding-right: 50px;
  /*	height: 95px;*/
  /*	line-height: 95px;*/
  z-index: 1;
  letter-spacing: 1.5px;
}
#mainMenu .jn-btn-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  z-index: 0;
  /*opacity: 0.5;*/
}

/* terug naar homepage */
.backToStart {
  position: fixed;
  top: 2%;
  right: 2%;
  width: 75px;
  height: 40px;
  font-family: "Arial", sans-serif;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 0 10px;
  outline: none;
  font-size: 15px;
  z-index: 10;
}
.backToStart:hover {
  background-color: white;
  color: black;
}
