/*body content*/

/*countdown clock*/
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  font-family: 'Norman Stencil Fat', 'Gloock', 'DM Serif Display', 'Baskerville', serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
}

.countdown__value {
  font-size: 50px;
  font-weight: bold;
}

.countdown__label {
  font-size: 20px;
  text-transform: uppercase;
}
/*countdown clock*/

.content .celebration, .content .story, .content .weddingparty, .content .registry, .content .rsvp, .content .travel, .content .do, 
{
	width: 100%;
	display: inline-block;
	float: left;
}

.content .do p
{
	width: 60%;
}

li 
{
	font-family: 'Halogen Flare Thin', 'Gruppo', 'Comfortaa', san-serif;
}

.date
{
	font-size: 60pt;
	letter-spacing: 4px;
	font-family: 'Halogen Flare Thin', 'Gruppo', 'Comfortaa', san-serif;
}
.location-time
{
	font-size: 30pt;
	letter-spacing: 4px;
	font-family: 'Halogen Flare Thin', 'Gruppo', 'Comfortaa', san-serif;
}

/* photo gallery */
body {
      font-family: 'Halogen Flare Thin', 'Gruppo', 'Comfortaa', san-serif;
      margin: 0;
      padding: 0;
      text-align: center;
    }

    #gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

	#gallery2 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .thumbnail {
      margin: 10px;
      cursor: pointer;
    }

    .thumbnail img {
      width: 150px;
      height: 150px;
      object-fit: cover;
    }

    #modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
    }

    #modal img {
      max-width: 80%;
      max-height: 80%;
    }
	#modal2 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
    }

    #modal2 img {
      max-width: 80%;
      max-height: 80%;
    }

    #closeBtn {
      position: absolute;
      top: 15px;
      right: 15px;
      color: white;
      font-size: 24px;
      cursor: pointer;
    }

    #prevBtn,
    #nextBtn {
      color: white;
      font-size: 24px;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    #prevBtn {
      left: 15px;
    }

    #nextBtn {
      right: 15px;
    }