#front-promo {
    background: url(../images/front-promo/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    position: relative;

}

.front-promo-overlay {
    background: rgba(44, 62, 80, 0.5);
    height: 600px;
    width: 100%;
}

#front-promo .front-promo-caption {
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: 700;
    top: 140px;
    color: white;
}

#front-promo h1 {
    font-size: 48px;
    text-shadow: 1px 1px #000;
    text-decoration: none;
}

#front-promo h4 {
    font-size: 30px;
    color: #fff;
    font-family: "EG Garamond", 'Georgia', Serif;
    text-shadow: 1px 1px #000;
}

#front-promo h5 {
    text-color: #ccc;
    font-family: "EG Garamond", 'Georgia', Serif;
    text-shadow: 1px 1px #000;
}

