#box-wrapper{
    background-image: url(images/cape-town.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height:760px;
}
#box-wrapper h1, p{
    text-align: center;
    font-weight: bold;
    color: #f5fffa;
}
#box-wrapper h2{
    text-align: center;
    font-weight: bold;
    color: #f5fffa;
}
