html {
  background-color: rgb(45, 3, 1);
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}
html, body {
  margin: 0px;
  padding: 0px;
}
header {
  padding: 1%;
  background-color: rgb(76, 27, 22);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 7px 10px rgb(0, 0, 0, 0.8);
  position: relative;
  z-index: 998;
}
nav {
  display: flex;
  align-items: center;
  box-shadow: 10px;
}
nav > a {
  margin: auto;
  color: white;
  text-decoration: none;
  border: 1px solid none;
  border-radius: 12px;
  padding-right: 6%;
  padding-left: 6%;
  font-size: 16pt;
}
nav > a:hover {
  background-color: rgb(60, 12, 12);
  color: rgb(225, 225, 225);
}
h1 {
  padding-left: 7.5%;
}
#landing {
  padding: 40px;
  background-image: url("./images/craigburford.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(75, 65, 80, 0.7);
  background-blend-mode: multiply;
  margin-left: 0px;
}
#landing>p, #landing>ul {
  color: white;
  font-size: 12.8pt;
  margin-left: 18%;
  margin-right: 18%;
  font-weight: 300;
  line-height: 20pt;
  text-shadow: 0px 0px 10px black;
}
h1 {
  color: white;
  margin: 20px;
  font-weight: 400;
}

#calltoaction {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 999;
}
#microphonebutton {
  width: 140px;
  transition-property: width;
  transition-duration: 0.7s;
}
#microphonebutton:hover {
  width:160px;
}
#quotebutton {
  display: block;
  margin-left: 12%;
  margin-top: 3.5%;
  margin-bottom: -1.5%;
  color: white;
  text-decoration: none;
  border: 1px solid none;
  border-radius: 12px;
  font-size: 16pt;
  background-color: rgb(130, 12, 12);
  width: 190px;
  font-size: 13pt;
  font-weight: 400;
  text-align: center;
  transition-property: font-size, width, background-color, margin-left;
  transition-duration: 1s;
}
a {
  text-decoration: none;
}
#quotebutton:hover {
  margin-left: 10%;
  background-color: rgb(105, 5, 5);
  font-size: 15pt;
  width: 230px;
}
#landing > a {
  text-decoration: none;
}
#outerbox {
  padding: 2%;
  background-color: rgb(235, 240, 220);
  display: inline-flex;
}
#innerbox {
  width: 60%;
}
#contactinnerbox {
  margin-left: auto; margin-right: auto; font-size: 14pt;
  width: 85%;
  padding: 2.5%;
}
#quotebox {
  border: 1px solid none;
  border-radius: 15px;
  width: 27%;
  color: white;
  background-color: rgb(100, 100, 120);
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  font-style: italic;
  float: right;
  margin: auto;
}
#attribution {
  text-align: right;
  margin-right: 10px;
}
main {
  margin-left: 8%;
  margin-right: 8%;
  box-shadow: 0px 5px 14px rgb(0,0,0,0.7);
}
#craiggy {
  font-weight: 700;
  color: rgb(190, 30, 30);
  font-size: 27pt;
  padding: 1.5px;
}
#demospace {
  color: white;
  /* background-image: linear-gradient(to bottom right, rgb(35,35,45), rgb(25,25,30)); */
  background-color: rgb(38,38,46);
  margin-top: -2%;
  margin: auto;
  align-items: center;
  transition-property: background-color, font-size;
  transition-duration: 1s;
  padding-top: 20px;
  padding-bottom: 20px;
}
#demospace>h2 {
  margin: auto;
  padding: 15px;
  padding-bottom: 20px;
  /* float: left; */
  text-align: center;
}
#demospace:hover {
  /* background-image: linear-gradient(to bottom right, rgb(120,35,35), rgb(65,20,20)); */
  background-color: rgb(93,27,27);
  font-size: 14.5pt;
}
#demopage {
    color: white;
    /* background-image: linear-gradient(to bottom right, rgb(35,35,45), rgb(25,25,30)); */
    background-color: rgb(38,38,46);
    margin-top: -2%;
    margin: auto;
    align-items: center;
    transition-property: background-color, font-size;
    transition-duration: 1s;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#demopage>h1 {
  font-size: 30pt;
  margin-top: 50px;
  margin-bottom: -15px;
}
#demopage>h2 {
    margin: auto;
    padding: 15px;
    padding-bottom: 20px;
    /* float: left; */
    text-align: center;
}
#demotext {
  /* background-color: white;
  color: rgb(25,25,28); */
  font-size: 14pt;
  font-weight: 300;
  padding: 15px;
  /* margin-top: 0px;
  margin-bottom: 0px; */
}
#demotext>p {
  margin: 4%;
}
.demospace {
  margin-left: -2%;
  margin-right: auto;
  text-align: center;
  background-color: rgb(230, 230, 235);
  /* background-color: #A51C1C; */
  color: black;
  width: 43%;
  border-radius: 25px;
  padding: 7px;
  padding-top: 0.7px;
  padding-bottom: 10px;
  box-shadow: 5px 5px 10px;
  transition-property: margin-left, box-shadow, background-color;
  transition-duration: 0.7s;
}
.demospace:hover {
  margin-left: 1.5%;
  box-shadow: 7px 7px 12px;
  background-color: rgb(200, 200, 205);
  /* background-color: #5B0B01; */
}
.demospace:nth-of-type(2n) {
  margin-right: -2%;
  margin-left: auto;
  transition-property: margin-right, box-shadow;
  transition-duration: 0.7s;
}
.demospace:nth-of-type(2n):hover {
  margin-right: 1.5%;
}
#demobox {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
}
#demotext>p>a {
  font-weight: 400;
  text-decoration: underline;
}
#audiosample {
  display: table;
  margin: auto;
  padding-bottom: 10px;
}
a {
  color: white;
  text-decoration: none;
}
footer {
  padding: 1%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  background-color: rgb(76, 27, 22);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 5px -2px 10px rgb(0, 0, 0, 0.6);
  position: relative;
  z-index: 997;
  align-items: center;
}
footer>div>p {
  margin: 7px;
  color: rgb(225, 225, 225);
  font-weight: 300;
  font-size: 10pt;
  text-align: center;
  margin: auto;
}
#footcontact {
  margin: auto;
  padding: 10px;
}
#legal>p{
  margin: auto;
  font-size: 8pt !important;
  color: rgb(230,230,230);
}
audio {
  box-shadow: 2px 2px 10px black;
  transition-property: box-shadow;
  transition-duration: 1s;
}
audio:hover {
  box-shadow: 3px 3px 22px black;
}
audio::-webkit-media-controls-enclosure {
  background-color: rgb(20,20,24);
  border-radius: 1%;
  transition-property: background-color, border-radius;
  transition-duration: 1.5s;
}
audio::-webkit-media-controls-enclosure:hover {
  /* background-color: rgb(75, 3, 3); */
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-mute-button {
  background-color: rgba(245,245,245,0.5);
  border-radius: 25%;
  box-shadow: 0px 0px 10px white;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  transition-property: background-color;
  transition-duration: 0.5s;
}
audio::-webkit-media-controls-play-button:hover, audio::-webkit-media-controls-mute-button:hover {
  background-color: rgba(250,250,250,0.6);
}
#track::-internal-track-segment-highlight-before {
  background-color: white;
  color: white;
}
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: white;
}
#more {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-weight: 300;
  padding-top: 10px;
  font-size: 10pt !important;
}

#philosophy {
  background-color: white;
  color: rgb(25,25,28);
  font-size: 14pt;
  font-weight: 300;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#philosophy>img {
  float: right;
  width: 200px;
  padding-left: 10px;
  border-radius: 15%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}
#philosophy::after {
  content: "";
  clear: both;
  display: table;
}
#philosophy>p {
  margin: 2%;
}
#philosophy>h2 {
  margin-left: 3.5%;
  /* margin-right: 20%; */
  margin-bottom: -5px;
}
#philosophy>h2:nth-of-type(2n) {
  text-align: center;
  margin-left: 0%;
  margin-top: 0%;
  font-size: 25.5pt;
}

#testbox {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 2%;
  align-items: center;
}
.testimonial {
  border: 1px solid none;
  border-radius: 15px;
  width: 27%;
  color: white;
  background-color: rgb(100, 100, 120);
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  font-style: italic;
  font-size: 12pt;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  transition-property: width, box-shadow, background-color;
  transition-duration: 0.5s;
}
.testimonial:hover {
  width: 30%;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
  background-color: rgb(80, 80, 100);
  font-weight: 400;
}
#contactform {
  background-color: rgb(38,38,46);
  padding: 10%;
}
iframe {
  border: none;
}
input {
  display: inline;
}
label {
  color: white;
}
input, textarea {
  display: flex;
  padding: 5px;
  margin: 10px;
}
#el1 {
  float: left;
}
#el2 {
  float: right;
}
iframe {
  margin-bottom: -2.4%;
}
blockquote {
  width: 70%;
  padding: 3%;
  margin: 2%;
  background-color: lightgrey;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
}
