
html,body {
	height: 100%;
	background-color: #fffffa;
}

a {
    color: #960303;
		font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #960303;
		font-weight: bold;
}

a.nav-link{
	font-weight: normal;
}

#logo {
	height: 90px;
}
#featurePic {
	height: 110px;
}
#claim {
	height: 40px;
	background-color:#666;
	color:#fff
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#featurePic {
		height: 85px;
	}
	#logo {
		height: 90px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#featurePic {
		height: 81px;
	}
	#logo {
		height: 65px;
		padding-left: 36px;
		margin-top: 3px;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#featurePic {
		height: 109px;
	}
	#logo {
		height: 85px;
		padding-left: 50px;
		margin-top: 6px;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#featurePic {
		height: 129px;
	}
	#logo {
		height: 105px;
		padding-left: 50px;
		margin-top: 6px;
	}
}
footer {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
}
.nav{
	list-style: none;
	display:block;
}
#mainnav{
	background-color:#960303;
}
.container{
	padding:0;
}
.row{
	margin:0;
}
h1, .h4 {
	color:#666;
}
