.hero-unit {
/*
background: url("stock/hand.jpg") right bottom no-repeat;
background: url("stock/couple.jpg") right top repeat;
*/
background: url("stock/couple.jpg") left center no-repeat;
background-size: cover;

width: 100%;
position: relative;
top: -20px;
left: -5em;
right: 0;
z-index: -1;
clear: both;
}

.grn
{
position: relative;
height: 500px;
width: 100%;
background-color: #284237;
background-image: url(stock/blur_background.jpg);
background-repeat: repeat;
background-position: center center;
border-bottom: 1px solid #333;
text-align: center;
color: #fff;
}

.grn2 {
background-color: #284237;
background-image: url(stock/blur_background.jpg);
background-repeat: repeat;
background-position: center center;
color: white;
}

.logo {
vertical-align: middle;
/*
max-width: 160px !important;
*/
max-height: 32px !important;
margin: 16px 8px;
}

.blurb {
font-family: 'Merriweather', serif;
font-size: 1.3em;
text-align: center;
/*
padding: 0.5em;
*/
font-smooth: always;
-webkit-font-smoothing: antialiased;
line-height: 1.4em;
}

.infos {
font-family: 'Merriweather', serif;
font-size: 1.4em;
line-height: 1.2em;
}

.blurbx {
font-family: 'OFL Sorts Mill Goudy TT';
font-size: 1.3em;
color: orange;
}

.boxout {
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
background: #f0f0f0;
}

hr {
clear: both;
color: #444;
background-color: #444;
border: 0;
height: 2px;
}

/*
h2, h3, h4, h5, h6 {
clear: right;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-family: 'OFL Sorts Mill Goudy TT';
font-weight: normal;
margin-left: -16px;
margin-right: -16px;
color: orange;
}

h2, h3, h4 {
font-size: 2em;
}

h2 {
border-bottom: 2px solid gray;
padding-top: 1.4em;
}
p {
line-height: 1.4em;
}
*/

/*
body {
background-image: url("nuanti-twit2.png"); background-position: top left; background-repeat: no-repeat;
}
*/

.navbar {
font-family: 'Lucida Sans', sans-serif;
font-weight: bold;
text-transform: uppercase;
}

.n-special {
background: -webkit-radial-gradient(center -70px, ellipse cover, #CEE5FC 0%, #8C9DC8 100%);
}

