/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Euphoria+Script|Rouge+Script|Sacramento|Meera+Inimai|Sura");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box;
  background-color: #f4f7ec; }

h1, h2, h3, h4, h5 {
  color: #db5560;
  font-family: "Alex Brush", cursive;
  text-transform: capitalize;
  text-align: center; }

h2 {
  font-size: 6rem; }

h3 {
  font-size: 6rem; }

h4 {
  font-size: 3rem; }

h5 {
  font-size: 1rem; }

p {
  text-align: center;
  font-family: "Sura", serif;
  color: #5b2025;
  font-size: 2rem; }

a, a:hover, a:visited, a:active {
  color: #5b2025; }

@media (max-height: 950px) {
  p {
    font-size: 1.6rem; } }

@media (max-height: 800px) {
  p {
    font-size: 1.2rem; } }

@media (max-width: 800px) {
  .invite {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 54rem !important;
    background-color: #fdfef8 !important; }
    .invite-header {
      padding: 2rem !important; }
  .rsvpbook .message_grid {
    display: inline-grid;
    grid-template-columns: 33% 33% 33% !important; } }

@media (max-width: 550px) {
  h2 {
    font-size: 3rem; }
  .invite {
    height: 49rem !important; }
  .rsvp_form input, .rsvp_form textarea, .rsvp_form select, .rsvp button {
    width: 100% !important; }
  .rsvpbook .message_grid {
    display: inline-grid;
    grid-template-columns: 100% !important;
    border-left: 0rem !important; } }

@media (max-width: 450px) {
  .invite-details {
    grid-template-columns: 0% 33% 33% 33% 0% !important; } }

.invite {
  /*background: $color-white;*/
  width: 105vh;
  margin: auto;
  height: 77vh;
  margin-top: 11.5vh;
  margin-bottom: 11.5vh;
  box-shadow: 0rem 0rem 8rem 0.4rem #c4c4c4;
  background: url(../images/flower.jpg) no-repeat #fff;
  background-size: 103%;
  background-position: bottom; }
  .invite-header {
    padding: 4rem;
    text-align: center;
    text-transform: uppercase; }
  .invite-details {
    display: inline-grid;
    grid-template-columns: 23% 18% 18% 18% 23%;
    width: 100%;
    padding-bottom: 11px; }
    .invite-details-date, .invite-details-venue {
      border-right: 0.2rem dashed #759564; }
    .invite-details-date, .invite-details-venue, .invite-details-time {
      border-top: 0.2rem dashed #759564;
      padding: 1rem; }

.rsvp {
  background: #fff;
  margin: auto;
  padding: 5rem; }
  .rsvp_form {
    color: #99828d;
    text-align: center;
    font-family: "Sura", serif; }
    .rsvp_form input, .rsvp_form textarea, .rsvp_form select {
      font-family: "Sura", serif;
      border-top: none;
      border-left: none;
      border-right: none;
      color: #5b2025;
      border-bottom: 1px #99828d solid;
      width: 45rem;
      font-size: 1.2rem;
      padding: 1rem; }
      .rsvp_form input::placeholder, .rsvp_form textarea::placeholder, .rsvp_form select::placeholder {
        color: #5b2025;
        text-align: center !important;
        font-size: 1.2rem; }
    .rsvp_form input {
      margin: 10px 10px 10px 0; }
    .rsvp_form select {
      width: 9rem !important; }
  .rsvp button {
    background: #f4f7ec;
    border: 0;
    padding: 10px 20px;
    color: #5b2025;
    width: 45rem; }
  .rsvp .err, .rsvp .err::placeholder {
    color: red; }

.rsvpbook {
  background-image: url(../images/watercolourbg.jpg);
  background-size: 10%;
  padding-bottom: 5rem; }
  .rsvpbook--header {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .rsvpbook--header h2 {
      display: inline-block; }
    .rsvpbook--header img {
      width: 23rem; }
      .rsvpbook--header img:first-child {
        transform: rotateY(180deg); }
  .rsvpbook .message_grid {
    display: inline-grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-row-gap: 2rem;
    width: 100%; }
  .rsvpbook .message {
    border-left: 1px solid #5b2025;
    padding: 0.5rem; }
    .rsvpbook .message:first-child {
      border-left: none; }
