/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem; }

::-moz-selection {
  background: #000;
  color: #B7AEA9; }

::selection {
  background: #000;
  color: #B7AEA9; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.text-color {
  color: #B7AEA9 !important;
}

.form-control {
  background-color:transparent !important;
  border:1px solid #822C2D;
}

.bg-black {
  background: #000 !important;
}

input::placeholder{
  color: #B7AEA9;
}

.btn-custom{
  background-color: #DFBE61;
  color: #822C2D;
}

.row{
  padding: 10px;
}
.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

  p,a.image-text {
    text-align: center !important;
  }

.form-control {
  height: 48px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #822C2D; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

/* Blocks */
.intro-section {
  position: relative; }
  .intro-section, .intro-section .container > .row {
    height: 100%;
    min-height: 900px; }
  .intro-section.single-cover, .intro-section.single-cover .container > .row {
    height: 50vh;
    min-height: 400px; }
  .intro-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #B7AEA9;
    margin-bottom: 1.5rem;
  line-height: 4.2rem; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem; }
.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991.98px) {
      .img-absolute img {
        max-width: 100%; } }
.overlay {
  background-size: cover;
  background-position: center; }
  .overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: .8;
    border-bottom-right-radius: 0px; }
    @media (max-width: 991.98px) {
      .overlay:before {
        width: 100%; } 
      }

.form-box {
  padding: 20px;
  background: #131313;
  opacity: .75;
  border-radius: 7px; 
}

.modal-content{
  background-color: #131313 !important;
}

.content {
  padding: 5px;
  font-size: 12pt;
}

.seat {
    width: 30px !important;
    height: 30px !important;
    /* border: 1px solid #822C2D; */
    border-radius: 26%;
    color: #eee;
    padding: 0px;
    margin: 4px;
    text-align: center;
    cursor:pointer;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: underline;
}
.selected {
    color: #fff !important;
    background-color: #822C2D
}
.taken{
    color: #090909 !important;
    background-color: #dddddd;
    cursor: default;
}

.hide-item{
  display: none;
}

.image-source-link {
  color: #98C3D1;
}

#pagination-container {
  display: flex;
  justify-content: center;
    
}

span.hero-header{
  color: #DFBE61;
  font-size: 48px;
  font-weight: 700;
}
.footer{
    align-content: center;
    margin-top: 60px
}

// Small devices (landscape phones, 576px and up)
@media screen and (max-width: 760px) { 
  .img-absolute img {
    max-width: 100%
 }
 row .footer{
    align-content: center;
    margin-top: 20px
}
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }