@charset "utf-8";
/* CSS Document */

/* Home Page Carousel tweak (smaller) from modern-business.css */

header.carousel {
    height: 40%;
}

/* */

body {
  background-color:#e6e6e6;
  color: #036
}

@media(max-width:767px) {
    header.carousel .carousel {
        height: 50%;
    }
}

/* item Wrap */

#headingitem {
	background: url(../img/thedogoutfitters_logo_horizontal_bkgd.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headingitem h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#headingitem h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}







