@font-face {
  font-family: "AsurionBrand";
  src: url(./Apercu-Regular-Pro.woff);
}

body {
  font-family: AsurionBrand, Arial, sans-serif;
}

h1 {
  font-size: 24px;
  line-height: 135%;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 20px;
  line-height: 150%;
}

section h1 {
  color: #8223D2;
}

section:not(:last-child) {
  border-bottom: 1px solid #000;
}

p {
  font-size: 16px;
  line-height: 150%;
  padding: 0;
}

.exclaim:before {
  font-family: "FontAwesome";
  content: "\f06a";
  margin-right: 10px;
}

section .exclaim:before {
  margin-left: -25px;
}

.bold {
  font-weight: bold;
}

a, .link, a:disabled, a:active, a:focus {
  color: #8223D2;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, .link:hover {
  color: #5b1893 !important;
  text-decoration: underline !important;
}

section .indent {
  margin-left: 55px;
}

.highlight {
  color: #8223D2;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

option, #log {
  color: #60676c;
}

#log i {
  color: #E6E6EB;
}

#log {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 20px 20px 5px 20px;
}

#call-controls {
  background-color: #E6E6EB;
  padding: 20px;
}

button#button-hangup {
  display: none;
}

div#volume-indicators {
  padding: 10px;
  margin-top: 20px;
  width: 500px;
  text-align: left;
}

div#volume-indicators > div, div#volume-indicators > div > div {
  display: block;
  height: 20px;
  width: 0;
}

.btn-primary, .btn-primary:disabled, .btn-primary:active, .btn-primary:focus {
  background-color: #8223D2;
  border-color: #8223D2;
}

.btn-primary:hover {
  background-color: #5b1893;
  border-color: #5b1893;
}

.btn-outline-primary, .btn-outline-primary:disabled, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #fff;
  border-color: #8223D2;
  color: #8223D2;
}

.btn-outline-primary:hover {
  background-color: #8223D2;
  border-color: #8223D2;
  color: #fff;
}

.twilio-img {
  float: right;
  width: 60px;
  box-shadow: none !important;
}

.phone-button {
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  border: .5px solid #ced4da;
  background: transparent;
  text-align: center;
}

.phone-button:hover {
  background: #E6E6EB;
}

.phone-div {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
  margin-top: 1%;
}

.phone-title {
  flex: 0 0 60%;
  max-width: 60%;
}

.queue-name {
  margin-bottom: 5px;
}

.container-div {
  display: block;
  height: 435px;
}

.ccp-img {
  margin-top: 20px;
}