@font-face {
  font-family: "Pinyon";
  src: url('../fonts/Pinyon_Script/PinyonScript-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

html {
  background-image: radial-gradient(circle at center, #fafafa 0%, #faedf2 30%, #f9dde7 60%, #f9dde7 100%);
  background-size: cover;
}

body {
  font-size: 2rem;
}

h1 {
  letter-spacing: 0.1em;
  font-weight: 400;
}

p {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #414042;
}

/* ################### Navbar ################### */

.navbar-item {
  line-height: 20px;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #414042;
}

a.navbar-item:hover {
  color: gray;
  background-color: transparent;
  /* border-bottom: 2px solid black;
  transition: all 0.15s ease-out; */
}

.navbar-burger {
  color: #414042
}

.navbar-item.logo {
  font-size: 20px;
}

.navbar {
  background-color: transparent;
}

.navbar-menu {
  justify-content: center;
}

#navbarBasicExample {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

#logo {
  font-size: 20px;
}

/* ################### End of Navbar ################### */

/* ################### Intro ################### */

.intro {
  font-family: "Pinyon", cursive;
  font-weight: 300;
  font-style: normal;
  font-size: 70px;
  color: #414042;
  letter-spacing: 0.1em;
}

.sub-intro.address {
  font-weight: 300;
}

.sub-intro {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.divider {
  margin: 20px;
}

/* .button.intro-button {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: inline-block;
  line-height: 2;
  margin: 20px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #414042;
  color: #f7dee7;
} */

.button.intro-button {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #414042;
  border-color: #414042;
  color: #f7dee7;
}

#main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.col-resize {
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
}

.and {
  font-family: 'Poppins Light';
  color: #fff;
  background: #485525;
  display: inline-block;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0;
  min-height: 1.25em;
  min-width: 1.25em;
  border-radius: 50%;
  text-align: center;
  font-weight: 300;
  font-style: normal;
}

.ampersand {
  margin-bottom: 20px;
}

#incorrect_message {
  font-size: 14px;
  text-align: left;
}

.delete.warning-message {
  top: unset;
}

#id_hidden_style {
  display: none;
}

.tabs-content {
  background-color: white;
  height: fit-content;
}

.hr-divider {
  width: 1px;
  height: 80px;
  display: inline-block;
  background-color: black;
  margin: 0;
}

.tab-cols {
  margin-top: 0px;
}

/* Main title on schedule */

.main-title {
  font-size: 30px;
  text-align: center;
  color: black;
}

/* End of main title on schedule */

/* Schedule event classes, time, title and description */

.time {
  margin-top: 3px;
  text-align: right;
}

.transport-message {
  margin-top: 7px;
}

.event-title {
  font-size: 20px;
  width: 100%;
}

.event-desc {
  float: left;
  margin-top: 10px;
  max-width: 80%;
}

.right {
  float: right;
  text-align: end;
}

.left {
  text-align: left;
}



/* End of schedule event classes, time, title and description */

.order-subtitle-left {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #414042;
  float: right;
  margin-top: 10px;
  max-width: 50%;
}

a[aria-selected="true"] {
  background-color: black;
  border-color: black;
  color: white;
}

/* Venue css */

.venue {
  padding: 15px 40px 0px 40px;
}

.venue-details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.venue-img {
  padding: 30px;
  border-radius: 40px;
  height: 100%;
  width: 100%;
}

.button.direction-button {
  margin-top: 10px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #414042;
  border-color: #414042;
  color: #f7dee7;
  margin-bottom: 25px;
}

.savethedate {
  margin-top: 30px;
}

.hotel-col {
  padding: 30px;
}

.hotel-title {
  font-size: 20px;
}

.rsvp-form {
  background-color: white;
  border-color: white;
  border-radius: 7px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-label {
  margin-bottom: 7px;
}

.rsvp-title {
  margin-top: 15px;
  text-align: center;
  color: black;
}

/* .form-input {
  padding-bottom: 20px;
} */

.diet-checkbox {
  font-size: 16px;
}

.help-me {
  font-size: 16px;
  color: #414042;
}

.login-input {
  margin-top: 10px;
}

.food-dropdown {
  width: 100%;
}

#menu-dropdown {
  width: 100%;
}

.dietary-requirements {
  display: none;
}

.default-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tabs:not(:last-child) {
  margin-bottom: 0;
}

.guest_message {
  font-style: italic !important;
  margin-bottom: 25px;
}

.view-information {
  margin-top: 15px;
}

.registery {
  padding: 15px 40px 0px 40px;
}

.registery-message {
  margin-top: 20px;
}

.error-msg {
  font-family: var(--bulma-body-family);
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .time {
    text-align: center;
  }

  .right {
    float: none;
  }

  .event-title {
    text-align: center;
  }

  .event-desc {
    text-align: center;
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
  }

  .tabs-content {
    margin-top: 15px;
    border-radius: 7px;
    padding-bottom: 25px;
    padding-top: 20px;
  }

  .tabs ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
  }

  .tabs.is-toggle a {
    border: 1px solid gray;
    border-radius: 5px;
    color: black;
  }

  .tabs.is-toggle a[aria-selected="true"] {
    color: white;
  }

  .tabs.is-toggle li+li {
    margin-inline-start: 0;
  }

  .custom-columns {
    display: flex;
    flex-direction: column-reverse;
  }

  /* .login-col {
    padding: 10px 0px 0px 0px;
  } */

  .login-input {
    width: 100%;
    background-color: white;
    border-color: rgb(185, 191, 202);
    color: black;
  }

  .login-input::placeholder {
    color: gray;
  }

  .card {
    background-color: white;
    box-shadow: var(--bulma-card-shadow);
    border: 0.5px solid gray;
  }

  .form-input input {
    background-color: white;
    color: black;
  }

  .form-input select {
    background-color: white;
    color: black;
  }

  .form-input input::placeholder {
    color: gray;
  }

  .form-input select::placeholder {
    color: grey;
  }

  textarea[rows] {
    background-color: white;
    color: black;
  }

  textarea[rows]::placeholder {
    color: grey
  }

  .registery-btn {
    text-align: center;
    float: none;
    max-width: 100%;
    margin-top: 10px;
  }

}

@media screen and (min-width: 769px) {
  .tabs.is-toggle li:last-child a {
    border-end-end-radius: 0;
  }

  .tabs.is-toggle li:first-child a {
    border-end-start-radius: 0;
  }

}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: hsl(0deg 0% 93.28%);
  }
}

/* ################### End of Intro ################### */

/* #passcode {
  padding: 20px;
} */