/* Body */
body {
    /* background-color: #f6f6f6; */
    background-image: url('../../assets/white-concrete-stone-surface-paint-260nw-1549185518.jpg');
    background-size: contain;
}

/* Nav */
.nav-item {
    cursor: pointer;
    padding: 0px 6px;
}

.nav-item:hover {
    background-color: #e8e8e8;
}

#our-wedding {
    position: relative;
}

#our-wedding:hover .nav-dropdown {
    opacity: 1;
    margin-top: 0px;
}

#guests {
    position: relative;
}

#guests:hover .nav-dropdown {
    opacity: 1;
    margin-top: 0px;
}

.nav-dropdown {
    position: absolute;
    opacity: 0;
    margin-top: -20px;
    transition: opacity .2s linear, margin-top .2s linear, display .2s linear;
    z-index: 999;
    background: #f6f6f6;
    width: 100%;
    margin-left: -6px;
}

.nav-dropdown a {
    display: block;
    padding: 8px 16px;
}

.nav-dropdown a:hover {
    background-color: #e8e8e8;
}

#heading a {
    color: #212529;
}

a:hover {
    text-decoration: none;
}

/* Main */
#main {
    text-align: center;
}

/* Hero */
#hero {
    position: relative;
    overflow: hidden;
    max-height: 780px;
}
#hero img {
    width: 100%;
}
#hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.2);
}

#hero .overlay h1 {
    text-align: center;
    position: relative;
    margin-top: 300px;
}

#hero .overlay h4 {
    text-align: center;
    position: relative;
}


/* Main Content */
#main-content {
    margin: 0px 20%;
}

#main-content .section {
    margin-top: 100px;
}

/* Our Story */

#story {

}

#story h1 {
    text-align: center;
}

#story h4 {
    text-align: center;
}

#story p {
    text-align: center;
}

#story img {
    width: 25%;
    cursor: pointer;
}

#story img:hover {
    box-shadow: 0px 0px 20px 4px steelblue;
}

/* Venue */
#venue img {
    margin: 10px;
}

#venue img#gbc-logo {
    border: 1px solid #333;
}

/* Image modal */
#img-modal {
    position: fixed;
    opacity: 0;
    background-color: rgba(3, 3, 3, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2000;
}

#img-modal.revealed {
    opacity: 1;
    transition: opacity, .1s;
    z-index: 2000;
}

#img-modal img {
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Photos */
#photos img {
    width: 25%;
    cursor: pointer;
}

#photos img:hover {
    box-shadow: 0px 0px 20px 4px steelblue;
}
