body {
    background-image: url(../images/background.png);
    background-size: 30%;
    padding: 100px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 285px;
}

.panel {
    background: #E1DCD7;
    width: 100%;
    max-width: 1280px;
    padding: 10px;
}

.panel-inner {
    border: #493f3f 1px solid;
    height: 100%;
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

nav ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

nav ul li {
    padding: 0 15px;
}

nav ul li:first-child {
    padding-left: 0;
}

nav ul li:last-child {
    padding-right: 0;
}

nav ul li a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #4E4444;
    padding-bottom: 3px;
    transition: all .3s ease-in-out;
}

nav ul li a:hover {
    color: #BF5230;
    border-bottom: 3px #BF5230 solid;
}

a.button.rsvp {
    font-family: 'Roboto', sans-serif;
    height: 54px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4E4444;
    color: #4E4444;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

a.button.rsvp-answer {
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4E4444;
    color: #4E4444;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    width: 200px;
}

a.button.rsvp:hover,
input.button.send:hover,
a.button.rsvp-answer:hover {
    background: #4E4444;
    color: #E1DCD7;
}

.row-rsvp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    flex-wrap: wrap;
}

.row-rsvp .each-rsvp-btn {
    margin: 20px;
}

input.button.send {
    font-family: 'Roboto', sans-serif;
    height: 54px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4E4444;
    color: #4E4444;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.footer {
    font-family: 'EB Garamond Italic', sans-serif;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    padding: 30px;
    color: #4E4444;
}

section.frame {
    background-image: url(../images/frame.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #4E4444;
    font-family: 'EB Garamond', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.frame h1.frame-title {
    font-size: 52px;
    font-weight: 600;
    width: 230px;
    margin: 0;
}

.frame p.of-frame {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}

.frame h2.frame-names {
    font-size: 50px;
    width: 620px;
    margin: 0;
    letter-spacing: 30px;
    font-weight: 400;
}

.frame p.and-frame {
    font-size: 50px;
    margin: 10px 0;
}

.frame .frame-image {
    margin-top: 70px;
}

.frame .frame-stamp {
    position: absolute;
    margin-left: 925px;
    margin-top: 180px;
}

section.page-section {
    padding: 40px;
}

.hero-image-contain {
    text-align: center;
}

img.hero-image {
    max-width: 100%;
    height: auto;
}

.hero-title {
    font-family: 'EB Garamond', sans-serif;
    font-size: 50px;
    letter-spacing: 30px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    color: #4E4444;
}

p.sub-header {
    font-size: 36px;
    font-family: 'EB GARAMOND', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #4E4444;
    padding: 0 30px;
}

.divider.dotted {
    height: 5px;
    width: 90%;
    border-top: 1px solid #AAB2A8;
    border-bottom: 1px dashed #AAB2A8;
    margin: auto;
}

.divider.lined {
    height: 4px;
    width: 90%;
    border-top: 3px solid #AAB2A8;
    border-bottom: 1px solid #AAB2A8;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

p.sub-text {
    font-size: 34px;
    font-family: 'EB Garamond', sans-serif;
    text-align: center;
    color: #4E4444;
}

.accommodations-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.each-accommodation {
    text-align: center;
}

.acc-title {
    font-family: 'EB Garamond', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #4E4444;
}

.acc-address {
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
    color: #4E4444;
    padding-top: 25px;
}

.acc-distance {
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    color: #4E4444;
}

.acc-phone {
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
    color: #4E4444;
}

.acc-website {
    padding-top: 15px;
}

.acc-website a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #BF5230;
    ;
}

.frame-stamp-mobile {
    display: none;
}

.frame-image-mobile {
    display: none;
}

.activity {
    font-family: 'EB Garamond', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    color: #4E4444;
}

.activity-date {
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 2.26667px;
    color: #4E4444;
}

.each-activity {
    display: flex;
    justify-content: space-between;
}

.outer-activity {
    padding: 10px 40px;
}

.divider.dotted.activity-divider {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
}

.activities-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.show-mobile {
    display: none;
}

form {
    padding: 50px 40px;
}

form .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.each-input {
    width: 100%;
}

.each-input input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    background: #efe9e5;
    border: 1px solid #AAB2A8;
    font-size: 18px;
    font-family: 'EB Garamond', sans-serif;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 5px 10px;
    background: #efe9e5;
    border: 1px solid #AAB2A8;
    font-size: 18px;
    font-family: 'EB Garamond', sans-serif;
    min-height: 200px;
    box-sizing: border-box;
}

.each-input:not(:last-child) {
    padding-right: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #efe9e5 inset !important;
}

a.link {
    text-decoration: none;
    color: #BF5230;
    transition: all .3s ease-in-out;
}

a.link:hover {
    border-bottom: 3px #BF5230 solid;
}

.question {
    font-size: 26px;
    font-family: 'EB GARAMOND', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #4E4444;
    padding: 0 30px;
    padding-bottom: 15px;
}

.each-input.radio-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-input label {
    cursor: pointer;
    font-size: 20px;
    color: #4E4444;
}

input[type="radio"] {
    height: 25px;
    width: 25px;
    margin-left: 15px;
    cursor: pointer;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #4e4444;
    background-color: rgb(239 233 229);
}

input[type="radio"]:checked {
    background-color: #4e4444;
}

/* PHOTO GALLERIES */

img.photo-image {
    max-width: 100%;
}

.photo-item {
    text-align: center;
    border: 1px solid black;
    margin: 10px 0;
    padding: 10px;
}

.download-link a {
    margin: auto;
}

.total-photos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

span.total-photos-count {
    padding-bottom: 10px;
}

.prev-next-btns {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.prev-next-btns a:not(:last-child) {
    margin-right: 20px;
}

.pagination-buttons {
    display: flex;
    padding-top: 25px;
    justify-content: center;
}

.pagination-buttons a.button.rsvp-answer {
    width: 20px;
    height: 20px;
}

.pagination-buttons a.button.rsvp-answer:not(:last-child) {
    margin-right: 10px;
}

.pagination-buttons a.button.rsvp-answer.active {
    background: #bc5232;
    color: white;
}

@media all and (max-width: 1440px) {
    .frame .frame-stamp {
        margin-left: 64vw;
    }

    .frame .frame-stamp img {
        height: 200px;
        width: 200px;
    }
}

@media all and (max-width: 1200px) {
    nav ul li {
        padding: 0 7px;
    }

    nav ul li a {
        font-size: 16px;
    }

    a.button.rsvp,
    input.button.send,
    a.button.rsvp-answer {
        font-size: 16px;
        padding: 15px;
        text-align: center;
    }

    .panel {
        max-width: 800px;
        min-width: 730px;
    }

    section.frame {
        background-size: 540px;
        height: 705px;
        margin-top: 0;
    }

    .frame h1.frame-title {
        font-size: 34px;
        width: 170px;
    }

    .frame p.of-frame {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .frame h2.frame-names {
        font-size: 34px;
        letter-spacing: 14px;
        width: 340px;
    }

    .frame p.and-frame {
        font-size: 30px;
        margin: 5px 0;
    }

    .frame .frame-image {
        margin-top: 25px;
    }

    .frame .frame-image img {
        height: 100px;
        width: auto;
    }

    .frame .frame-stamp img {
        height: 140px;
        width: auto;
    }

    .footer {
        font-size: 20px;
    }

    nav {
        padding: 10px 30px;
    }

    .frame .frame-stamp {
        margin-left: 485px;
        margin-top: 142px;
    }

    img.hero-image {
        max-width: 200px;
        max-height: 100px;
        width: auto;
    }

    h1.hero-title {
        font-size: 34px;
        letter-spacing: 14px;
    }

    p.sub-header {
        font-size: 22px;
    }

    p.sub-text {
        font-size: 20px;
    }

    .acc-title {
        font-size: 28px;
    }

    .acc-address {
        padding-top: 20px;
    }

    .acc-address,
    .acc-phone {
        font-size: 24px;
    }

    .acc-website a {
        font-size: 18px;
    }

    .activity,
    .activity-date {
        font-size: 20px;
    }

}

@media all and (max-width: 860px) {
    .frame .frame-stamp img {
        height: 105px;
        width: auto;
    }


    .frame .frame-stamp {
        margin-left: 450px;
        margin-top: 142px;
    }
}

@media all and (max-width:800px) {
    body {
        padding: 30px;
    }

    .panel {
        min-width: revert;
    }

    nav {
        padding: 0 10px;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li {
        padding: 7px 0;
    }

    nav ul li:first-child {
        padding-top: 0;
    }

    nav ul li:last-child {
        padding-bottom: 0;
    }

    section.page-section {
        padding: 10px;
        padding-top: 20px;
    }

    h1.hero-title {
        font-size: 22px;
        letter-spacing: 4px;
    }

    p.sub-header {
        font-size: 20px;
    }

    p.sub-text {
        font-size: 18px;
    }

    span.footer-space {
        display: block;
    }

    .footer {
        font-size: 18px;
    }

    .acc-title {
        font-size: 20px;
    }

    .acc-address,
    .acc-phone {
        font-size: 18px;
    }

    .acc-website a {
        font-size: 14px;
    }

    .frame-stamp {
        display: none;
    }

    .frame-stamp-mobile {
        display: block;
        text-align: center;
    }

    .frame-stamp-mobile img {
        width: 50%;
        max-width: 160px;
        max-height: 160px;
    }

    .sub-header br {
        display: none;
    }

    .sub-header br.show-mobile {
        display: block;
    }

    .show-mobile {
        display: block;
    }

    .each-activity {
        flex-direction: column;
        text-align: center;
    }

    .activity {
        padding-bottom: 10px;
    }

    form .row {
        display: block;
        padding-bottom: 20px;
    }

    form {
        padding: 50px 20px;
    }

    .each-input:not(:last-child) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    a.button.rsvp {
        margin-top: 10px;
    }
}

@media all and (max-width:650px) {
    .frame h1.frame-title {
        font-size: 6vw;
        width: 150px;
        margin-top: -40px;
    }

    .frame p.of-frame {
        font-size: 16px;
    }

    .frame h2.frame-names {
        font-size: 6vw;
        letter-spacing: 10px;
        max-width: 340px;
        width: auto;
    }

    .frame-image {
        display: none;
    }

    section.frame {
        background-size: 80vw;
        height: 110vw;
        margin-top: 0;
        margin-bottom: 0;
    }

    .frame p.and-frame {
        font-size: 22px;
    }

    .frame-image-mobile {
        display: block;
        text-align: center;
    }

    body {
        padding: 18px;
    }

    .frame-image-mobile img {
        height: 130px;
        width: auto;
    }

    .frame-stamp-mobile {
        margin-top: 10px;
    }

    .frame-stamp-mobile img {
        height: 130px;
        width: auto;
    }
}

@media all and (max-width:455px) {
    .frame h1.frame-title {
        width: 110px;
        margin-top: -30px;
    }
}

.itinerary-page .activity-date {
    text-align: right;
}

@media all and (max-width: 800px) {
    .itinerary-page .activity-date {
        text-align: center;
    }
}