﻿button {
  border: none;
  background-color: #DBD7D7;
  font-size: 18pt;
  padding: 10px 20px;
}
button.startButton {
  margin-top: 2vh;
  cursor: pointer;
  background: url("../img/Swatches/Premium Distinction  Chartwell.png") no-repeat center center transparent;
  background-size: cover;
  overflow: visible;
  display: inline-block;
  width: 300px;
  height: 132px;
  color: #000;
  font-family: Gotham, 'Avenir Black', Arial;
  font-size: 21pt;
  padding-bottom: 30px;
  padding-right: 50px;
}
button.startButton.Grandeur {
  background: url("../img/Swatches/Standard White.png") no-repeat center center transparent;
  background-size: cover;
}
button.loadButton {
  border-radius: 10px;
  margin-top: 45vh;
}
button.back,
button.all {
  cursor: pointer;
}
.buttons span button {
  margin: 30px 50px;
}
.buttons span:first-child {
  float: left;
}
.buttons span:last-child {
  float: right;
}
div.startArea,
div.pleaseWait {
  width: 100vw;
  display: inline-block;
  text-align: center;
}
div.pleaseWait {
  display: none;
  margin-top: calc(30vh - 200px);
  text-align: center;
  margin-top: 30vh;
}
div.pleaseWait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .doorType button .textHolder {
    font-size: 12pt;
  }
  .buttons span button {
    margin: 30px 30px;
  }
  .doorType {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  button.startButton {
    width: 260px;
    height: 100px;
    font-size: 16pt;
  }
}