.cen {
  text-align: center;
}

.f-1 {
  font-family: "Dancing Script", cursive;
}

.f-2 {
  font-family: "Redressed", cursive;
}

.f-3 {
  font-family: "Red Hat Display", sans-serif;
}

.fs-1 {
  font-size: 4rem;
}

.btn {
  color: #ce792a;
  margin: auto 40px;
  border: 2px solid #7a1e3a;
  border-radius: 7px;
}

.btn:hover {
  color: #7a1e3a;
  background-color: #ce792a !important;
  margin: auto 40px;
  border: 2px solid #7a1e3a;
  border-radius: 7px;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

.mobile-dir-btn {
  margin: auto;
  width: 150px;
  z-index: 999;
}
.mobile-dir-btn h2 {
  pointer-events: none;
}
.mobile-dir-btn img {
  pointer-events: none;
  width: 40%;
  height: 40%;
}

.mobile-dir-btn:hover {
  margin: auto;
  width: 150px;
  background-color: #7a1e3a !important;
}

.desktop-dir ul {
  margin: 0;
  padding: 0;
}

.btn-dir {
  font-weight: 400;
  background: none;
  border: none;
  font-size: 100%;
  width: 75%;
}

.btn-dir:hover {
  background-color: #bb3b5b;
  border-style: none;
  border-radius: 7px;
}

.btn-dir-active {
  font-weight: 700;
  background-color: #bb3b5b;
  border-style: none;
  border-radius: 7px;
}

.btn-dir-m {
  font-size: 1.5rem;
  font-weight: 400;
  background: none;
  border: none;
  width: 100%;
}

.btn-dir-m:hover {
  background-color: #bb3b5b;
  border-style: none;
  border-radius: 7px;
}

.btn-dir-active-m {
  font-weight: 700;
  background-color: #bb3b5b;
  border-style: none;
  border-radius: 7px;
}

.btn-req {
  color: #ce792a;
  margin: auto;
  border: 2px solid #bb3b5b;
  border-radius: 7px;
  width: 175px;
  height: 60px;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px;
  text-decoration: none;
}

.btn-req:hover {
  color: #7a1e3a;
  padding: 5px;
  background-color: #ce792a !important;
  border: 2px solid #ce792a;
  border-radius: 7px;
  width: 175px;
  text-decoration: underline;
}

.btn-req:focus, .btn-req:active {
  outline: none !important;
  box-shadow: none;
}

.btn-submit-req {
  background-color: #7a1e3a;
  border: 3px solid #ce792a;
  color: #efede1;
  font-weight: 700;
  height: 50px;
  margin: auto;
  text-align: center;
}

.btn-submit-req:hover {
  margin: auto;
  text-align: center;
}

.btn-pay {
  background-color: #7a1e3a;
  border: 2px solid #ce792a;
  color: #efede1;
  font-weight: 700;
  height: 50px;
  margin: auto;
}

.btn-pay:hover {
  background-color: #ce792a;
  border: 2px solid #ce792a;
  color: #efede1;
  font-weight: 700;
  height: 50px;
  margin: auto;
}

.btn-item-req {
  display: inline-flex;
  margin: auto;
  background-color: #ce792a;
  border: 2px solid #efede1;
  border-radius: 20px;
  color: #efede1;
  width: 90%;
}
.btn-item-req h2 {
  font-size: 1.3rem;
  margin: auto;
}
.btn-item-req .x-req {
  font-weight: 400;
  background: none;
  border: none;
  margin: auto 0;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100%;
}
.btn-item-req .x-req:hover {
  margin: auto 0;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100%;
  background: none;
  color: #7a1e3a;
}

.payment-item {
  display: inline-flex;
  margin: auto;
  background-color: #ce792a;
  border: 2px solid #efede1;
  border-radius: 20px;
  color: #efede1;
  width: 90%;
}
.payment-item h2 {
  display: inline-flex;
}
.payment-item .x-payment {
  font-weight: 400;
  background: none;
  border: none;
  margin: auto 0;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100%;
}
.payment-item .x-payment:hover {
  margin: auto 0;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100%;
  background: none;
  color: #7a1e3a;
}

.x-payment {
  font-weight: 400;
  background: none;
  border: none;
  margin: auto 0;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100%;
}

.btn-req-contact {
  color: #ce792a;
  margin: auto;
  border: 2px solid #bb3b5b;
  border-radius: 7px;
  width: 175px;
  height: 60px;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px;
  text-decoration: none;
}

.btn-req-contact:hover {
  color: #7a1e3a;
  padding: 5px;
  background-color: #ce792a !important;
  border: 2px solid #ce792a;
  border-radius: 7px;
  width: 175px;
  text-decoration: underline;
}

.btn-req-contact:focus, .btn-req-contact:active {
  outline: none !important;
  box-shadow: none;
}

.dropdown-item {
  color: #efede1;
}

.dropdown-item:hover {
  color: #360505;
  background-color: #ce792a !important;
}

.dropdown-item:focus, .dropdown-item:active {
  background-color: #ce792a !important;
}

.btn-discount {
  width: 60px;
  height: 30px;
  margin-top: 5px;
  color: #ce792a;
  background-color: #7a1e3a !important;
  border: 1px solid #efede1;
  border-radius: 7px;
}

.btn-discount:hover {
  color: #7a1e3a !important;
  background-color: #ce792a !important;
  border: 1px solid #7a1e3a;
  border-radius: 7px;
}

.btn-discount:focus, .btn-discount:active {
  outline: none !important;
  box-shadow: none;
}

.discount-code-option {
  text-align: left;
}

.carousel-btn {
  width: 50px;
}

.carousel-control-next {
  right: -40px;
}

.carousel-control-prev {
  left: -40px;
}

/*----------------------------------------------   
-Defualt to border-box
-----------------------------------------------  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

.loading {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.done-loading {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

/*----------------------------------------------   
--Fluid body sizing
-----------------------------------------------  */
body {
  font-size: 100%;
}
@media (min-width: 32em) {
  body {
    font-size: 110%;
  }
}
@media (min-width: 54em) {
  body {
    font-size: 111%;
  }
}
@media (min-width: 74em) {
  body {
    font-size: 115%;
  }
}
@media (min-width: 96em) {
  body {
    font-size: 135%;
  }
}

a.btn {
  background-color: #ce792a;
  color: #efede1;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em 0em;
}
a.btn.btn-beta {
  background-color: #360505;
}
a.btn .btn-alpha:hover {
  background-color: #bb3b5b;
}

.decor-line {
  position: relative;
  top: 0.7em;
  border-top: 1px solid #7a1e3a;
  text-align: center;
  max-width: 40%;
  margin: 0.5em auto;
  display: block;
  padding: 0.1em 1em;
  color: #ccc;
}
.decor-line span {
  background: #efede1;
  color: #0a0a0a;
  position: relative;
  top: -0.7em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.overlay-verify {
  background: #0a0a0a;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.box {
  background: #efede1;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  margin: 0 auto;
  z-index: 9;
  width: 70%;
  height: 40%;
  display: table;
}
.box .box-left, .box .box-right {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 5%;
}
.box .box-left p, .box .box-right p {
  color: #ce792a;
}
@media (min-width: 54em) {
  .box .box-left, .box .box-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.box .box-left p, .box .box-right p {
  position: relative;
  z-index: 3;
}
.box .box-left {
  background-color: #360505;
  background-size: cover;
  color: #efede1;
}
.box .box-left img {
  position: relative;
  z-index: 4;
  width: 15em;
}
.box .box-left:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.box .box-right {
  text-align: center;
}
.box .box-right h3 {
  color: #ce792a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #ce792a;
  padding-bottom: 1em;
  margin: 0 auto;
}
.box .box-right small {
  color: #efede1;
}
.box .box-right .btn {
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.9em 1em 0.7em;
  margin: 1em auto;
  display: block;
}

::-moz-selection {
  background-color: #bb3b5b;
}

::selection {
  background-color: #bb3b5b;
}

.card > p::selection {
  background-color: #360505;
}

::selection {
  background-color: #bb3b5b;
}

.content-item-header > p::selection {
  background-color: #360505;
}

.footer > p::selection {
  background-color: #7a1e3a;
}

body {
  background-color: #360505;
}

.row {
  --bs-gutter-x: 1rem;
}

h1 {
  font-size: 4.5rem;
  color: #ce792a;
}

u {
  text-decoration-color: #bb3b5b;
}

p, a, label, span, button, li, ul {
  font-family: "Red Hat Display", sans-serif;
  color: #efede1;
}

h2 {
  font-family: "Red Hat Display", sans-serif;
  color: #efede1;
  font-size: 1.5rem;
}

h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #efede1;
}

.content-item h3 {
  color: #ce792a;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.content-item h3 span {
  color: #ce792a;
  font-weight: 700;
}

.text-area {
  width: 100%;
  min-height: 50px;
  max-height: 200px;
}

.card-title {
  background-color: none;
  text-align: center;
}

ul {
  list-style: none;
}

li {
  margin: 10px auto;
  font-size: 1.4rem;
}

.photo-img {
  width: 100%;
}

@media (max-width: 576px) {
  .photo-img {
    width: 80%;
    padding: 10px 0px;
  }
}
#mobile-directory {
  width: 200px;
  height: 50%;
  background-color: #7a1e3a;
  overflow: hidden;
  border: 3px solid #bb3b5b;
  border-radius: 8px;
}

.btn-close {
  color: #efede1 !important;
  font-size: 2rem;
  background-image: none;
  font-weight: 700;
}

.text-reset {
  font-weight: 700;
  color: #efede1 !important;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -1.5rem -1.5rem auto -1.5rem;
}

.form-control:focus, .form-control:active {
  outline: none !important;
  box-shadow: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ce792a;
}

textarea:focus, .textarea:active {
  outline: none !important;
  box-shadow: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ce792a;
}

input:focus, .input:active {
  outline: none !important;
  box-shadow: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ce792a;
}

.card {
  height: auto;
  background-color: #7a1e3a;
  overflow: hidden;
  border: 3px solid #bb3b5b;
  border-radius: 8px;
}

.card-title p {
  color: #efede1;
}

.card-striped {
  background-image: url("https://i.imgur.com/juOR7Vn.png");
  background-size: cover;
  border: 3px solid #ce792a;
}

.desktop-dir {
  width: 100%;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.content-item {
  width: auto;
  margin: 15px auto;
}

.content-item-header {
  height: 40px;
}
.content-item-header p {
  font-family: "Red Hat Display", sans-serif;
  color: #efede1;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}

.content-card {
  background-color: #bb3b5b;
  border: 2px solid #bb3b5b;
  border-radius: 8px;
  height: 300px;
  width: 200px;
}

.content-img {
  background-color: #0a0a0a;
  width: 75%;
  border: 3px solid #7a1e3a;
  margin: 20px auto 0 auto;
  z-index: 999;
  border-radius: 0px !important;
}

.request-item-none h2 {
  color: #efede1;
}

.tooltip {
  z-index: 1000;
}

.dropdown-menu {
  z-index: 999;
  background-color: #bb3b5b;
}
.dropdown-menu a {
  color: #efede1;
}
.dropdown-menu a:hover {
  color: #efede1;
  background-color: #ce792a;
}
.dropdown-menu a:active {
  color: #efede1;
  background-color: #ce792a;
}

img {
  border-radius: 0px !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: content-box !important;
}

.footer p {
  color: #bb3b5b;
  font-size: 1rem;
}

.discount-code-option span {
  font-size: 1rem;
}

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