/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.container{padding:10px 0px;}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
h1,h2,h3,h4{font-weight:bold;}
a{color:#BFA175;}
footer a{#E3C18E;}
.photo-header,.photo-header-interior {
    height: 400px;
    background: url('../images/masthead.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.boarding-header{ background: url('../images/masthead_2.jpg') center center no-repeat scroll;}
.puppies-header{background: url('../images/masthead_3.jpg') center center no-repeat scroll}
.photo-header-interior{  height: 300px;}

body{background-color:}

/* Customize the text color and shadow color and to optimize text legibility. */

.navbar-inverse {background-color:#04451d;}
.tagline {
    text-shadow: 0 0 10px #000; text-align:left;
    color: #fff;
	display:none;
}


.img-center {
    margin: 0 auto;
}

footer {
    margin:0;
	background-color:#3E281A;
}

.boarding, .vaccinations{background-color:#a98c6f;padding:25px 0;}
.about{background-color:#c7b7a0; padding:25px 0;}
h2{color:#987D60;}
.white{color:white;}
.gray{color:#333;}
a.gray{color:#333;}
.sectionheader{font-weight:bolder; padding-bottom:15px;}
.photo-header-interior .tagline{display:block; text-transform:uppercase;}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

    
.blur {
    box-shadow: 0px 0px 20px 20px rgba(255,255,255,1);
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
    transform: scale(0.9);
    opacity: 0.6;
  	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

@media (min-width: 420px) {
	.tagline {font-size:5em;}
}
