@charset "UTF-8";
body {
  background-color: rgb(75, 3, 3);
}
body .container {
  margin-bottom: 100px;
}
body header {
  margin-top: 55px;
}
body header h1 {
  color: rgb(210, 171, 93);
  margin-top: 25px;
  padding: 30px;
  text-align: center;
}
body .main-banner {
  background-color: black;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
body .main-banner .col-sm-3, body .main-banner .col-sm-6, body .main-banner .col-sm-12 {
  text-align: center;
}
body main.row {
  background-color: rgb(210, 171, 93);
}
body main.row aside {
  background-color: #333;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
}
body main.row aside nav {
  cursor: pointer;
  height: 45px;
  position: relative;
  width: 45px;
}
body main.row aside nav.active {
  display: none;
}
body main.row aside nav.active ~ ul {
  display: block;
}
body main.row aside nav.active ~ span {
  display: block;
}
body main.row aside .nav-open {
  background: rgb(210, 171, 93);
  height: 2px;
  position: absolute;
  top: 22.5px;
  width: 45px;
}
body main.row aside .nav-open:after, body main.row aside .nav-open:before {
  background: rgb(210, 171, 93);
  content: " ";
  height: 2px;
  position: absolute;
  width: 45px;
}
body main.row aside .nav-open:after {
  bottom: 12px;
}
body main.row aside .nav-open:before {
  top: 12px;
}
body main.row aside .nav-close {
  cursor: pointer;
  display: none;
}
body main.row aside .nav-close:after {
  content: "×";
  color: #FFF;
  font-size: 75px;
  position: absolute;
  right: 15px;
  top: -30px;
}
body main.row aside ul {
  display: none;
  padding-left: 0;
}
body main.row aside ul.active {
  display: block;
}
body main.row aside ul li {
  list-style-type: none;
}
body main.row aside ul a {
  color: rgb(210, 171, 93);
}
body main.row section {
  padding: 25px;
}
body main.row section h3 {
  margin-bottom: 25px;
  text-align: center;
}
body main.row section .appraiser {
  margin-bottom: 40px;
  text-align: center;
}
body main.row section .appraiser p {
  margin-bottom: 0;
}
body main.row section .address, body main.row section .schedule {
  margin-bottom: 25px;
}
body main.row section .address p, body main.row section .schedule p {
  margin-bottom: 0;
}
body main.row section .newsletters {
  padding: 0;
}
body main.row section .newsletters li {
  list-style-type: none;
}
body main.row section .newsletters .col-sm-12 {
  text-align: center;
}
body main.row form textarea {
  height: 150px;
  width: 100%;
}
body main.row form input, body main.row form textarea {
  display: block;
}
body main.row form input[type=text], body main.row form input[type=email], body main.row form textarea[type=text], body main.row form textarea[type=email] {
  width: 100%;
}
body main.row form input[type=checkbox], body main.row form input[type=radio], body main.row form textarea[type=checkbox], body main.row form textarea[type=radio] {
  display: inline;
  margin-right: 10px;
}
body main.row form input[type=submit], body main.row form textarea[type=submit] {
  cursor: pointer;
}
body main.row form label[for=agreement] {
  display: contents;
}
@media screen and (min-width: 992px) {
  body header {
    margin-top: 0;
  }
  body header h1 {
    margin-top: 0;
  }
  body main.row aside {
    position: static;
  }
  body main.row aside nav {
    display: none;
  }
  body main.row aside nav.active ~ span {
    display: none;
  }
  body main.row aside ul {
    display: block;
  }
  body main.row aside a:visited {
    color: rgb(210, 171, 93);
  }
}/*# sourceMappingURL=App.css.map */