/* bootstrap */

/* BS4 Grid XXXL breakpoint */

/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

@media (min-width: 1820px){
  /* expanding BS4 max-width */
  .container {max-width: 1790px;}

  /* grid columns xxl */
  .col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
  .col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}  
  .col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
  .col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
  .col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
  .col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
  .col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
  .col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
  .col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
  .col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
  .col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%;}
  .col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%;}
  .col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}

  /* order xxl */
  .order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
  .order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
  .order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
  .order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
  .order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
  .order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
  .order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
  .order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
  .order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
  .order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
  .order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
  .order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
  .order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

  /* text-align xxl */
  .text-xxl-center {text-align: center!important;}
  .text-xxl-left {text-align: left!important;}
  .text-xxl-right {text-align: right!important;}  

  /* float xxl */
  .float-xxl-left {float: left!important;}
  .float-xxl-right {float: right!important;}
  .float-xxl-none {float: none!important;}

  /* display xxl */
  .d-xxl-none {display: none!important;}
  .d-xxl-inline {display: inline!important;}
  .d-xxl-inline-block {display: inline-block!important;}
  .d-xxl-block {display: block!important;}
  .d-xxl-table {display: table!important;}
  .d-xxl-table-cell {display: table-cell!important;}
  .d-xxl-table-row {display: table-row!important;}
  .d-xxl-flex {display: flex!important;}
  .d-xxl-inline-flex {display: inline-flex!important;}

  /* offsets xxl */
  .offset-xxl-1 {margin-left: 8.333333%;}
  .offset-xxl-2 {margin-left: 16.666667%;}
  .offset-xxl-3 {margin-left: 25%;}
  .offset-xxl-4 {margin-left: 33.333333%;}
  .offset-xxl-5 {margin-left: 41.666667%;}
  .offset-xxl-6 {margin-left: 50%;}
  .offset-xxl-7 {margin-left: 58.333333%;}
  .offset-xxl-8 {margin-left: 66.666667%;}
  .offset-xxl-9 {margin-left: 75%;}
  .offset-xxl-10 {margin-left: 83.333333%;}
  .offset-xxl-11 {margin-left: 91.666667%;}

  /* spacing xxl */
  .m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
  .p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
  .m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

}

/* end bootstrap */

body {
    background-color: #eafbff;
    font-family: 'Comfortaa', sans-serif;
    color: #62818c;
}

a {
    color: #51aacb;
}

a:hover {
    color: #62818c;
}

#header {
    background-image: url('/static/images/index/header_bg.jpg');
    background-size: 1440px 420px;
    background-repeat: repeat-x;
    height: 420px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo {
    background-image: url('/static/images/index/logo.png');
    background-size: 935px 204px;
    background-repeat: repeat-x;
    width: 935px;
    height: 204px;
    cursor: pointer;
}

#menu {
    display: flex;
    margin-top: 30px;
}

.menu-item {
    text-transform: uppercase;
    text-align: center;
    background-color: #2f5d6e;
    border-radius: 15px;

    min-width: 130px;
    padding: 6px;
    padding-top: 8px;
    margin: 20px;
    margin-bottom: 0;

    font-size: 1.3em;
}

.menu-item a {    
    color: #bfffe3;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
    .menu-item {
        min-width: 200px;
        font-size: 2.5em;
    }
}

.row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.row:first-of-type {
    margin-top: 0;
}

h1, h2 {
    font-size: 3em;
    color: #2f5d6e;
    margin-bottom: 60px;
    margin-top: 50px;
}

h1.highlight {
    padding: 30px 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #2d92a8;
    color: #fff;
}

#intro {
    margin-top: 40px;
    margin-bottom: 40px;
}

#about {
    margin-top: 0;
    margin-bottom: 0;
}

#intro p, #about p {
    font-size: 2.2em;
    margin-bottom: 30px;
}

#intro p.highlight, #about p.highlight {
    color: #d3a10a;
}

#intro-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#intro-text {
    margin-left: 40px;
    margin-right: 40px;
    flex: 1 1 400px;
    min-width: 400px;
}

#intro-sidebar {
    background-image: url('/static/images/index/sidebar.png');
    background-size: 493px 800px;
    background-repeat: no-repeat;
    background-position-x: left;
    width: 493px;
    min-height: 800px;
    flex-shrink: 0;
    margin-left: 60px;
    margin-right: 40px;
}

#intro-sidebar-anim {
    background-image: url('/static/images/index/sidebar_animation@2x.gif');
    background-size: 287px 228px;
    background-repeat: no-repeat;
    background-position-x: left;
    width: 287px;
    height: 228px;
    position: relative;
    top: 30px;
    left: 173px;
}

@media (max-width: 1143px) {
    #intro-sidebar {
        background-image: url('/static/images/index/sidebar_mobile.png');
        background-size: 902px 350px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 902px;
        min-height: 350px;
        margin: 0 auto;
        margin-top: 0px;
    }

    #intro-section {
        flex-wrap: wrap-reverse;
    }

    #intro-sidebar-anim {
        display: none;
        background-image: unset;/* url('/static/images/index/sidebar_animation_mobile@2x.gif');*/
        background-size: 300px 228px;
        background-repeat: no-repeat;
        background-position-x: left;
        width: 300px;
        height: 228px;
        position: relative;
        top: 12px;
        left: 588px;
    }
}

#crest {
    position: relative;
    margin-top: 70px;
    margin-bottom: 0px;
}

#crest:before {
    content: '';
    background-color: #f1bb56;
    margin-top: 50px;
    margin-bottom: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#crest-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#crest-logo {
    background-image: url('/static/images/index/crest.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 433px;
    min-height: 702px;
    margin-left: 40px;
    flex: 1 1 633px;
}

#crest-text {
    margin-right: 150px;
    flex: 1 1 587px;
    min-width: 400px;
    margin-bottom: 0;
}

#crest-text p {
    color: #9d6909;
    font-size: 2.2em;

    flex: 1 1 400px;
}

@media (max-width: 1143px) {
    #crest {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #crest-logo {
        margin-left: 0;
        margin-right: 40px;
    }
    #crest-text {
        margin-right: 20px;
        margin-left: -20px;
    }
}

#booking, #faq, #booking-page, .bts-page, #about {
    text-align: center;
}

.bts-page {
    margin: 0 auto;
}

.bts-content {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}

.bts-content img {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.bts-content p:last-of-type {
    margin-bottom: 0;
}

.bts-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
}

.bts-images img {
    max-width: 300px;
    flex: 1 1 50%;
    margin-bottom: 20px;
    border: 5px solid #2f5d6e;
}

#about-window, #bookingpage-window, #booking-window, #faq-window, .bts-window, #quote-window {
    margin: 0 40px;
    background-color: #fff;
    border-radius: 20px;
}

#quote-window {
    background-color: unset;
    border-radius: unset;
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
}

.quote {
    flex: 1 1 100%;
    padding: 0 150px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.quote img {
    max-width: 300px;
    margin-right: 40px;
}

.quote p {
    font-size: 25px;
    margin-bottom: 0;
    color: #d3a10a;
}

.quote span {
    color: #2d92a8;
    display: inline-block;
    margin-top: 15px;
    font-size: 22px;
}

#booking-window, #about-window {
    padding: 40px 40px;
}

#about-window {
    text-align: left;
    padding: 40px 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#about-window > div:nth-of-type(1) {
    flex: 0 1 250px;
}
#about-window > div:nth-of-type(2) {
    flex: 1 2 500px;
    min-width: 500px;
    max-width: 800px;
}

#trailer {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

#trailer video {
    width: 100%;
    height: auto;
    cursor: pointer;
}

#play-button {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);

    width: 120px;
    height: 120px;
    border: 10px solid rgba(47, 35, 90, 0.75);
    border-radius: 60px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.7);
}

#trailer:hover #play-button {
    background-color: rgba(255, 255, 255, 0.3);
}

#play-symbol {
    position: absolute;
    margin: auto auto;
    left: calc(50% - 25px + 3px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 25px 0px 25px 50px;
    border-color: transparent transparent transparent rgba(47, 35, 90, 0.75);
}

#about-window img {
    max-width: 250px;
    margin-right: 30px;
}

#about-window p {
    font-size: 1.4em;
}

#about-window p:last-of-type {
    margin-bottom: 0;
}

#about h1 {
    margin-top: 20px;
}

#bookingpage-window {
    padding: 40px 80px;
}

#faq-window, .bts-window {
    padding: 40px 20px;
    text-align: left;
}

.bts-window {
    padding: 60px 80px;
    font-size: 1.3em;
}

.bts-window p {
    margin-left: auto;
    margin-right: auto;
}

#faq-window ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3em;
    margin: 0;
    list-style-type: none;
}

#faq-window li {
    width: 50%;
    flex: 1 1 50%;
    min-width: 340px;
    list-style-position: inside;
    padding: 4px 10px;
    padding-left: 30px;

    background-image: url('/static/images/index/cap.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 7px;
}

#faq-answer {
    position: relative;
    min-height: 150px;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: 25px;
    padding: 0 20px;
    padding-right: 0;
    padding-top: 30px;
    font-size: 1.3em;
}

#faq-answer.display:before {
    content: '';
    background-color: #a1b7bf;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-text {
    display: none;
}

.faq-text h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.active {
    text-decoration: underline;
    color: #dba83a !important;
}

#footer {
    text-align: center;
    font-size: 1em;
    color: #62818c;
    margin: 50px 0;
}

#footer b {
    color: #51aacb;
}

#footer p {
    margin: 0;
}

.menu-item.login {
    display: none;
}

a#support {
    border: 0;
    border-radius: 30px;
    background-color: #f1bb56;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    padding: 15px 50px;
    padding-bottom: 10px;
    filter: drop-shadow(0 0.35rem 0rem rgba(125, 125, 125, 0.15));
    cursor: pointer;

    display: inline-block;
    margin-top: 10px auto;
}

a#book-tickets {
    border: 0;
    border-radius: 30px;
    background-color: #f1bb56;
    color: #fff;
    font-size: 2.7em;
    text-transform: uppercase;
    padding: 25px 70px;
    padding-bottom: 20px;
    filter: drop-shadow(0 0.35rem 0rem rgba(125, 125, 125, 0.15));
    cursor: pointer;

    display: inline-block;
    margin-top: 10px;
}

a#book-tickets:hover {
    background-color: #ffb222;
}

#book-tickets-bullets h3 {
    padding: 3px 0;
    font-size: 1.8em;
}

#player-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 0px;
}

.player-block {
    display: block;
    flex: 0 1 150px;
    background-color: #6adae4;
    border-radius: 30px;
    text-align: left;
    padding: 5px 15px;
    transform: scale(0.9);

    background-image: url('/static/images/index/stripes.png');
    background-size: 90px 90px;
    background-position: top right;
    background-repeat: no-repeat;
    max-height: 230px;
}

.player-block.large {
    background-color: #6ae492;
    flex: 0 1 240px;
    transform: unset;
    max-height: 250px;
}

.player-block .player-number, .player-block .player-label, .player-block p {
    font-size: 7em;
    color: #fff;
    margin: 0;
    display: block;
}

.player-block.large .player-number {
    font-size: 8em;
    max-height: 190px;
}

.player-block .player-number {
    margin-bottom: -40px;
    margin-top: -20px;
    max-height: 170px;
}

.player-block .player-label {
    font-size: 2.5em;
    margin-bottom: -5px;
}

.player-block p {
    font-size: 1.8em;
}

#book-tickets-bullets {
    text-align: left;
}

#book-tickets-bullets div {
    margin: 0 auto; 
    max-width: 500px;
}

#cbook {
    background-image: url('/static/images/town/medieval_background.jpg');
    image-rendering: pixelated;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    color: #57413f;
    
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;

    font-size: 0.9em;
}
#cbook > div {
    height: 600px;
    overflow: scroll;
    padding: 20px;
}

/*cb*/

#person-header {
	min-height: 120px;
}

#person-header img {
	border: 3px solid #321b04;
	float: left;
	margin-right: 15px;
}

#person-header h2 {
    color: #57413f;
    font-size: 2em;
	margin-bottom: 20px;
}

#person-header .bio {
	font-weight: bold;
	margin-bottom: 5px;
}

#content {
	vertical-align: top;
	padding: 25px;
}

.bleet {
	border-top: 2px solid #74583a;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-top: 20px;
	clear: both;
}

.bleet img {
	float: left;
	margin-right: 15px;
	border: 3px solid #321b04;
	width: 80px;
	margin-bottom: 10px;
}

.bleet .username {
	font-weight: bold;
}

.bleet p {
	margin-bottom: 8px;
}

.bleet .time {
	font-size: 1rem;
	font-weight: bold;
	color: #6a1707;
}

.bleet .text {
	overflow: hidden;
}

.bleet.reply {
	border-top: 0;
	margin-top: 10px;
	padding-top: 0;
}

.bleet.reply img {
	width: 40px;
	margin-left: 40px;
}
/*cb*/

@media (min-width: 1025px) {
    .menu-item.login {
        display: unset;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-width: 1600px) { 
    #header {
        background-image: url('/static/images/index/header_bg@2x.jpg');
    }
    #logo {
        background-image: url('/static/images/index/logo@2x.png');
    }
    #intro-sidebar {
        background-image: url('/static/images/index/sidebar@2x.png');
    }

    @media (max-width: 1143px) {
        #intro-sidebar {
            background-image: url('/static/images/index/sidebar_mobile@2x.png');
        }
    }

    #crest-logo {
        background-image: url('/static/images/index/crest@2x.png');
    }
}

#booking input {
    font-size: 1.5em;
}

#booking-page h2, .bts-page h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 1143px) {
    h3 {
        font-size: 2em;
    }

    #intro p, #crest-text p {
        font-size: 2.8em !important;
    }

    #faq, #booking, .bts-page, #about {
        padding-left: 0;
        padding-right: 0;
    }

    #faq-window, #booking-window, #bookingpage-window, .bts-window, #about-window, #quote-window {
        margin: 0;
        border-radius: unset;
    }

    #quote-window {
        padding: 0;
    }

    .quote {
        padding: 0 25px;
        flex-direction: column;
    }

    .quote img {
        max-width: 60%;
        margin-right: unset;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .quote:nth-of-type(2) img {
        display: none;
    }

    .quote:nth-of-type(3) {
        display: none;
    }

    .quote p {
        font-size: 2.8em;
        text-align: center;
        padding-bottom: 20px;
    }

    .quote span {
        font-size: 0.9em;
    }

    #crest::before {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    #about-window img:nth-of-type(1) {
        display: none;
    }

    #crest {
        display: none;
    }

    #faq-window ul {
        font-size: 2.4em;
    }

    #faq-window li {
        width: 100%;
        flex: 1 1 100%;
        background-position: left 23px;
    }

    #faq-answer, #about-window p {
        font-size: 2.8em;
    }

    #about-window {
        padding: 70px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
    }

    #about-window > div {
        padding-left: 70px;
        padding-right: 70px;
    }
    #about-window > div:nth-of-type(1) {
        flex: unset;
        max-width: unset;
    }
    #about-window > div:nth-of-type(2) {
        flex: unset;
        max-width: unset;
    }

    div#trailer {
        margin-top: 30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #about-window img {
        margin-right: 0;
        margin-bottom: 40px;
    }

    #booking input {
        font-size: 2.2em;
        margin-bottom: 25px;
    }

    #mc_embed_signup {
        width: 100%;
        margin: 30px 0;
    }

    .faq-text h4 {
        font-size: 1.1em;
    }

    h1, h2 {
        font-size: 4.5em;
        margin-top: 30px;
    }

    #footer {
        font-size: 2em;
    }
}

@media (max-width: 991px) {
    span.break {
        display: block;
    }

    #player-blocks {
        margin: 40px 0;
    }

    .player-block:first-of-type, .player-block:last-of-type {
        display: none;
    }

    .player-block {
        transform: scale(1.1);
    }
    .player-block.large {
        transform: scale(1.2);
    }

    #book-tickets-bullets {
        text-align: center;
        margin: 30px 0;
    }

    a#book-tickets {
        width: 90%;
        font-size: 4em;
    }

    #book-tickets-bullets div {
        max-width: unset;
    }

    #booking h3 {
        font-size: 3em;
    }

    .bts-content {
        flex-direction: column;
    }

    .bts-content img {
        width: 300px;
        margin-bottom: 50px;
    }

    .bts-window p, .bts-window li {
        font-size: 1.7em;
    }

    .bts-images img {
        margin-top: 25px;
        flex: 1 1 100%;
        max-width: 700px;
    }

    #cbook {
        max-width: 100%;
    }

    #cbook-buttons button {
        font-size: 2em;
        margin-bottom: 15px;
    }

    #play-button {
        left: calc(50% - 90px);
        top: calc(50% - 90px);
    
        width: 180px;
        height: 180px;
        border-radius: 90px;
        border-width: 14px;
    }
    
    #play-symbol {
        left: calc(50% - 38px + 4px);
        top: calc(50% - 38px);
        width: 76px;
        height: 76px;
        border-width: 38px 0px 38px 76px;
    }
}