/*!
 * 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: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
font-family:Verdana, Geneva, sans-serif;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.h2 {
	
	font-family:Verdana, Geneva, sans-serif;
font-size:16px;}

.h1 {
	
	font-family:Verdana, Geneva, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
	
.business-header {
    height: 400px;
    background: url('../images/pyke-fam.jpg') top center no-repeat scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
}

.navbar-header {
    float: none !important;
}


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

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
	text-align:center;
	font-size: 18px;
}

.img-center {
    margin: 10px auto;
}

footer {
    margin: 50px 0;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
   .business-header {
    height: 400px;
    background: url('../images/pyke-fam.jpg') top center no-repeat scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
}
.tagline {

	font-size: 36px;
}


}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .business-header {
    height: 500px;
    background: url('../images/pyke-fam.jpg') top center no-repeat scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
}
.tagline {

	font-size: 40px;
}
}

@media only screen and (min-width: 1268px) {
    /* For desktop: */
    .business-header {
    height: 600px;
    background: url('../images/pyke-fam.jpg') top center no-repeat scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
}
.tagline {

	font-size: 40px;
}
}