@font-face {
  font-family: "Marck Script";
  src: url("/fonts/MarckScript-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Bellota";
  src: url("/fonts/Bellota-Light.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Bellota";
  src: url("/fonts/Bellota-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-Light.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-Medium.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("/fonts/RobotoSlab-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("/fonts/RobotoSlab-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
* {
  font-family: "Source Sans 3";
  box-sizing: border-box;
}
body {
  margin: 0;
}
a.dashed {
  color: #157;
  text-decoration: underline dashed;
  cursor: pointer;
}
.nobr {
  white-space: nowrap;
}
.imbl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imbl img {
  max-width: 90vw;
  border-radius: 20px;
}
.imbl p {
  color: #555;
  font-size: 0.7em;
  font-style: italic;
}
.colwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.colwrap .col {
  max-width: 1200px;
  width: 100vw;
}
body.main {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
body.main .block1 {
  padding: 1em;
}
body.main .block2 {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
body.main .block2 .stih {
  display: flex;
  justify-content: flex-end;
  font-size: 0.5em;
  font-style: italic;
  color: #777;
  padding-bottom: 2em;
}
body.main .block2 .stih p {
  margin: 0;
  text-align: right;
}
body.main .block2 .msg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}
a.tg {
  background: url(/tg.svg) left no-repeat;
  background-size: contain;
  padding-left: 35px;
  margin-left: 5px;
}
body.invite .title_photo {
  width: 100vw;
  height: 100vh;
  background-image: url(/title.jpg);
  background-size: cover;
}
body.invite .title_photo .bar {
  height: 50px;
  background: #f7f7f7;
}
body.invite .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  font-size: 2em;
}
body.invite .intro .msg {
  border: 4px dashed red;
  padding: 1em 2em;
}
body.invite .divider {
  height: auto;
  width: 100%;
}
body.invite .divider1 path.p1 {
  fill: #fcd;
}
body.invite .divider1 path.p2 {
  fill: #fff;
}
body.invite .colwrap.title {
  background: url(/paper.jpg);
}
body.invite .colwrap.title .col .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.invite .colwrap.title .col .card > div {
  flex-grow: 1;
  min-width: 300px;
}
body.invite .colwrap.title .col .card .rcol {
  padding-bottom: 40px;
}
body.invite .colwrap.title .col .card .lcol {
  flex-grow: 0;
  font-size: 1.7em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
body.invite .colwrap.title .col .card .lcol h1 {
  font-family: Bellota;
  font-weight: 800;
  margin: 0.5em 0;
  text-align: center;
}
body.invite .colwrap.title .col .card .lcol h1.names {
  color: #d75;
}
body.invite .colwrap.title .col .card .lcol h1.names span {
  font-family: 'Roboto';
  font-size: 1em;
}
body.invite .colwrap.title .col .card .lcol h1.invite {
  font-size: 1.3em;
  font-weight: 400;
}
body.invite .colwrap.title .col .card .lcol h1.invite b {
  font-weight: 800;
}
body.invite .colwrap.title .col .card .lcol h2 {
  font-family: Roboto;
  font-weight: 800;
  font-size: 0.8em;
  margin: 0;
  color: #333;
}
body.invite .colwrap.title .col .card .lcol p {
  font-weight: 200;
  font-size: 1.2em;
}
body.invite .colwrap.title .col .card .lcol a.button {
  display: inline-block;
  background-color: #ff99bb;
  border-radius: 5px;
  padding: 0.5em 1em;
  border: 0;
  font-size: 0.8em;
  margin-top: 2em;
  cursor: pointer;
  transition: background-color 200ms, box-shadow 200ms;
  font-family: Bellota;
  text-decoration: none;
  color: #fff;
}
body.invite .colwrap.title .col .card .lcol a.button:hover {
  background-color: #ff80aa;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
body.invite .colwrap.title .col .card .lcol a.tg {
  height: 40px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  margin: 1.5em 0 0 0;
  font-size: 0.8em;
  color: #247;
}
body.invite .col .txt {
  padding: 2em;
}
body.invite .col .txt h1 {
  font-family: "Marck Script";
  font-weight: normal;
  font-size: 2.5em;
  text-align: center;
  margin: 0;
}
body.invite .col .txt h2 {
  margin: 2em 0 1em 0;
  font-family: "Bellota";
  font-weight: bold;
  font-size: 2em;
  text-align: left;
}
body.invite .col .txt h2:first-child {
  margin-top: 0;
}
body.invite .col .txt p,
body.invite .col .txt ul,
body.invite .col .txt ol {
  font-size: 1.3em;
  margin-left: 0.1em;
}
body.invite .col .txt .imbl p {
  font-size: 1em;
}
body.invite .col .txt .panorama div {
  border-radius: 20px;
  margin: 0 20px;
}
body.invite .col .txt .map {
  border-radius: 20px;
}
body.invite .divider2 path.p1 {
  fill: #4ab;
}
body.invite .divider2 path.p2 {
  fill: #c0f0e7;
}
body.invite .colwrap.rsvp {
  background-color: #c0f0e7;
}
#rsvp > h2 {
  color: #368896;
  font-family: Bellota;
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  margin: 0;
}
#rsvp > p {
  font-size: 1.3em;
  text-align: center;
}
#rsvp > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 50vh;
}
#rsvp > div .block {
  display: none;
  position: relative;
}
#rsvp > div .block > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#rsvp > div .block > div .title {
  font-size: 1.5em;
  font-family: Bellota;
  padding: 3em 0 1em 0;
  text-align: center;
  font-weight: 800;
}
#rsvp > div .block > div .msg {
  margin: 2em 0;
  font-size: 2em;
  text-align: center;
}
#rsvp > div .block > div .answ {
  display: flex;
  flex-direction: column;
}
#rsvp > div .block > div .answ .but {
  display: flex;
  justify-content: center;
}
#rsvp > div .block > div .answ .but button {
  margin: 10px;
  font-size: 1em;
}
#rsvp > div .block > div .answ > div,
#rsvp > div .block > div .answ select,
#rsvp > div .block > div .answ textarea {
  font-size: 1.4em;
  font-family: "Source Sans 3";
}
#rsvp > div .block > div .answ .ok,
#rsvp > div .block > div .answ .maybe,
#rsvp > div .block > div .answ .no {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin: 0.3em 0;
}
#rsvp > div .block > div .answ .ok span,
#rsvp > div .block > div .answ .maybe span,
#rsvp > div .block > div .answ .no span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0.5em;
}
#rsvp > div .block > div .answ .ok span::before,
#rsvp > div .block > div .answ .maybe span::before,
#rsvp > div .block > div .answ .no span::before {
  content: "";
  width: 0;
  height: 0;
  background-color: #296670;
  border-radius: 50%;
  transition: width 200ms, height 200ms;
}
#rsvp > div .block > div .answ .ok.active > span::before,
#rsvp > div .block > div .answ .maybe.active > span::before,
#rsvp > div .block > div .answ .no.active > span::before {
  width: 70%;
  height: 70%;
}
#rsvp > div .block > div .answ textarea,
#rsvp > div .block > div .answ input[type="text"] {
  width: 90vw;
  min-width: 200px;
  max-width: 500px;
  font-size: 1.2em;
  border-radius: 20px;
  border: 1px solid #777;
  padding: 0.3em 1em;
}
#rsvp > div .block > div .answ textarea {
  height: 200px;
  max-width: 1000px;
}
body.admin {
  font-size: 1.3em;
}
body.admin h1 {
  font-size: 2em;
}
body.admin .guests .list .item {
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin: 10px 0;
}
body.admin .guests .list .item.status_blue {
  background-color: #cff;
}
body.admin .guests .list .item.status_red {
  background-color: #fcc;
}
body.admin .guests .list .item.status_orange {
  background-color: #fec;
}
body.admin .guests .list .item.status_green {
  background-color: #cfc;
}
body.admin .guests .list .item .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.admin .guests .list .item .head h2 {
  margin: 0;
  font-size: 1em;
}
body.admin .guests .list .item .head a {
  cursor: pointer;
  margin-left: 1em;
}
body.admin .guests .list .item .head a.edit {
  color: #777;
  cursor: pointer;
  margin-left: 1em;
}
body.admin .guests .list .item .head a.gender.male::before {
  content: '👦🏻';
}
body.admin .guests .list .item .head a.gender.female::before {
  content: '👧🏻';
}
body.admin .guests .list .item p {
  margin: 0;
  text-overflow: ellipsis;
  min-width: 300px;
}
body.admin .guests .list .item div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.admin .guests .list .item .summary {
  margin-top: 10px;
}
body.admin .guests .list .item .summary div {
  font-weight: bold;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.2em 0.3em;
}
body.admin .guests .list .item .summary div.red {
  background-color: #d00;
}
body.admin .guests .list .item .summary div.orange {
  background-color: #a70;
}
body.admin .guests .list .item .summary div.green {
  background-color: #0a0;
}
body.admin .guests .list .item .rsvp tr td:first-of-type {
  font-weight: bold;
  padding-right: 1em;
}
body.admin .guests .addnew {
  margin-top: 10px;
  margin-bottom: 200px;
}
body.admin .guests .addnew input,
body.admin .guests .addnew button,
body.admin .guests .addnew select {
  border: 1px solid #777;
  border-radius: 4px;
  padding: 0.5em 0.3em;
  font-size: 1em;
  margin: 2px;
}
body.admin .guests .addnew input[type="text"] {
  min-width: 200px;
  width: 90vw;
  max-width: 400px;
}
