@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    background: rgba(0,0,0,.55) url(img/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
    background-blend-mode: darken;
}

::-webkit-scrollbar {

    width: 1rem;
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.8);
    
}

::-webkit-scrollbar-thumb {
    background-color:#7100ce;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}

.offset:before{
    display:block;
    content:"";
    height: 4rem;
    margin-top: -4rem;
}

/*--Nav--*/
.navbar {
text-transform: uppercase;
font-weight: 700;
font-size: .9rem;
letter-spacing: .1rem;
background-color: rgba(0,0,0,0.8) !important;
}

.navbar-brand img {
    height: 2rem;
}

.navbar-nav li {
    padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding-top: .6rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
    color: #7100ce;
}

/*--Landing--*/
.home-inner {
    background-image: url(img/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    filter: brightness(55%);
}

.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 120px;
    z-index: 1;
    color: white;
}

.caption h1{
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}
.caption h3{
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
}

.btn-lg {
    border-width: medium;
    padding: .6rem 1.3rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.text-info {
	width: 60%;
}
#hiddenBtn {
    opacity: 0;
}

/* Calendar Styling */
#calendar, #tv-calendar, #movie-calendar {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    color: white;
}

/* Calendar Header */
.fc .fc-toolbar {
    flex-wrap: wrap !important;
    gap: 1rem;
}

.fc .fc-toolbar-title {
    color: white;
    font-size: 1.2em !important;
}

.fc-header-toolbar {
    background-color: transparent !important;
    padding: 10px !important;
    margin-bottom: 1em !important;
}

.fc .fc-button-group {
    background-color: transparent !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    background-color: transparent !important;
}

/* Make toolbar items stack on mobile */
@media (max-width: 768px) {
    .fc .fc-toolbar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fc .fc-toolbar-title {
        font-size: 1.2em !important;
        margin: 0.5em 0 !important;
    }

    .fc .fc-button-group {
        margin: 0.2em 0 !important;
    }

    .fc .fc-toolbar > * > :not(:first-child) {
        margin-left: 0;
    }
}

/* Calendar Grid */
.fc .fc-daygrid-day {
    background-color: rgba(0, 0, 0, 0.5);
}

.fc .fc-daygrid-day-number {
    color: white;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(113, 0, 206, 0.2) !important;
}

/* Button Styling */
.fc .fc-button {
    background-color: rgba(113, 0, 206, 0.8) !important;
    border-color: rgba(113, 0, 206, 0.8) !important;
}

.fc .fc-button:hover {
    background-color: rgba(90, 0, 165, 0.9) !important;
    border-color: rgba(90, 0, 165, 0.9) !important;
}

/* List View Styling */
.fc-list-day-cushion.fc-cell-shaded {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.fc .fc-list-day-text,
.fc .fc-list-day-side-text {
    color: white !important;
}

/* Event hover in list view */
.fc-list-event:hover td {
    background-color: rgba(113, 0, 206, 0.3) !important;
}

.fc-list-event-time {
    color: white !important;
}

.fc-list-event-title {
    color: white !important;
}

/* Empty list message */
.fc-list-empty {
    background-color: transparent !important;
    color: white !important;
}

/* Calendar Container Styling */
.calendar-container {
    padding: 0 20px;
    margin-bottom: 20px;
}

.calendar-container h3 {
    color: white;
    margin-bottom: 15px;
    text-shadow: .1rem .1rem .5rem black;
}

/* Adjust calendar margins */
#tv-calendar, #movie-calendar {
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .calendar-container .col-lg-6:first-child {
        padding-right: 15px;
    }
    .calendar-container .col-lg-6:last-child {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .calendar-container .col-lg-6 {
        padding: 0 10px;
    }
}

/* Event Styling */
.fc-event {
    background-color: rgba(113, 0, 206, 0.8) !important;
    border: none !important;
}

.fc-event:hover {
    background-color: rgba(90, 0, 165, 0.9) !important;
}

/* Add these new styles */
.fc-list-table {
    width: 100% !important;
}

/* View Indicator Styling */
.view-indicator {
    color: #7100ce;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Active button state */
.fc .fc-button-active {
    background-color: #7100ce !important;
    border-color: #7100ce !important;
    box-shadow: 0 0 0 2px rgba(113, 0, 206, 0.5) !important;
}

/* Fix for day-of-week header background */
.fc .fc-col-header-cell {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.fc .fc-col-header-cell-cushion {
    color: white !important;
}


