body, html {
  height: 100%;
}
.logo{
	margin-top: 10px;
}
.main {
	background-image: url('../images/firecoats-bg2.png'); 
	height: 100%;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	
}
.container{
	background-color: white;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;	
	background-color: #65676b;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
h2 a:link { color: #fff}

.call {
	text-align: center;
	font-size: 1.3em;
}
.fa{
	color: #721724;
}
.fa-ul>li {
	font-size: 1.3em;
}
.newSite {
	color: #721724;
	font-weight: bold;
	font-size: 1.3em;
}
.row{
	margin-top: 35px;
}

