body {
  /* background-color: #edd1a9; */
  background: #ffb347; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #ffb347,
    #ffcc33
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #ffb347,
    #ffcc33
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.site-super-wrapper {
  border: solid 1px rgb(195, 20, 20);
  margin-top: 45px;
  position: relative;
  height: 100%;
  padding-left: 0;
  width: 760px;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.42);
}
.site-super-wrapper.home {
  background: url("../images/home-bg.jpg") #f5f5f5 no-repeat top right;
}
.home .logo {
  display: none;
}
.home .nav-pills.main-nav {
  margin-top: 160px;
  margin-bottom: 207px;
}
.site-sub-wrapper {
  border-left: solid 122px transparent;
  background: url("../images/gold-foil.jpg");
  background-position: -735px 0;
  background-repeat: repeat-y;
  border-radius: 10px;
}
.nav > li > a {
  color: #d62222;
  font-weight: 800;
  text-transform: uppercase;
}
.nav.main-nav > li > a:hover {
  background-color: #d62222;
  color: #fff;
}
.nav > li > a:hover {
  background-color: #9d4731;
  color: #fff;
}
.content {
  padding-left: 30px;
}
.home .content h2 {
  color: #d62222;
  font-weight: bold;
  border: 0;
  padding-top: 0;
}
.content h2 {
  color: #d62222;
  font-weight: bold;
  padding-top: 15px;
  border-top: solid 5px orange;
}
.content h3 {
  color: #9d4731;
  font-size: 20px;
  font-weight: bold;
}
footer.row {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #d62222;
  padding: 10px 0 0 0;
  letter-spacing: 0.7px;
  line-height: 2;
  border-bottom-right-radius: 10px;
}
.copyright {
  text-align: center;
  margin-top: 15px;
}
.btn-default {
  border-color: #d62222;
  color: #d62222;
  text-transform: uppercase;
}
.btn-default:hover {
  color: #fff;
  background: #d62222;
  border-color: #d62222;
}
@media (min-width: 0) and (max-width: 767px) {
  .site-super-wrapper {
    margin: 10px;
    width: auto;
    box-sizing: border-box;
  }
  .site-sub-wrapper {
    border-left: solid 10px orange;
  }
  .site-super-wrapper.home {
    background: none #f5f5f5;
  }
  .home .logo {
    display: block;
  }
  .nav-pills.main-nav > li {
    float: none;
    margin-left: 15px;
  }
  .home .nav-pills.main-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer.row {
    margin-left: 0;
  }
}
@media print {
  .site-super-wrapper {
    border: 0 none;
  }
  .site-sub-wrapper {
    border: 0 none;
  }
  .btn {
    display: none;
  }
  .usps-logo {
    display: none !important;
  }
  .container {
    width: auto;
    min-width: 750px;
  }
  .nav {
    display: none;
  }
  .logo {
    width: 50%;
    height: 50%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
}
