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

.header .custom-logo {
  background: url("img/logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 285px; /* width of logo */
  height: 118px; /* 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;
  }
}

@media (min-width: 830px) {
	.header .custom-logo {
		width: 320px;
		height: 132px;
	}
}

@media (max-width: 759px) {
	.header .custom-logo {
		width: 320px;
		height: 132px;
	}
}

.header {
	background: #ecf0f1 url("img/pattern.jpg") repeat center center;
	background-size: fill
}

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