#wedding {
    font-family: 'Inter Tight';
    font-weight: 200;
    font-size: 1.6rem;
    line-height: 1.3;
    background-color: #f9f7f2;
    display: flex;
    flex-flow: column;
    width: auto;
    margin: 0;
    padding: 0;
}

#wedding h1,
#wedding h2,
#wedding h3,
#wedding #nav {
    font-family: 'Cormorant Garamond';
}

#wedding h1,
#wedding #nav {
    font-size: clamp(1rem, 4vw, 2rem);
    display: flex;
    justify-content: space-around;
    padding: 1rem;
}

#wedding h3 {
    font-size: 3.5rem;
}

#wedding #nav-container {
    justify-content: start;
}

#wedding #nav-container a {
    color: white;
}

#wedding .widephoto {
    font-weight: bold;
    background-size: cover;
    background-position-x: center;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: end;
}

#wedding .photo-title {
    font-size: 8rem;
    font-style: italic;
    font-weight: bolder;
    text-align: center;
    color: white;
    margin-top: 0;
    padding: 1rem;
}

#wedding .skinny {
    max-width: 700px;
    margin: auto;
}

#wedding #home #nav-container {
    background-image: url("/images/smooch.webp");
}

#wedding #home #tippytop {
    background-image: url("/images/musselup.webp");
    justify-content: flex-start;
    padding-top: 2rem;
    min-height: unset;
    padding-bottom: 17%;
}

#wedding #home #tippybottom {
    background-image: url("/images/musseldown.webp");
    justify-content: flex-start;
    padding-top: 8rem;
    min-height: unset;
    padding-bottom: 17%;
}

#wedding #home #title {
    justify-content: flex-start;
    margin: auto 8rem;
}

#wedding #home #date-container {
    text-align: center;
}

#wedding #home .row {
    margin: 8rem auto;
    width: 100%;
}

#wedding #home .row h2 {
    font-size: 6rem;
}

#wedding #home .embedded-map {
    width: 100%;
    min-height: 450px;
    border: none;
}

#wedding #travel #nav-container {
    background-image: url("/images/sonoma.webp");
}

#wedding #travel #goldengate {
    background-image: url("/images/goldengate.webp");
    align-items: start;
    padding-left: 8rem;
}

#wedding #travel #hotelpetaluma {
    background-image: url("/images/hotelpetaluma.webp");
    align-items: end;
    padding-right: 8rem;
}

#wedding #travel #ptreyes {
    background-image: url("/images/ptreyes.webp");
    align-items: start;
    padding-left: 8rem;
}

#wedding #travel hr {
    margin-bottom: 4rem;
}

#wedding #travel .row {
    margin: 8rem auto;
    width: 100%;
}

#wedding #travel .row h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

#wedding #travel .row a {
    font-weight: bolder;
}

#wedding #travel .row ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#wedding #travel .explore {
    margin-bottom: 4rem;
}

#wedding #travel .explore h3 {
    margin-bottom: 1rem;
}

#wedding #travel .explore ul {
    margin: 0;
}

#wedding #faq #nav-container {
    background-image: url("/images/burdock.webp");
}

#wedding #faq #qas {
    display: flex;
    flex-flow: column;
    margin: 1em auto;
}

#wedding #faq .qa {
    margin-bottom: 2.0em;
}

#wedding #faq .q {
    margin-bottom: 0.1em;
}

#wedding #faq #weather {
    font-size: 2rem;

    display: flex;
    place-content: space-around;

    background-color: #acb8a1;
    color: white;

    padding-top: 0.5em;
    padding-bottom: 1em;
}

#wedding #faq #weather .time {
    font-weight: bold;
}
