html {
    background-color: #00739a;
}

.header {
    background: url(../img/mott-artwork-landscape.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    -moz-box-shadow: inset 0 -10px 10px -10px #BFD7DD;
    -webkit-box-shadow: inset 0 -10px 10px -10px #BFD7DD;
    box-shadow: inset 0 -14px 14px -14px #BFD7DD;

}

h1,
h2,
h3,
h4 {
    font-family: Oswald, sans-serif;
    color: #ffffff;
    letter-spacing: 0.2em;
}

h5 {
    font-family: Raleway, sans-serif;
    color: #ffffff;
}

.h2 {
    font-family: Oswald, sans-serif;
    color: #ffffff;
    letter-spacing: 0.2em;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h3 {
    font-weight: 200;
}

.h3 {
    font-weight: 600;
}


.artist {
    font-size: 50px;
    letter-spacing: 0.2em;
}

.artistBig {
    font-size: 3em;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
}

.artistMedium {
    font-size: 2em;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
}

.outerContainer {
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

.canvasContainer canvas {
    width: 100vw;
    min-height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.decoration-none {
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: Raleway, sans-serif;
}

.align-center {
    text-align: center;
}

.main-button {
    border-radius: 0;
    border-width: 3px;
    background-color: rgba(126, 163, 188, 0.5);
    margin: 5px 0;
}

.main-button:hover {
    background-color: rgba(66, 139, 202, 0.5);
    color: white;
}

.whiteLink {
    color: white;
    text-transform: capitalize;
    text-decoration: none;
}

.whiteLink:hover {
    cursor: pointer;
}

.capital {
    text-transform: uppercase;
}

.md-artist-logo {
    width: 100%;
}

.sm-artist-logo {
    width: 70%;
    margin: auto;
}

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.main-5 {
    margin: 5px;
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-20v {
    margin-top: 20vh;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-10 {
    margin-top: 10px;
}

.title-logo {
    margin: 150px 30px 30px 30px
}

.title-date {
    margin: 30px
}

#lineup {
    margin-top: 10vh;
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-200 {
    font-weight: 200
}

a:hover {
    color: white;
    text-decoration: none;
}

.img-holder {
    padding-top: 15vh
}

@media only screen and (max-width: 576px) {
    .img-holder {
        padding-top: 8vh;
        width: 55vw !important;
    }
}

@media only screen and (min-width: 1400px) {
    .img-holder {
        width: 180px !important;
    }
}

.tickets {
    color: white;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 3px;
}

.verticalCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-header {
    background-color: #01678a;
    color: white;
    border-bottom: solid 2px white;
}

.card-header button {
    color: white;
}

.card-header:hover button {
    color: white !important;
}

.card {
    border-color: #a0cdd9;
}

.hoverBlue:hover, .accordion a:hover {
    color: #00739a;
}

.soldOut {
    color: red;
    text-transform: uppercase;
}

/*.soldOut {*/
/*    background-size: contain;*/
/*    background-image: url("../img/artists/soldout.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.soldOut span {*/
/*    position: relative;*/
/*    z-index: -1;*/
/*}*/

.programme {
    height: fit-content;
    width: 80%;
    margin: auto;
}

.programme iframe {
    border: none;
    height: 90vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


@media only screen and (max-width: 576px) {
    .programme {
        width: 100%;
    }
}

.margin-top-100 {
    margin-top: 100px;
}

.logoHeight {
    max-height: 125px;
}

@media only screen and (max-width: 767px) {
    .title-date {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .h2 {
        font-size: 25px;
    }

    .logoHeight {
        max-width: 70%;
        max-height: 100px;
        padding-bottom: 5px;
    }

    .img-holder {
        padding-top: 12vh;
    }
}

/* Video Section Styles */
.video-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Responsive video adjustments */
@media (max-width: 768px) {
    .video-wrapper {
        border-radius: 4px;
    }
    
    .video-wrapper video {
        border-radius: 4px;
    }
}

@media (max-width: 576px) {
    .video-container .col-xl-8 {
        padding: 0 15px;
    }
}

/* Video fallback styling */
.video-wrapper p {
    color: #ffffff;
    background: rgba(0, 115, 154, 0.9);
    margin: 0;
    border-radius: 8px;
}

.video-wrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.video-wrapper a:hover {
    color: #BFD7DD;
}

