/* White Garden */
@font-face {
  font-family: "white_gardenregular";
  src: url("fonts/white-garden/whitegarden-regular-webfont.woff2") format("woff2"), url("fonts/white-garden/whitegarden-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "white_garden_wideregular";
  src: url("fonts/white-garden/whitegardenwide-regular-webfont.woff2") format("woff2"), url("fonts/white-garden/whitegardenwide-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Fortunates December */
@font-face {
  font-family: "fortunates_december";
  src: url("fonts/fortunates-december/Fortunates December.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Charter */
@font-face {
  font-family: "Charter-Black";
  src: url("fonts/charter/Charter-Black.eot");
  src: url("fonts/charter/Charter-Black.eot?#iefix") format("embedded-opentype"), url("fonts/charter/Charter-Black.svg#Charter-Black") format("svg"), url("fonts/charter/Charter-Black.ttf") format("truetype"), url("fonts/charter/Charter-Black.woff") format("woff"), url("fonts/charter/Charter-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Charter-BlackItalic";
  src: url("fonts/charter/Charter-BlackItalic.eot");
  src: url("fonts/charter/Charter-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/charter/Charter-BlackItalic.svg#Charter-BlackItalic") format("svg"), url("fonts/charter/Charter-BlackItalic.ttf") format("truetype"), url("fonts/charter/Charter-BlackItalic.woff") format("woff"), url("fonts/charter/Charter-BlackItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Charter-Bold";
  src: url("fonts/charter/Charter-Bold.eot");
  src: url("fonts/charter/Charter-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/charter/Charter-Bold.svg#Charter-Bold") format("svg"), url("fonts/charter/Charter-Bold.ttf") format("truetype"), url("fonts/charter/Charter-Bold.woff") format("woff"), url("fonts/charter/Charter-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Charter-BoldItalic";
  src: url("fonts/charter/Charter-BoldItalic.eot");
  src: url("fonts/charter/Charter-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/charter/Charter-BoldItalic.svg#Charter-BoldItalic") format("svg"), url("fonts/charter/Charter-BoldItalic.ttf") format("truetype"), url("fonts/charter/Charter-BoldItalic.woff") format("woff"), url("fonts/charter/Charter-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Charter-Italic";
  src: url("fonts/charter/Charter-Italic.eot");
  src: url("fonts/charter/Charter-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/charter/Charter-Italic.svg#Charter-Italic") format("svg"), url("fonts/charter/Charter-Italic.ttf") format("truetype"), url("fonts/charter/Charter-Italic.woff") format("woff"), url("fonts/charter/Charter-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Charter-Roman";
  src: url("fonts/charter/Charter-Roman.eot");
  src: url("fonts/charter/Charter-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/charter/Charter-Roman.svg#Charter-Roman") format("svg"), url("fonts/charter/Charter-Roman.ttf") format("truetype"), url("fonts/charter/Charter-Roman.woff") format("woff"), url("fonts/charter/Charter-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* PLACEHOLDERS */
body, html, *, *:before, *:after {
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* VARIABLES */
/* MAIN CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

body {
  background-color: #f6f0f0;
  text-align: center;
}

.primary-color, b {
  color: #bb6878;
}

.secondary-color {
  color: #003366;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: none;
}

.monogram {
  /*.inner-circle {
      width: 281px;
      height: 281px;
  }*/
}
.monogram .img-monogram {
  /*width: 457.33px;
  height: 652px;*/
  width: 156px;
  height: 170px;
}

.content .name {
  font-family: "white_gardenregular", cursive;
  font-size: 50px;
  padding: 5px;
}
.content .details {
  font-family: "Charter-Roman", san-serif;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 10px;
  line-height: 1.6;
  padding: 15px 50px;
}
.content .details .heart-icon {
  width: 29.26px;
  height: 28.33px;
  margin: 10px;
}
.content .details .date {
  padding: 10px;
}
.content .details .date .std {
  padding: 5px;
  font-size: 15px;
}
.content .details .flower-divider {
  width: 82.4px;
  height: 56.25px;
}
.content .details .to-follow {
  font-family: "fortunates_december", cursive;
  font-weight: 100;
  letter-spacing: 0px;
  font-size: 26px;
}

.signature {
  padding: 20px 0px;
}

/* LANDING PAGE */

/*# sourceMappingURL=main.css.map */
