body {
	font-size: 16pt;
	font-family: 'Roboto Condensed', sans-serif;
	min-width: 320px;
	background: url('../img/header-bg.jpg') no-repeat bottom center fixed;
	background-size: cover;
	font-weight: 300;
	color: #fff;
}
body > section {
	padding: 2em 0;
}
h1, h2, h3 { font-weight: 700; }
a, a:hover, a:visited, a:focus { 
	text-decoration: none;
	font-weight: 700;
	color: rgb(29, 53, 101);
}

p {line-height: 1.5;}

.navbar-brand { float: none; }
.navbar-brand > img { max-height: 150px; }
.header {
	margin-bottom: 1em;
}

.intro h1 {
	font-size: 4em;
	font-family: 'Amatic SC', cursive;
	margin-top: 0;
}

section.blue-bar {
	background-color: rgba(13, 79, 124, 0.7)
}

.square {
	margin-top: 2em; 
	background-color: rgb(207, 219, 225);
	color: rgb(29, 53, 101);
	padding: 1em 1em 3em;
	position: relative;
}
@media (min-width:767px) {
	.square {
		min-height: 315px;
	}
}
@media (min-width:992px) {
	.square {
		min-height: 373px;
	}
}
@media (min-width:1200px) {
	.square {
		min-height: 354px;
	}
}

.square > img { 
	width: 76px;
	margin-bottom: 1em;
}
.square .phone {
	font-size: 1.9em;
	font-weight: 700;
}
.square .bottom {
	position: absolute;
	left: 0; right: 0;
	bottom: 1em;
}

.btn-outline, .btn-outline:hover  {
	border: 1px solid rgb(29, 53, 101);
	color: rgb(29, 53, 101);
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
}
.btn-outline ~ .btn-outline {
	margin-left: 1em;
}