.social {
    margin-right: 50px;
}

/* About Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#about {
    background: #161615 url(../images/about-bg.jpg) no-repeat;
    background-size: 100%;
    color: #fff;
}

/* Our Menu Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#our-menu {
    background: #161615 url(../images/menu-bg.jpg) no-repeat;
    background-size: 100%;
}

/* Private Dining Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#dining {
    background: url(../images/dining-bg.jpg)  no-repeat;
    background-size: 100%;
}

/* Geisha Room Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#geisharoom {
    background: url(../images/geisha-room-bg.jpg)  no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Valet Parking Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#parking {
    background: #161615 url(../images/parking-bg.jpg) no-repeat;
    background-size: 100%;
}

#parking h2 {
    margin-bottom: 430px;
}

@media only screen and (max-width: 990px)  {
	#parking h2 {
	    margin-bottom: 80px;
	}
}

/* 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%;
}

.popup {
    display: none;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.popup div {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    height: 65%;
    text-align: center;
}
@media (max-width: 1024px) {
    .popup div {
        width: 90%;
    }
}

.popup div img {
    max-height: 100%;
    max-width: 100%;
}

.popup div .icon-cross {
    font-size: 25px;
    position: absolute;
    top: -14px;
    right: -10px;
    color: white;
    cursor: pointer;
}

.popup div a {
    color: white;
    font-size: 22px;
    text-decoration: none;
}
.popup div a:last-of-type {
    display: block;
    margin-top: 15px;
}

.popup div a:hover {
    text-decoration: underline;
}

#home .home-links {
    z-index: 999;
}


/* 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;
}
