@font-face {
  font-family: Minion Pro;
  src: url('./fonts/MinionPro-Regular.otf');
}
@font-face {
  font-family: Alex Brush;
  src: url('./fonts/AlexBrush-Regular.ttf');
}
@font-face {
  font-family: Cochin;
  src: url('./fonts/Cochin.ttc');
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: rgba(204, 190, 14, 1);
  font-family: Cochin, Times, serif;
}
a {
  text-decoration: inherit;
  color: inherit;
}

.lead {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('./images/lead.jpg');
  background-size: cover;
  background-position: 50% 50%;
}

.band2 {
  width: 100%;
  margin-bottom: 40px;
}
.enter-code {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.enter-code input {
  height: 32px;
  font-family: inherit;
  color: inherit;
  font-size: 22px;
  padding: 4px 8px 0 8px;
  margin-right: 14px;
  vertical-align: middle;
}
.enter-code .enter-button {
  height: 38px;
  background: rgba(171, 42, 81, .6);
  color: inherit;
  border: 0;
  box-shadow: 0;
  font-family: inherit;
  font-size: 20px;
  vertical-align: middle;
}





body.with-background {
  background: url('./images/background.jpg') repeat;
}
.band-background {
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 700px) {
  .band-background {
    background-size: contain;
    background-position: 0 0;
    height: 100px;
  }
}
body.home .band-background { background-image: url('./images/band-home.jpg'); }
body.gifts .band-background { background-image: url('./images/band-gifts.jpg'); }
body.rsvp .band-background { background-image: url('./images/band-rsvp.jpg'); }
body.wedding .band-background { background-image: url('./images/band-wedding.jpg'); }
.container {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.container .band {
  width: 100%;
  flex: 1;
}
.container .info {
  flex: 1;
  text-align: center;
  padding: 16px;
}

.left-woman {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.right-man {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.left-woman img, .right-man img {
  max-height: 70%;
  position: absolute;
  bottom: 0;
}
.left-woman img {
  left: 0;
}
.right-man img {
  right: 0;
}


.info .name {
  font-family: Alex Brush, sans-serif;
  font-size: 50px;
  font-weight: bold;
}
.info .date {
  font-size: 22px;
}
.home .info .separator-balls {
  padding-top: 30px;
  padding-bottom: 30px;
}
.separator-balls img {
  max-height: 4px;
  max-width: 100%;
}

.container .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  body.home .container .nav {
    flex-direction: column;
  }
  body.home .container .nav .nav-link.separator {
    display: none;
  }
  body.home .container .nav .nav-link {
    margin-bottom: 16px;
  }
  body.home .separator-balls {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  body.home .container .band {
    width: 100%;
    flex: 120px 0 0;
  }
  body.home .info .name {
    font-size: 40px;
  }
}
body.home .container .nav {
  /*background: url('./images/background.jpg') repeat;
  padding: 7px;
  border-radius: 6px;*/
}

.container .nav .nav-link {
  margin-right: 20px;
}
.container .nav .nav-link.active {
  font-weight: bold;
}
.container .nav .nav-link:last-item {
  margin-right: 0;
  font-size: 15px;
}




/* Gifts */
.gifts .info .separator-balls {
  padding-top: 20px;
  padding-bottom: 20px;
}
.separator-balls img:nth-child(2) {
  display: none;
}
@media screen and (min-width: 738px) {
  .separator-balls img:nth-child(2) {
    display: initial;
  }
}
.container .band .nav {
  margin-top: 30px;
}
body.gifts .container .info {
  margin-top: 40px;
}
.info .title {
  font-size: 26px;
}
.info .text {
  width: 100%;
  max-width: 540px;
  font-size: 16px;
  line-height: 140%;
  margin-left: auto;
  margin-right: auto;
}





/* RSVP */
.info .greeting {
  width: 100%;
  max-width: 450px;
  font-size: 16px;
  line-height: 140%;
}
.info iframe {
  border: 0;
  background: none;
  box-shadow: none;

  margin-top: 55px;
  width: 100%;
  max-width: 500px;
  height: 300px;
}
.logout-line {
  font-size: 13px;
  margin-top: 8px;
}
.logout-line a {
  text-decoration: underline;
}


/* Wedding */

body.wedding .container .band {
  width: 100%;
  flex: none;
}

.countdown {
  margin-top: 30px;
  margin-bottom: 30px;
}
.countdown .weeks, .countdown .days, .countdown .hours {
  margin-right: 30px;
  display: inline-block;
  text-align: center;
}
.countdown .hours {
  margin-right: 0;
}
.countdown .value {
  font-size: 40px;
}
.countdown .label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.illustration > div {
  display: inline-block;
  vertical-align: middle;
  font-family: Alex Brush, sans-serif;
  font-size: 30px;
}
.illustration {
  text-align: center;
}
.illustration img {
  vertical-align: middle;
}

.hidden, .illustration > div.hidden {
  display: none;
}

.illustration.overall img {
  width: 400px;
  max-width: 100%;
}
.illustration.sangeet img {
  max-width: 100%;
  max-height: 170px;
}
.illustration.timeline img {
  width: 700px;
  max-width: 100%;
  margin-bottom: 30px;
}

.sangeet, .reception {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.sangeet .title, .reception .title {
  font-family: Alex Brush, sans-serif;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.sangeet .address, .reception .address {
  margin-bottom: 20px;
}
.sangeet iframe, .reception iframe {
  margin-bottom: 30px;
  width: 95%;
  max-width: 400px;
  height: 250px;
}