h1 {
    font-size: 10rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 3rem;
    /* margin-bottom: 10px; */
}

.lander-text {}

.lander-names {
    text-align: center;
}

.lander-date {
    text-align: center;
}

h2 {
    font-size: 6rem;
    margin-top: 0px;
    margin-bottom:0px;
}

.center-text {
    text-align: center;
    /* width: 100%; */
}

.registry-text {
    font-size: 2rem;
}

.reg-couple-img {
    max-width: 80rem !important;
}

body {
    margin: 0px;
}
/* body  { */
    /* background:url("../images/flowers.jpg") fixed no-repeat bottom right; */
    /* background-color: #000; /\*Default bg, similar to the background's base color*\/ */
    /* background-image: url("flowers.jpg"); */
    /* background-position: right bottom; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
/* } */

.names-font {
    font-family: 'Amatic SC', cursive;
    font-weight: 500;
}

.menu-font {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.date-font {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}



.flowers-img-br {
    display: block;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    /* max-height: 40%; */
    max-width: 60%;
    z-index: -1;
}

.lander-img {
    display: none;
}


li {
    display: list-item;
}

.events-header {
    margin-top: 4rem;
}

.travel-header {
    font-family: 'Amatic SC', cursive;

    margin-top: 4rem;
}

.address-1 {
    font-size: 1.5rem;
    margin-bottom: 0px;
}
.address-2 {
    font-size: 1.5rem;
}

.event-logo {
    margin-top: 3rem;
}

.almost-full-width {
    width: 90%;
    max-width:
    box-sizing: border-box;
}

.header {
    letter-spacing: .2rem;
    font-weight: 600;
}

.fun-subheader {
    letter-spacing: .2rem;
    font-weight: 600;
}

.bold {
    font-weight: 600;
}

.under {
    text-decoration: underline;
}

.indented {
    margin-left: 2rem;
}


.centered-image {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centered-image-bigger {
    max-width: 60rem;
    min-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ceremony-header{ margin-top: 0rem; }

.ceremony-1 {
    margin-top: 2rem;
    font-size: 1.7rem;
    /* font-weight: 500; */
    margin-bottom: 0px;
}

.ceremony-2 {
    font-size: 1.7rem;
    /* font-weight: 500; */
}


.spacer {
    height: 20px;
}
.spacer-xl {
    height: 18rem;
}

.mono {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.9rem;
    letter-spacing: .1rem;
}

.img-container {
    width: 100%;
}

a:hover#menu-icon {
    background-color: #444;
    border-radius: 4px 4px 0 0;
}

.no-list-style {
    list-style: none;
    margin-bottom: 0px;
}

.current {
    color: #2262AD;
}

.menu-content {
    max-height: 0;
    overflow: hidden;
    text-align: right;
    padding-right: 3rem;
    padding-top: 4rem;
}

input:checked ~ .menu-content {
    max-height: 100%;
    padding-top: 7rem;
    /* color: white; */
    /* background-color: black; */
    /* width: 20rem; */
    /* float: right; */
}

.collapsible-menu label {
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 20px;
    margin: 2rem;;
    display: block;
    cursor: pointer;
    background: url(../images/baseline_menu_black_18dp.png) no-repeat left center;
}

input#menu {
    display: none;
}

.wider {
    max-width: 1100px;
}

.event {
    /* margin-top: 80px; */
    font-size: 80px;
}

.event-subheader {
    margin-top: 0px;
    font-size: 50px;
}

.gform {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gform-container {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    height: 12em;
}

a:link {
    color: #1d9f92;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #1d9f92;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    background-color: transparent;
    text-decoration: underline;
}

.nounderline {
    text-decoration: none !important;
    color: inherit !important;
}

.nounderline:hover {
    background-color: #1d9f92;
}

.button { margin-right: 1rem;}


.menu-link {
    color: inherit !important;
}


.container {
    margin-top: 3rem;
}

.hotel-img {
    max-height: 305px;
}

.venue-img {
    margin-top: 4rem;
    margin-bottom: 4rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
    border: 8px solid rgb(255, 255, 255);
}

.fun-img {
    /* margin-top: 4rem; */
    /* margin-bottom: 4rem; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
    border: 8px solid rgb(255, 255, 255);
}

.indented-sm {
    margin-left: 3px;
}

.photo-credit {
    visibility: hidden;
}


@media (min-width: 750px) {

    .photo-credit {
        visibility: visible;
        text-align: right;
        margin: 2rem;
        margin-right: 10rem;
    }

    .lander-text {
        position: absolute;
        top: 6rem;
        left: 1rem;
    }

    .lander-names {
        text-align: left;
        margin-left: 1rem;
        font-weight: 500;
        font-size: 5rem;
    }

    .lander-date {
        text-align: left;
        font-size: 1.5rem;
        margin-left: 10rem;
    }

    .ceremony-text {
        position: relative;
        top: 50%;
        transform: translateY(50%);
    }

    .ceremony-1 {
        font-size: 2.5rem;
        /* font-weight: 500; */
        margin-bottom: 0px;
    }

    .ceremony-2 {
        font-size: 2.5rem;
        /* font-weight: 500; */
    }


    .event-logo {
        margin-top: 12rem;
    }

    .flowers-img-br {
        display: none;
    }

    .venue-img {
        margin-top: 3rem;
    }

    .lander-img {
        display: block;
        margin-top: 10rem;
        width: 100%;
        z-index:-1;
    }

    input:not(:checked) ~ .menu-content {
        max-height: 100%;
    }

    li.span-full {
        width: 100%;
    }

    .menu-li {
        float: left;
        display: inline-block;
        padding-right: 3rem;
        white-space: nowrap;
    }

    input#menu {
        display: none;
    }

    #menu {
        display: none;
    }

    .collapsible-menu label {
        visibility: hidden;
    }

    .menu-content {
        max-height: 100%;
        display: table;
        top: 0px;
        right: 0px;
        position: absolute;
        text-align: center;
    }

    .travel-header {
        margin-top: 12rem;
    }

    h1 {
        margin-top: 10rem;
    }
}

@media (min-width: 1000px) {
    .ceremony-text {
        position: relative;
        top: 50%;
        transform: translateY(100%);
    }

    .lander-text
    {
        position: absolute;
        top: 11rem;
        left: 2rem;
    }

    .lander-names
    {
        text-align: left;
        font-weight: 500;
        font-size: 9rem;
    }

    .lander-date
    {
        text-align: left;
        font-size: 2rem;
        margin-left: 14rem;
    }
}
@media (min-width: 1150px) {

    .lander-text {
        position: absolute;
        top: 11rem;
        left: 6rem;
    }

    .lander-names {
        text-align: left;
        font-weight: 500;
        font-size: 10rem;
    }

    .lander-date {
        text-align: left;
        font-size: 2.3rem;
        margin-left: 15rem;
    }

}
