.logo {
	height:75px;
	width:auto;
}
body, html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "OpenSansRegular",Lucida Sans,Lucida Grande,Lucida Sans Unicode,sans-serif;
}
.btn-primary {
    background-color: #AF1F34!important;
    border-color: #64110D!important;
    color: #fff;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #64110D!important;
    border-color: #9A1C26!important;
    color: #fff;
}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #9C1B28;
}
header.masthead {
    background-position: bottom center;
}
header.masthead .intro-text .intro-heading {
    text-shadow: 2px 2px 10px #000;
}
a {
    color: #9c1b28;
}
section#services {
    background: #9C1B28;
}
.text-muted {
	opacity:0.8;
	color: initial !important;
}
.photo {
    max-width: 100%;
    border: 8px solid #FFF;
    box-shadow: 1px 1px 3px #ccc;
}
@media (min-width: 768px){
	header.masthead .intro-text .intro-heading {
	    font-size: 50px;
	}
	header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 200px;
}
}
@media (min-width: 992px){
	header.masthead {
	    height: 100vh;
	    min-height: 40rem;
	    padding-top: 72px;
	    padding-bottom: 0;
	}
}