/* import css files*/
@import url(./css/_variables.css);

/* Global css files*/
@import url(./css/_global.css);

/* Grid css files */
@import url(./css/_grid.css);




* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none !important;
}

.cursor {
    cursor: pointer;
}

/*-------
Loader
---------*/
#loader {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background-image: url('/img/front-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 100%;
}

#loader i {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}

.loader-wrap{
    width: 100%;
}

#home{
    display: none;
}

@keyframes loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/*-------
Header
---------*/
.header-area {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 999;
}

.tagline {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 30px;
}

.tagline img {
    width: 100%;
}

.main-globe {
    display: block;
    background-image: url('/img/kv.svg');
    background-position: calc(50% + 15px);
    background-repeat: no-repeat;
    background-size: 90% 80%, 80%;
    overflow: hidden;
}

.webgl {
    /* position: fixed;
    top: 0;
    left: 0; */
    outline: none;
}

#gui {
    position: absolute;
    top: 62px;
    right: 0;

}

img {
    width: 100%;
    height: auto;
}

/*-------
Menu
---------*/
a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
}

#header-nav {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: background-color 0.7s ease;
}

#header-nav.active {
    background: black;
    transition: background-color 0.7s ease;
}

#header-nav.hide-nav-bar {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}


a.menu-link-wrapper {
    float: right;
    display: block;
    padding: 1em;
    z-index: 999;
}

nav[role=navigation] {
    /* clear: right; */
    width: 90vw;
    margin-left: 2em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;


}

.js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
}

nav[role=navigation].active {
    /* max-height: 15em; */
    max-height: 100vh;

}

nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0;
    list-style: none;
    width: 100%;
}

nav[role=navigation] li a {
    display: block;
    padding: 0.8em;
    font-size: 0.9em;
}

.menu-link {
    height: 30px;
    width: 33px;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    margin-top: 3px;
    background: #fff;
    width: 33px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.bar2 {
    margin-top: 13px;
}

.bar3 {
    margin-top: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.brand {
    float: left;
    margin-left: 1em;
    padding: 1em;
}

.brand h1 {
    margin: 0;
    font-size: 1.5em;
}

#nav-logo {
    height: 40px;
    width: auto !important;
}

#nav-logo img {
    height: 40px;
    width: auto !important;
}

#nav-logo-main,#nav-logo-load {
    height: 70px;
    width: auto !important;
}

#nav-logo-main img,#nav-logo-load img {
    height: 70px;
    width: auto !important;
}


nav[role=navigation] ul.nav-sub-menu {
    margin: 0;
    padding: 0.3em 0 0.8em 0;
    display: none;
}


nav[role=navigation] ul.nav-sub-menu li a {
    padding: 0 0.8em 0.5em 2em;
}

nav[role=navigation] ul.nav-sub-menu li>ul.nav-sub-menu li a {
    padding: 0 0.8em 0.5em 4em;
}

.menu.footer-lang {
    justify-content: left;
    -webkit-justify-content: left;
    padding-left: 0;
}





@media screen and (min-width: 48.25em) {
    /* a.menu-link {
        display: none;
    }
    .js nav[role=navigation] {
        max-height: none;
    }
    nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
        float: right;
    }
    nav[role=navigation] li {
        display: inline-block;
        margin: 0 0.25em;
    }
    nav[role=navigation] li a {
        border: 0;
    } */
}


#header-nav .container {
    max-width: 98%;
    margin: 0 auto;
}

section {
    margin-top: 4em;
    padding: 1em;
    color: #5c5c5c;
}

section hr {
    border-bottom: none;
    color: #f2f2f2;
}





/*-------
Main
---------*/

.main-buy {
    margin-top: 5px;
}

.main-buy a {
    background-color: var(--yellow);
    color: var(--primary-color);
    border-radius: 30px;
    padding: 0 8px;
}

.main-buy a:hover {
    color: var(--purple);
}

/*---bg---*/

.main-area {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-area.home {
    display: block;
    background-image: url('/img/front-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 100%;
    overflow: hidden;
}

.main-area.crediting {
    background-color: #000;
    background: url('./img/fest-bg2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}

.main-area.schedule {
    background-color: #fff;
    background: url('./img/fest-bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    overflow-y: scroll;
}



.main-area.study {
    background-color: #fff;
    background: url('./img/in-between-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    overflow-y: scroll;
}

.main-area.yang {
    background: url('./img/programme/yang-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--brown);
    overflow-y: scroll;
}

.main-area.hodworks {
    background: url('./img/programme/hodworks-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}

.main-area.mui-gigi {
    background: url('./img/programme/mui-gigi-bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}

.main-area.jefta {
    background: url('./img/programme/jefta-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}


.main-area.albert {
    background: url('./img/programme/albert-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}

.main-area.double-bill {
    background: url('./img/programme/lok-jo-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}




.container.dc23 {
    padding: 100px 3%;
    min-height: 80vh;
}

.container.dc23.prog {
    padding-top: 30px;
}


.container.dc23 .p-title {
    margin: 50px 0 100px 0;
    font-size: 1.8em;
}

.container.dc23 .p-title img {
    width: 100%;
    height: auto;
}

.p-title img.mobile {
    display: none;
}

.p-title img.desktop {
    display: block;
}

.hodworks-shadow {
    text-shadow: var(--brown) 1px 0 10px;
}

.albert-shadow {
    text-shadow: #5E2C85 1px 0 10px;
}

.double-bill-shadow {
    text-shadow: 3px 2px var(--blue);
}

.double-bill-shadow1 {
    text-shadow: var(--green) 1px 0 5px;
}



.container.dc23 .p-credit {
    text-align: right;
}

.container.dc23 .page-tag {
    text-align: right;
    margin-bottom: 30px;
}

.container.dc23 .page-tag p {
    text-align: right;
    margin-top: 10px;
}



.container.dc23 .sub-title {
    color: var(--yellow);
}

.container.dc23 .sub-title.purple {
    color: var(--primary-color);
}

.container.dc23 .sub-title.dark-blue, .container.dc23 .sub-title.dark-blue h3 {
    color: var(--dark-blue);
}


.container.dc23 .sub-title-globe {
    margin-bottom: 10px;
}

.container.dc23 .sub-title-globe h3 {
    color: var(--yellow);
}

.container.dc23 .sub-title h3 {
    color: #fff;
}

.container.dc23 .page-tag span {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
}


.para {
    padding-bottom: 20px;
}

/*danceless studies*/

.bubble {
    border: 1px solid;
    padding: 8% 5%;
    background-color: #fff;
    color: #000;
    margin-right:10px ;
    margin-top: 10px;
}

/*about*/

.dc-body-img {
    text-align: center;
}

.dc-body-img img {
    width: auto;
    height: 200px;
}

.dc-body-text {
    margin-bottom: 50px;
}



/**
Programme
**/

.head-globe {
    display: flex;
    display: -webkit-flex;
}

.head-globe-img {
    width: 50%;
    max-width: 200px;
    margin-left: -100px;
}

.head-globe-text {
    width: 100%;
    margin-top: 100px;
    padding: 0 30px 0 10px;
}

.row.nowrap {
    flex-flow: row nowrap;
}

.trailer,
.artist-photo,
.blurb {
    margin-right: 3%;
}


.blurb {
    background: #fff;
    padding: 3%;
    margin-bottom: 3%;
}

.blurb .event-info {
    margin-top: 30px;
    color: var(--brown);
}

.blurb .event-info .remarks {
    margin: 10px 0;
}

.blurb .event-info.blue {
    color: var(--dark-blue);
}

.blurb.yang {
    box-shadow: rgba(235, 78, 119, 0.4) 5px 5px, rgba(235, 78, 119, 0.4) 10px 10px, rgba(235, 78, 119, 0.4) 15px 15px;
}

.blurb.hodworks,
.blurb.jefta {
    box-shadow: rgba(67, 41, 24, 0.4) 5px 5px, rgba(67, 41, 24, 0.4) 10px 10px, rgba(67, 41, 24, 0.4) 15px 15px;
    color: var(--brown);
}

.blurb.albert {
    box-shadow: rgba(94, 44, 133, 0.4) 5px 5px, rgba(94, 44, 133, 0.4) 10px 10px, rgba(94, 44, 133, 0.4) 15px 15px;
    color: var(--brown);
}



.blurb.mui_gigi {
    box-shadow: rgba(41, 46, 89, 0.4) 5px 5px, rgba(41, 46, 89, 0.4) 10px 10px, rgba(41, 46, 89, 0.4) 15px 15px;
    color: var(--dark-blue);
}


.container.dc23 .sub-title.brown h2,
.container.dc23 .sub-title.brown h3,
.container.dc23 .sub-title.brown h4 {
    color: var(--brown);
}


.slide-tags {
    display: none;
}

.show-tag {
    margin: 20px 0;
    width: 100%;
}

.show-img {
    width: 100%;
    margin: auto;
    position: relative;
}

.show-img h3 {
    position: absolute;
    top: 20px;
    left: 20px;
}





/*table*/

.table-wrapper {
    margin-right: 30px;
    margin-bottom: 30px;
}

.table-wrapper-team {
    margin-bottom: 50px;
}



.table-wrapper table,
.table-wrapper td,
.table-wrapper th {
    border: solid 1px #fff;
    padding: 5px;
}


.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper-team table {
    width: 100%;
    max-width: 400px;
}

.table-wrapper-team tr {
    text-align: left;
    vertical-align: top;
}

.table-wrapper-team th {
    padding-bottom: 8px;
    /* min-width: 100px; */
}

.table-title {
    color: var(--yellow);
}

.table-title h3 {
    font-weight: 400;
}



/*Accordion*/

.accordion-group {
    padding: 50px 0;
}

.accordion-wrapper {
    border-bottom: solid 1px #fff;
    margin-top: 30px;
}

.accordion-wrapper1 {
    border-bottom: solid 1px #fff;
    margin-top: 5px;
}


.accordion {
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 2em;
    font-weight: bold;
    transition: 0.4s;
}

.accordion.prog {
    font-size: 1.2em;
}


.accordion.yang {
    background-color: #EB4E77;
}



.accordion.albert {
    background-color: #5E2C85;
}


.accordion.hodworks {
    background-color: #4A4358;
}

.accordion.mui_gigi {
    background-color: var(--dark-blue);
}

.accordion.mui_gigi {
    background-color: var(--blue);
}

.accordion.jefta {
    background-color: #B10106;
}

.accordion.black {
    background-color: #000;
}

.accordion.prog.black:hover {
    color: #000;
}

.accordion.prog.mui_gigi:hover {
    color: var(--dark-blue);
}

.accordion.prog:hover {
    color: var(--brown);
}

.acc-active,
.accordion:hover {
    background-color: transparent;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin: 5px;
}

button.accordion.acc-active:after {
    content: "\2212";
}

.panel {
    padding: 20px 5px;
    display: none;
    background-color: transparent;
    overflow: hidden;
}


/*Schedule filter*/
.schedule-container {
    color: #000;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
}

.event__inner {
    margin-top: 30px;
}

.event__inner a {
    display: block;
    padding: 20px 0px;
    font-size: 1rem;
    border-top: 2px solid var(--primary-color);
}

.event__inner .end-list {
    border-bottom: 2px solid var(--primary-color);
}

.event__inner a.orange:hover {
    background: #FDAA07;
}




/* i.orange{
    color: #FDAA07;
} */

a.event-wrap {
    display: none;
    width: 100%;
}


.schedule__inner .month {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.event-filter-group {
    text-align: center;
    width: calc(100%/5);
    /* border: 1px #000 solid; */
    padding: 5px 0;
}

.event-filter-group p {
    position: relative;
    text-align: center;

}

.event-filter-group p:before {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background: #000;
    left: 80%;
    top: 50%;
    position: absolute;
}


.event-filter-group:hover,
.event-filter-group.active {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
}


.event__inner a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.4);
    /* border: none; */

}

/* .event__inner a+a {
    border-top: 1px solid #fff;
} */

.event-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 10px;
}

.event-info {
    color: #000;
}

.fringe-event-wrap .event-info {
    color: var(--brown);
}


.event-info p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.event-info .event-details {
    margin-left: 24px;
}

.event-info .artist {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.title.fringe {
    margin-bottom: 10px;
}

.sub-info-group {
    margin-top: 20px;
}


.event-info .date {
    font-size: 20px;
    font-weight: 500;
}


.event-info .venue {
    font-size: 18px;
}


.event-wrap.event-show {
    display: block;
}

img.tri {
    height: 0.9em;
    width: auto;
}

.event-wrap.fringe,
.fringe {
    color: var(--green);
}

.event-wrap.programme,
.programme {
    color: var(--primary-color);
}

/*Fringe*/
.fringe-event-wrap {
    color: var(--brown);
    border-bottom: solid 1px var(--brown);
    margin-bottom: 30px;
}

.fringe-event-wrap .fringe-ws {
    margin: 0 0 30px 5%;
}

.fly-to-buy.brown,
.fly-to-buy.blue, .fly-to-buy.black, .fly-to-buy.w {
    margin-top: 10px;
}

.fly-to-buy.brown a {
    color: #fff;
    background-color: var(--brown);
    border: solid 1px var(--brown);
}

.fly-to-buy.blue a {
    background-color: var(--dark-blue);
    color: #fff;
    border: solid 1px var(--dark-blue);
}

.fly-to-buy.black a {
    color: #fff;
    background-color: #000;
    border: solid 1px #000;
}

.fly-to-buy.w a {
    color: var(--purple);
    background-color: var(--yellow);
    border: solid 1px var(--yellow);
}

.fly-to-buy.blue a:hover {
    background-color: transparent;
    color: var(--dark-blue);
}

.fly-to-buy.black a:hover {
    background-color: #fff;
    color: #000;
}

.fly-to-buy.brown a:hover {
    background-color: transparent;
    color: var(--brown);
}

.fly-to-buy.w a:hover {
    background-color: var(--primary-color);
    color: #fff;
}





/*Ticketing*/
.fly-to-buy {
    margin-top: 30px;
}

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

.ticket-type .type {
    color: var(--yellow);
    margin-bottom: 10px;
}

.ticket-type a {
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 0 10px;
}

.ticket-type a:hover {
    color: var(--yellow);
}

.discount-title {
    width: 100%;

}

.discount-title h3 {
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: underline;
}

/*writing programme*/
.w-prog{
    padding: 30px;
    background: var(--primary-color);
    margin: 8px 8px;
    border-radius: 10px;
    height: 100% ;
}

.w-prog.yang{
    background: url('./img/programme/yang-bg.jpg');
    background-position: center top;
    background-size:  auto 100%;
}

.w-prog.mui{
    background: url('./img/programme/mui-gigi-bg.jpeg');
    background-position: center top;
    background-size:  auto 100%;
}

.w-prog.hodworks{
    background: url('./img/programme/hodworks-bg.jpg');
    background-position: bottom left;
    background-size:  auto 130%;
}

.w-prog.jefta{
    background: url('./img/programme/jefta-bg.jpg');
    background-position: top right;
    background-size:  auto 150%;
}

.w-prog.albert{
    background: url('./img/programme/albert-bg.jpg');
    background-position: center bottom;
    background-size:  auto 200%;
}

.w-prog.double-bill {
    background: url('./img/programme/lok-jo-bg.jpg');
    background-position: bottom center;
    background-size:  auto 120%;
}




.w-prog.b1{
    min-height: 480px;
}

.w-prog.b2{
    min-height: 400px;
}

.w-prog .w-title{
    min-height: 160px;
    display: flex;
}


.w-sub-prog{
    padding: 0 30px;

}



/*crediting*/

.logo-item-wrapper {
    padding: 0;
}

.logo-item-wrapper .name {
    margin-bottom: 10px;
}

.logo-item-inner-wrapper {
    margin: 20px 0;
}


.logo-item {
    margin: 20px;
    display: inline-block;
}



/*-------
Footer
---------*/

.footer-area {
    width: 100%;
    /* background: #000; */
    padding: 20px 10%;
}

.footer-area a:hover {
    color: var(--yellow);
}

.footer-area .footer-btn {
    padding: 10px;
}

.footer-area .footer-btn a {
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 0 10px;
    margin: 0 10px;
}

.footer-area.black a {
    color: #000;
}

.footer-area.black a:hover {
    color: var(--primary-color);
}

.footer-area.black .footer-btn a {
    border: solid 1px #000;
}


.footer-area .copyright {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.footer-lang {
    padding: 0 20px;
}

.footer-lang {
    display: flex;
    display: -webkit-flex;
    color: #fff;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.footer-area.black .footer-lang {
    color: #000;
}

.footer-lang .social-icon {
    margin-left: 10px;
}

.footer-lang>a,
.footer-lang>span {
    padding: 0 5px;
}


/*------------------
Modal
-------------------*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    padding: 100px 0;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #000;
    color: #fff;
    margin: auto;
    padding: 20px;
    max-width: 85%;
}

.modal-content .artist-biopic-popup {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.modal-content .artist-bio-text {
    padding: 0 3%;
}

.footer-policy {
    padding: 10% 0;
}

.modal-body {
    position: relative;
    margin: 1rem;
}


.footer-policy ol {
    padding-inline-start: 30px;
}

/* The Close Button */
.close-modal {
    color: #fff;
    float: right;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: transparent;
    z-index: 1051;
}

.close-modal:hover,
.close-modal:focus {
    color: var(--yellow);
    text-decoration: none;
    cursor: pointer;
}


.modal-open {
    overflow: hidden;
}




/*-------
Media
---------*/

@media (max-width:1200px) {
    #nav-logo-main {
        height: 60px;
        width: auto !important;
    }

    #nav-logo-main img {
        height: 60px;
        width: auto !important;
    }
}




@media (max-width:768px) {

    .container.dc23 {
        padding: 100px 8%;
    }

    .container.dc23 .p-title {
        margin: 30px 0;
    }

    /*about*/
    .row .grid-1 {
        order: 1;
    }

    .p-title img.mobile {
        display: block;
    }

    .p-title img.desktop {
        display: none;
    }

    #nav-logo-main, #nav-logo-load {
        height: 50px;
        width: auto !important;
    }

    #nav-logo-main img,#nav-logo-load img{
        height: 50px;
        width: auto !important;
    }

    .w-prog, .w-prog.b1, .w-prog.b2{
        min-height: 100%;
    }


}

@media (max-width:576px) {
    .container.dc23 {
        padding: 100px 12% 100px 5%;
    }

    /*Menu*/

    .brand {
        margin-left: 0;
    }

    a.menu-link-wrapper {
        padding: 1em 0.1em;
    }

    .menu-link {
        width: 25px;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
    }

    .bar2 {
        margin-top: 10px;
    }

    .bar3 {
        margin-top: 17px;
    }

    /*Accordion*/
    .accordion {
        font-size: 1.8em;
    }

    .container.dc23 .p-title {
        font-size: 0.9em;
    }


}