.social {
    margin-right: 50px;
}

/* About Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#about {
    background: #161615 url(../images/about-bg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

/* Our Menu Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#our-menu {
    background: #161615 url(../images/menu-bg.jpg) no-repeat;
    background-size: 100%;
}

/* Bar Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#bar {
    background: url(../images/bar-bg.jpg)  no-repeat;
    background-size: 100% 100%;
}

#bar h2 {
    color: #fff;
}

/* Team Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#team {
    background: url(../images/team-bg.jpg)  no-repeat;
    background-size: 100% 100%;
}

.dining .frame {
    padding: 25px 25px;

}

.teambox {
    padding-bottom: 20px;

}

.team_text p {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 14px;
}

@media only screen and (max-width: 990px)  {
    .team_text p {
        padding-top: 40px;
    }
}

/* Gallery Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gallery {
    background: url(../images/gallery-bg.jpg)  repeat-y;
    background-size: 100%;
}

/* Reservation Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.reservation {
    background: url(../images/reservation-bg.jpg)  no-repeat;
    background-size: 100% 100%;
}

.resbutton {
    font: bold 1.5em Arial;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

a.resbutton:hover {
    text-decoration: underline;
    color: #fff;
}

/* Giftcards Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.giftcards {
    background: url(../images/giftcards-bg.jpg)  no-repeat;
    background-size: 100% 100%;
}

/* Career Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#career {
    background: url(../images/career-bg.jpg)  no-repeat;
    background-size: 100% 100%;
}

#career h2 {
    color: #fff;
}

#career ul li {
    color: #fff;
    margin:  8px 0;
}
