.maintext {
  width: 75%;
  color: rgba(255, 255, 255, 1);
  position: relative;
  font-family: Roboto;
  font-weight: Black;
  font-size: 48px;
  opacity: 1;
  text-align: left;
  margin: 0 auto;
}

.headerimage {
  width: 100%;
  height: 267px;
  background: url("../images/banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.button {
  width: 343px;
  height: 110px;
  background: rgba(162, 1, 37, 1);
  opacity: 1;
  position: relative;
  top: 50%;
  left: 0px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  font-family: Roboto;
  font-weight: Black;
  font-size: 48px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  float: left;
}

.buttonspacer {
  width: 20px;
  height: 110px;
  opacity: 1;
  position: relative;
  top: 50%;
  left: 0px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 auto;
  float: left;
}

.background {
  width: 100%;
  background: rgba(0, 0, 0, 1);
  opacity: 1;
  position: relative;
}

.banner {
  /* The image used */
  background-image: url("../images/banner.png");
  width: 100%;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  top: 39px;
  left: 518px;
  overflow: hidden;
  margin: 0 auto;
}

.toolbar {
  width: 50%;
  position: relative;
  margin: auto;
}

.buttontext {
  padding: 10px;
}