.font-header {
    font-family: "Meow Script", Verdana, Tahoma;
    font-style: normal;
    color: hsl(var(--bulma-navbar-h),var(--bulma-navbar-s),var(--bulma-navbar-item-color-l));
    font-size: 110px;
}

.seperator {
    border-bottom: #ca7d91 1px solid;
    margin: 50px 0;
}

a {
    color: #ca7d91;
}

a:hover {
    text-decoration: underline;
}

.concat {
    padding: 0px 10px;
}

body {
    font-family: 'Quicksand', Times, serif;
    background-image: url(./imgs/blush-rose.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 20px;
}

.footer img.background {
    transform: scaleY(-1) scaleX(-1);
    -webkit-transform: scaleY(-1) scaleX(-1);
    position: absolute;
    bottom: 0;
    z-index: -1000;
}

.footer {
    background-color: initial;
    padding: 50px 0 50px 0;
    position: relative;
    font-size: 20px;
}

.header {
    padding: 70px 20px 40px 20px;
    text-align: center;
}

.sub-header {
    border-bottom: #ca7d91 1px solid;
    margin-bottom: 30px;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.navbar {
    background: none;
    font-size: 20px;
    color: black;
    margin-bottom: 40px;
}

.navbar-menu {
    justify-content: center;
}

.navbar a {
    background: none;
    border-top: 1px solid #ca7d91;
    border-bottom: 1px solid #ca7d91;
    padding: .5rem 1.5rem;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar a:hover {
    background: none;
    border-bottom: #ca7d91 1px solid;
    background: #ca7d9130;
}

.navbar a.navbar-burger {
    color: hsl(var(--bulma-navbar-h),var(--bulma-navbar-s),var(--bulma-navbar-item-color-l));
    border: none;
    left: -45%;
}

.navbar-menu.is-active {
    box-shadow: 0 0 5px 5px hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-scheme-invert-l), .1);
}

.navbar-menu.is-active a:hover {
    border-color: white;
    background: #ca7d9130;
}

.container.small-container {
    max-width: 500px !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 992px) {
    .container {
        width: 975px;
    }
}

@media (max-width: 1300px) {
    .font-header {
        font-size: 85px;
    }

    .header {
        padding: 70px 20px 35px 20px;
        text-align: center;
    }
}

.couple-name {
    font-size: 45px;
    line-height: 40px;
    color: hsl(var(--bulma-navbar-h),var(--bulma-navbar-s),var(--bulma-navbar-item-color-l));
}

.header-img img {
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
}

.author {
    text-align: center;
    margin-top: 35px;
}

#location-info .info {
    font-weight: normal;
    padding-top: 50px;
}

#location-info .info .date {
    font-weight: bold;
} 

#location-info .location {
    font-family: "Meow Script", Verdana, Tahoma;
    font-size: 50px;
}

#location-info iframe {
    width: 100%;
    margin: 40px 0 50px 0;
}

#story p {
    margin-bottom: 20px;    
}

#story img {
    border-radius: 20px;
}

#story .caption {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 20px;
    text-align: center;
}

#rsvp iframe {
    width: 100%;
    margin-bottom: 50px;
    height: 1307px;
    height: 269px;
}

#faq {
    text-align: center;
}

#faq .question {
    font-weight: bold;
    font-size: 25px;
}

#faq .answer {
    margin-bottom: 50px;
}

input[data-com-onepassword-filled="dark"] {
    background-color: hsl(var(--bulma-input-h),var(--bulma-input-s),calc(var(--bulma-input-background-l) + var(--bulma-input-background-l-delta))) !important;
}

#photoForm {
    text-align: center;
}

#photoForm .file.is-boxed {
    justify-content: center;
}

#photoForm .file.is-boxed .file-label {
    flex-direction: initial;
    margin-top: 5px;

}

#preview {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 25px;
}

#preview img {
    width: 25%;
    min-width: 100px;
    padding: 5px;
}

#pendingPhotos {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#pendingPhotos > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#pendingPhotos > div > img {
    width: 100%;
    margin: 20px 0 10px 0;
}