/*
 Theme Name:   Horner Insurance
 Theme URI:    http://horner-insurance.com
 Description:  Custom theme alteration created for the SiteBuilder network
 Author:       Avelient
 Author URI:   http://avelient.co
 Template:     sb5
 Version:      1.0
 Tags:         custom-logo, custom-brand-colors
 Text Domain:  sb5-child
*/

/**
 * Custom logo
 */
.header .custom-logo {
  background: url("img/logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 422px; /* width of logo */
  height: 125px; /* height of logo */
  max-width: 100%;
  padding: 0;
  /* hide text */
  text-indent: -9999px;
  font-size: 0;
  border: 0 none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .custom-logo {
    background: url("img/logo@2x.png") no-repeat center center;
    background-size: 100% auto;
  }
}

/**
 * Banner Image
 */
.image-wrap {
  background-image: url("img/banner-image.jpg");
  background-color: #404040;
}

/**
 * Other
 */

.banner .text-lead,
.banner h1 {
  font-weight: bold;
}

@media (min-width: 760px) {
  .logo-custom {
    color: #212121;
    border: none;
    font-weight: bold;
    font-size: 2em;
    height: auto;
    margin: 1.5em 1em 2em 1em;
    display: inline-block;
  }
}

.logo-custom {
    color: #212121;
    border: none;
    font-weight: bold;
    font-size: 2em;
    height: auto;
    width: auto;
    margin: 1.5em auto 0em auto;
    display: flex;
    text-align: center !important;
  }