body {

}
header {
	background: #0F9FB9;
	background-image: url(../images/header-back.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: .625rem 0 0rem;
	border-bottom: solid .625rem #026173;
	background-size: cover;
}
footer {
	background: #026173;
	border-top: solid .625rem #0F9FB9;
	padding: 1.875rem 0;
}
.roomy { padding: 3.75rem 0; }
.extra-roomy { padding: 16rem 0 ;}
.cozy {padding: 1.875rem 0;}
.alert {
	background: #6B3851;
}
section.colorize {
	background: #C2C8D7;
}
.process {
	background: #026173;
	background-image: url("../images/home-panel-2.png");
	background-size: cover;
}

.colorize {

}
.colorize.white { color: #fff; }

ul.inline-list li { display: inline;  }
.go:after {
	display: inline-block;
	text-decoration: none;
	content: "»";
	padding-left: .25em;
}
a.go.before:before {
	display: inline-block;
	text-decoration: none;
	content: "»";
	padding-right: .25em;
	/* margin-left: -0.8rem; */
}
a.go.before:after {
	display: inline-block;
	text-decoration: none;
	content: "";
	padding-right: .25em;
}

nav.primary {
	margin: .625rem 0;
}
nav li a { color:#fefefe; font-size: 1.5rem;}

.menu .active > a { background: none; }

.img-fill {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: rgba(23, 23, 23, 0.75);
    color: #F1F5F7;
    padding-top: 0;
}
.img-fill img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(23, 2, 0, 0.5);
    object-fit: cover;
}