/* app css stylesheet */

*:focus {
  outline: none;
}

body {
  background-size: cover;
  min-height: 100vh;
  background-position: top center;
}

h3 {
  font-size: 20px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

.black-box {
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 0;
  color: #fff;
  border-radius: 10px;
}

.black-box h2 {
  color: #f56d37;
}

.black-box .question-footer {
  margin-top: 25px;
}

.black-box .question .question-text {
  font-weight: bold;
}

.black-box .question .answers .answer {
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  cursor: pointer;
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
}

.black-box .question .answers .answer.selected {
  background-color: #f56d35;
}

.btn-primary {
  color: #fff;
  background-color: #f56d35;
  border-color: #f56d35;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #ca5729;
  border-color: #ca5729;
  color: #f9f9f9;
}

.width-50 {
  width: 50%;
}

.width-33 {
  width: 33.33%;
}

.width-25 {
  width: 25%;
}

.width-20 {
  width: 20%;
}

.input-group-addon {
  color: #fff;
  background-color: #f56d35;
  border: 1px solid #f56d35;
}

.phone-padding {
  padding-left: 30px;
}

.phone-helper {
  position: absolute;
  color: #555;
  z-index: 100;
  top: 7px;
  left: 43px;
}

.border-radius-removed-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-radius-removed-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.none {
  display: none;
}

.start-questions {
  margin-top: 15px;
}