body {
  background-image: url('../img/siteBG.png');
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
}

.start-bar-bg {
  background-image: url("../img/startbarBG.png");
  background-repeat: repeat-x;
  background-size: 1vw 100%
}

.start-button {
  width: 102px;
  height: 40px;
  display: block;
  background-image: url("../img/Buttons/startButton-up.png");
  background-size: 100%;
}
.start-button:hover {
  width: 102px;
  height: 40px;
  display: block;
  background-image: url("../img/Buttons/startButton-down.png");
  background-size: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.dropup .dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border-radius: 0px;
  width: 250px;
  height: 350px;
  background-image: url("../img/start-dropup-bg.png");
}

.start-bar-item {
  margin-left: 45px;
  margin-bottom: 5px;
  width: 200px;
}

.mailing-list {
  width: 200px;
  height: 50px;
  background-image: url("../img/Buttons/mailinglist-up.png");
}

.mailing-list:hover {
  background-image: url("../img/Buttons/mailinglist-down.png");
}

.bookings-list {
  width: 200px;
  height: 50px;
  background-image: url("../img/Buttons/bookings-up.png");
}

.bookings-list:hover {
  background-image: url("../img/Buttons/bookings-down.png");
}

.videos-list {
  width: 200px;
  height: 50px;
  background-image: url("../img/Buttons/videos-up.png");
}

.videos-list:hover {
  background-image: url("../img/Buttons/videos-down.png");
}

.concerts-list {
  width: 200px;
  height: 50px;
  background-image: url("../img/Buttons/concerts-up.png");
}

.concerts-list:hover {
  background-image: url("../img/Buttons/concerts-down.png");
}

.merch-list {
  width: 200px;
  height: 50px;
  background-image: url("../img/Buttons/merch-up.png");
}

.merch-list:hover {
  background-image: url("../img/Buttons/merch-down.png");
}

.home-list {
  width: 200px;
  height: 50px;
  background-image: url("../img/Buttons/home-up.png");
}

.home-list:hover {
  background-image: url("../img/Buttons/home-down.png");
}

.task-box {
  width: 120px;
  height: 40px;
  background-image: url("../img/taskicons-bg.png");
}