#rundown .rundown-section{
    grid-column-gap: 8rem;
}

#gramophone path {
fill: #e6e8f4;
}


@media screen and (min-width: 500px) and (max-width: 1025px) {
 #rundown .rundown-section{
grid-column-gap: 2rem;
}
}#profile h1 {
    font-family: 'libre-baskerville' !important;
}

.profile-detail * {
    color: #fff !important;
}

#galleries h1 {
    color: #fff !important;
}

#galleries .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100vw;
}

#galleries .container .row {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    margin: 0 auto !important;
}

#galleries .container .row:first-of-type {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin: 0 !important;
}

#galleries .container .row:first-of-type .col-12 {
    padding: 0 !important;
}

@media (min-width: 576px) {
    #galleries .container .row:not(:first-of-type) {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #galleries .container .row:not(:first-of-type) {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    #galleries .container .row:not(:first-of-type) {
        max-width: 960px;
    }
}

.instagram {
font-size : 14px
}

.quoteGallery p {
    color: #fff !important;
}

#wishes h1 {
    color: #fff !important;
}

.wish-form input::placeholder,
.wish-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.name, .address, .pesan {
    color: rgba(255, 255, 255, 0.5) !important;
}

#closing p,
#closing h1 {
    color: #fff !important;
}



#footer {
    display: none !important;
}
