html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

body {
  margin-bottom: 60px;
  min-height: 100%;
  height: 100%;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 550;
}

.body-height {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
}

.footer {
  margin-top: auto;
}

.text-white {
  color: white !important;
}

.link-no-line {
  text-decoration: none !important;
}

.flex-grow-05 {
  flex-grow: 0.5 !important;
}

.flex-wrap { 
  flex-wrap: wrap;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: rgb(175, 175, 175, 0.5);
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.row-625 {
  width: 62.5%;
}

.img-padding {
  background-color: #333;
  padding: 0.5rem;
}

.scroll-div {
  display: flex;
  justify-content: center;
}

.scroll-container {
  max-width: 62.5%;
  max-height: 62.5%;
  position: relative;
}

.scroll-img {
  max-width: 100%;
  max-height: 100%;
}

.move-left {
  justify-content: start !important;
  float: left !important;
}

.move-right {
  justify-content: end !important;
  float: right !important;
}

.hidden {
  display: none !important;
}

/* .text-center-override {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
} */

h1, h2, h3, h4 {
  font-family: 'Glance', sans-serif !important;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.15em;
}

b {
  font-weight: 1500;
}

.default-font {
  font-family: 'Nunito', sans-serif;
}

.center-text {
  display: flex;
  justify-content: center;
}

.accordion-button::after {
  display: inline-flex;
  vertical-align: bottom;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1e0b3'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*.accordion-button::after*/

.w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto !important;
  float: none;
}

.mt-45 {
  margin-top: 2.25rem;
}

.rsvp-padding {
  padding: .75rem .75rem .25rem .75rem;
}

.starting-header {
  font-weight: 600;
}

.date-header {
  font-family: 'Glance Slab Test', sans-serif !important;
  font-size: 2.5rem;
}

.cont-img {
  background-image: url('Sunset Background Loop.png');
  flex-grow: 1;
}

.btn-color-main {
  background-color: #620843 !important;
  color: #f1e0b3 !important;
}

.btn-color-rsvp {
  background-color: #f1e0b3 !important;
}

.btn-color-rsvp-txt {
  color: #212529 !important;
}

.navbar-txt-color {
  color: #f1e0b3 !important;
}

.title-background {
  background: rgba(255, 255, 255, 0.45);
}
.translucent-textbox {
  background: rgba(255, 255, 255, 0.65);
  outline: none;
  max-width: 100%;
}

.h1-height {
  height: 60px;
}

.h2-height {
  height: 50px;
}

.margin-bottom-none {
  margin-bottom: 0px;
}

.margin-top-none {
  margin-top: 0px;
}

.card-title-img {
  opacity: 1;
  color: black;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='%23f1e0b3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.dropdown-menu {
  margin-top: 1rem !important;
  margin-left: 3.75rem;
  padding-left: 0.6rem;
  background-color: #620843 !important;
  border: 0;
  display: none;
}

.show {
  display: block !important;
}

.loc-color-sub-txt {
  color: #f1e0b3 !important;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-collapse ul li a:hover {
  color: #8a690f !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}

.time-dist-font {
  font-family: 'Glance Slab Test', sans-serif !important;
}

.text-align-center {
  text-align: center !important;
}

.travel-collapse-link {
  cursor: pointer;
  text-decoration: underline;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.55);
}

.login-row {
  --bs-gutter-x: 0rem;
  margin-right: 0;
  margin-left: 0;
}

.w-30 {
  width: 30%;
}

.w-50 {
  width: 50%;
}

.w-20 {
  width: 20%;
}

.reg-image {
  width: 100%;
  object-fit: contain;
}

.name-format {
  font-size: 1.4rem;
  font-weight: 650;
}

.no-gutter-x {
  --bs-gutter-x: 0;
}

.entry-text {
  font-size: 1.05rem;
}

.text-align-right {
  text-align: end;
}

.w-85 {
  width: 85%;
}

.w-51 {
  width: 41%;
}

.save-submit-outline {
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.save-submit-button-txt {
  color: #212529;
  font-family: 'Glance', sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.required {
  color: red;
}

@media(min-width: 408px) {
  .table-spacing {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

@media(max-width: 408px) {
  .w-30 {
    width: 40%;
  }
  
  .w-50 {
    width: 45%;
  }
  
  .w-20 {
    width: 15%;
  }
  .w-51 {
    width: 51%;
  }
}

@media(max-width: 576px) {
  .text-box-width {
    width: 60%;
  }

  .email-label-width {
    width: 65%;
  }
}

@media(min-width: 577px) {
  .text-box-width {
    width: 64%;
  }

  .email-label-width {
    width: 70%;
  }
}

@media(min-width: 663px) {
  .dropdown-menu {
    background-color: #f1e0b3 !important;
    margin-left: 0 !important;
    margin-top: 0.2rem !important;
    width: 145% !important;
  }

  .loc-color-sub-txt {
    color: #212529 !important;
  }

  .navbar-expand-nl {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
  .navbar-expand-nl .navbar-nav {
      flex-direction: row;
  }
  .navbar-expand-nl .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-nl .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }
  .navbar-expand-nl > .container {
      flex-wrap: nowrap;
  }
  .navbar-expand-nl .navbar-collapse {
      display: flex!important;
      flex-basis: auto;
  }
  .navbar-expand-nl .navbar-toggler {
      display: none;
  }

  .d-nl-inline-flex {
    display: inline-flex !important;
  }
  
  .text-box-width {
    width: 60%;
  }

  .email-label-width {
    width: 65%;
  }
}

@media(min-width: 786px) {
  .text-box-width {
    width: 55%;
  }

  .email-label-width {
    width: 60%;
  }
}

@media(min-width: 786px) {
  .text-box-width {
    width: 55%;
  }

  .email-label-width {
    width: 60%;
  }
}

@media(min-width: 992px) {
  .text-box-width {
    width: 50%;
  }

  .email-label-width {
    width: 56%;
  }
}

@media(min-width: 1200px) {
  .text-box-width {
    width: 45%;
  }

  .email-label-width {
    width: 51%;
  }
}
