html, body {
  height: 100%; }

body > div.container-fluid {
  min-height: 100%;
  position: relative;
  padding: 0 0 0 0; }

li {
  list-style: none;
  margin-bottom: 0.5em; }

#body-body {
  padding: 0 0 2rem; }

.bg-inverse {
  background-color: #000 !important; }

.bg-lt-grey {
  background: #aaa; }

.contact-info {
  font-size: 0.9em;
  padding-bottom: 0.4em; }

.contact-info img {
  height: 1em;
  width: auto;
  margin-right: 0.2em; }

.contact-info span {
  display: inline-block;
  margin-right: 0.2em; }

.contact-info .contact-item {
  display: inline-block;
  margin-left: 0.8em; }

/*
@media (min-width:30rem) {
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100%;
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-nav .nav-link {
        padding: 0.5em 1em;
    }
}
*/
button.navbar-toggler-right {
  top: 1.3rem; }

.background-img {
  background-image: url(/media/SA-home-background-gradient.jpg);
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }

.background-img > div:first-dhild {
  max-width: 60rem; }

nav.navbar {
  min-height: 4em;
  z-index: 1000; }

a.navbar-brand {
  color: #000; }

a.navbar-brand img {
  height: 4em;
  width: auto; }

div.background-img h1 {
  font-size: 3rem;
  margin: 1rem auto 3rem;
  color: #fff;
  text-shadow: 0 0 0.2em black; }

div.background-img div > * {
  text-align: center;
  text-shadow: 0 0 0.2em black; }

div#offerings {
  color: #fff;
  font-size: 1.2em; }

.float-right {
  float: right; }

div#free-quote {
  margin: 5rem auto;
  max-width: 10em;
  font-size: 1.5em; }

div.background-img a.button {
  color: #fff;
  border: solid 1px #fff;
  background: rgba(33, 0, 255, 0.7); }

a.button {
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  padding: 0.5em;
  border-radius: 0.5em;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px 1px rgba(0, 0, 0, 0.3);
  border: solid 2px; }

a.button:hover {
  text-decoration: underline; }

div#selling-points {
  margin: 3rem auto 1rem;
  max-width: 45rem; }

div#selling-points ul {
  text-align: left;
  color: #FFE526;
  line-height: 1em;
  text-shadow: 0 0 0.2em black;
  font-size: 1.3em; }

div.fine-print {
  padding: 1em 0 0.5em;
  margin-bottom: 1em; }

div.specialty-section {
  margin-bottom: 0.5em; }

div.specialty-section img {
  margin-bottom: 1em; }

div#content {
  padding-bottom: 8rem; }

footer#footer {
  height: 8rem;
  text-align: center;
  padding: 1em 0 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

footer#footer div.container > div {
  padding-bottom: 0.5em; }

footer div#social-section ul {
  list-style-type: none;
  -webkit-padding-start: 0; }

footer div#social-section ul li {
  display: inline-block;
  font-size: 1.5em;
  margin: 0 0.5em; }

footer div#social-section a {
  color: #000; }

#iframe-container {
  overflow: hidden;
  position: relative; }

div.free-quote {
  background: #cac1c3; }

iframe#quote-form {
  height: 100%;
  min-height: 110em;
  width: 100%;
  min-width: 25em; }

h2 {
  text-align: center;
  margin: 1em auto; }

.specialty-section h2 {
  text-align: initial;
  margin: 1em 0; }

div#links {
  text-align: center; }

div#links img {
  height: 10em;
  width: auto; }

div#blueimp-gallery > a {
  color: #fff; }

div#about-us > img {
  float: right;
  margin-left: 0.5em; }

div#about-us li {
  list-style-type: disc; }

@media (min-width: 768px) {
  div#contact-info {
    position: absolute;
    right: 0.5rem;
    top: 1.3rem;
    z-index: 1100; }
  div#contact-info .contact-item {
    display: block;
    padding-bottom: 1em;
    margin-left: 0; } }

@media (max-width: 767px) {
  div#about-us > img {
    margin-left: 0;
    float: none;
    width: 100%;
    height: auto; } }
