body{
    font-family: Arial, Helvetica, sans-serif;
}


#myVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the entire container */
    z-index: -1; /* Ensure the video is behind other content */
}

.video-container {
    position: relative; /* Ensure proper stacking of elements within the container */
    height: 100vh; /* Set the container height to full viewport height */
    overflow: hidden; /* Hide any overflowing content */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; /* Ensure the overlay is above the video */
}

.centered-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Ensure the centered-div is above the video and overlay */
    text-align: center; /* Center the content horizontally */
}

.centered-div img {
    max-width: 100%; 
    width: 100%;
    max-width: 400px !important; 
    height: auto; 
}

.button-purple-color-overlay {
    background-color: #3d0985 !important;
    border: 1px solid #3d0985;
    color: #fff;
}

.button-purple-color-overlay:hover {
    background-color: #1b022a !important;
    color: #fff;
}
.contact-image{
    border-radius: 50px;
    box-shadow: 5px 5px 20px 5px rgba(0,0,0, .4);
}

.text-dark-grey{
    color: #2c2929;
    font-weight: bold;
}
.centered-div img {
    max-width: 100%; /* Ensure the image doesn't overflow its container */
}
.font-color-light-grey{
    color:#cccccc;
}

.centered-div .button-container {
    margin-top: 20px;
}

.card {
    border: 1px solid #3d0985; 
    border-radius: 10px !important;
    transition: box-shadow 0.5s;
}
.card:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.screenLoader{
	position: fixed;
	left: 0px;
	top: 56px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	color: #fff;
	background: url("../img/loader.gif") center no-repeat;
	background-color:#fff !important;
	opacity: 1;
}
.navbar-brand-color-overlay{
    margin-right: 15%;
    color:#8fde20 !important;
}
.navbar-brand-color-overlay:hover{
    color:#b1f84e !important;
}
.container-max-height{
    min-height: 100vh;
}
.main-container-padding{
    padding-top: 60px; 
    padding-bottom: 60px;
}
.footer-main{
    background-color: #3d0985;
    height: 300px;
    color: #ccc;
}
.section-bg-color{
    background-color: #3d0985;
}
/*
.footer-bottom-copy{
    margin-top: 190px;
}
*/
.font-title{
    font-family: Arial, Helvetica, sans-serif;
}
.font-size-med{
    font-size: 25px;
}
.fakeimg {        
    background: #fff;
}
.booking-bg-img{
    background: url("../img/laser-tag-booking.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#3d0985;
    font-family: "Burbank Big", Condensed, Black;
}
.wavy-bg-purple{
    background: url('../img/purple-bg-wavy-01.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
.laser-tag-main-bg{
    background: url('../img/laser-tag-bg-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar {
    background-color: #1b022a !important;
}
.mobile-icons{
    font-size: 20px;
    color: #fff;       
}
.mobile-icons:hover{
    cursor: pointer;
    color: #8fde20;
}
ul{
    list-style-type: none;
    overflow: hidden;
}
li {
    float: left;
}

li a {
    display: block;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
}

li a:hover {
    color: #8fde20 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #8fde20 !important;
}

.nav-link-update{
    color: #fff;
}
.navbar-nav.mobile-icons {
    margin: 0 auto; 
  }
  
  .navbar-nav.mobile-icons .nav-item {
    margin-right: 10px; 
  }

/*
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}
*/
.booking-content-top-margin{
    margin-top: 100px;
}
#navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.padding-top-small{
    padding-top: 10px;
}
.padding-top-25{
    padding-top: 25px;
}
.padding-bottom-25{
    padding-bottom: 25px;
}
.padding-bottom-75{
    padding-bottom: 75px;
}
.button-purple-class{
    background-color: #1b022a !important;
    border: 1px solid #1b022a;
}
.button-purple-class:hover{
    background-color: #3d0985 !important;
    border: 1px solid #3d0985;
}
.alt-div-bg-color{
    background-color: #1b022a;
    color:#fff;
}
@media only screen and (min-width: 1200px){
    .main-column-margin{
        padding-left: 10em;
        padding-right: 10em;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-icons{
        display: block;
    }
    .large-screen-icons{
        display: none;
    }
    .margin-bottom-span-cards{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .video-container {
        height: 65vh; 
    }
}
@media only screen and (min-width: 768px) {
    .mobile-icons{
        display: none;
    }
    .large-screen-icons{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    /* Apply the fixed-top class only for screen widths 576px and above (sm and above) */
    nav#navbar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    #myVideo {
        min-height: 300px; /* Adjust the minimum height for mobile */
    }
}