.container {

    background-size: 100% 100%;
    background-position:center;
    background-attachment: fixed;
    max-width:100vw;
    max-height:100vh;
    z-index:999;
    margin:0px;
    padding:0px;
    border:0px;
}

.topnav {
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
}

.transp {
background-color: rgba(255, 255, 255, 0.7);
}

.topnav a {
  float: left;
  display: block;
  color: #757575;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav img {
    margin-top: -8px;
    margin-left: -8px;
    float: left;
    display: block;
}

.topnav a:hover {
  color: black;
}

.topnav a.active {
  color: black;
}

.topnav .icon {
  display: none;
}

.kerscott {
    background-image: url("/./static/images/ai-generated-elegant-flower-background-with-copy-space-photo.jpeg");
    background-color: rgba(255,255,255,0.6);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
}


@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
   .map-container iframe {
    width: 100%;
    height: 50%;
   }
   .kerscott {
    background-image: url("/./static/images/kerscott.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
}
    .topnav a.logo {
    float: left;
    display: block;
    height: 40px;
    }
}

body {
height: calc(100vh - 53.5px);
}


@media screen and (max-width: 600px) {
    .topnav {
        position: fixed;
        width: 100%;
    }
  .topnav.responsive {
  position: fixed;
  width: 100%;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .content {
    margin-top: 53.5px;}

  .details {
    margin-top: 53.5px;
  }
  .rsvp {
    margin-top: 53.5px;
  }
}









.page-center {
    position:relative;
    width:100vw;
    height:calc(100vh - 56px);
    z-index:1;
    border:0px;
}

.child {
    padding-top: 30vh;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    z-index:2;
}

@media screen and (max-width: 600px) {
    .child {
        zoom: 0.9;
        -moz-transform: scale(0.9);
    }
}

html, body {
margin: 0;
width: 100vw;
}

.timeline {
    border-left: 3px solid #047a2f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #047a2f;
    box-shadow: 0 0 0 3px #047a2f;
    left: -55.8px;
    background: white;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.content {
padding-top: 0px;
background-color:transparent;
margin-left:15%;
margin-right:5%;
}

.col-3 {
}

.details {
    padding-top:56px;
    margin: auto;
    z-index:2;
    width:60%;
    text-align:center;
}

.details ul {
list-style-type: none;
margin-left: 0px;
padding-left:0px;
}

.rsvp ul {
list-style-type: none;
margin-left: 0px;
padding-left:0px;
}

@media screen and (max-width: 600px) {
    .details {
    width: 80%;
    }
}

.rsvp {
    padding-top:56px;
    margin: auto;
    z-index:2;
    width:60%;
}
@media screen and (max-width: 600px) {
    .rsvp {
    width: 80%;
    }
}

.form-group {
    margin-bottom:30px;
}

.form-group h2 {
    padding-top:0px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}
.details h2 {
    padding-top:0px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}
.details p {
    padding-top:0px;
}
.details li {
    margin-bottom:30px;
    border-bottom: 1px dashed #e8ebf1;
}

.details-list-title {
    margin-bottom:30px;
}

.form-control {
    border-color:#047a2f;
}

.btn-light {
    border-color:#047a2f;
}

.btn-light:hover {
    background:#f0f0f0;
    border-color:#047a2f;
}
.btn-light:active {
    background:#047a2f;
}

.btn-light {
    --bs-btn-active-bg:#f0f0f0;
    --bs-btn-active-border-color:#047a2f;
}

.btn-primary {
    background-color: #047a2f;
    border-color: #047a2f;
}
.btn-primary:hover {
    background-color: #035420;
    border-color: #035420;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
padding-left: 5%;
padding-right: 5%;
}

.col {
    margin-left:auto;
    margin-right:auto;
}

.registry {
  margin-bottom:50px;
  width: 70%;
  margin-left:auto;
    margin-right:auto;
}

@media screen and (max-width: 600px) {
    .registry {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    }
}

.link_ {
    color:black;
    text-decoration: none;
}

.link_:visited {
color:black
}

.link_:link {
  text-decoration: none;
}

.link_:visited {
  text-decoration: none;
}

.link_:hover {
  text-decoration: underline;
}

.link_:active {
  text-decoration: underline;
}


.hero-section {
    text-align: center;
    padding: 50px 0;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.registry-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.registry-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.registry-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
}

.bought {
filter: grayscale(60%);
}

.watermark {
position: relative;
padding: 0;
margin: 0;
}

.watermark:after {
content: "";
position: absolute;
display: block;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 50%) repeat 0 0;
z-index: 1;
}
.watermark-text {
text-align: center;
display: block;
position: absolute;
width: 100%;
color: #d9d9d9;
left: 0;
top: 40%;
padding: 1em;
font-weight: 700;
z-index: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #047a2f;
    border-color: #047a2f;
    background-color: #047a2f;
}