@font-face {
    font-family: 'Founders Grotesk';
    src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Austin News Headline';
    src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/AustinNewsHeadlineCondensed-Roman-Web.woff2') format('woff2');
}

h1 {
    text-align: left !important;
    padding-bottom: 25px !important;
    font-family: 'Austin News Headline' !important;
}

h2 {
    font-family: 'Founders Grotesk' !important;
}

h3 {
    font-family: 'Austin News Headline' !important;
}

h4 {
    font-family: 'Austin News Headline' !important;
}

h5 {
    font-family: 'Founders Grotesk' !important;
}

.p {
    font-family: 'Helvetica' !important;
}

    html {
    font-size: 14px;
    background-color: #fcfcfc; /*#F5F5F5;*/
    margin: 0;
    height: 100%;
    position: relative;
    min-height: 100%;
}
.nav-link {
    font-size: 14px !important;
    color: #1D9DDD !important;
}

.dropdown-item {
    font-size: 14px !important;
}

body {
    font-family: Nunito Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    word-break: break-word;
    background-color: #fcfcfc; /*#f0ebe6;*/
    margin-bottom: 0px; /*60px*/
}
/*Read more or less*/
.required {
    color: red;
    font-size: 12px;
}
/**************************/
.pb-3 {
    padding: 0 !important;
}

.col-sm {
    padding-bottom: 25px;
}

.row {
    padding: 0 0 25px 0;
}

.footerlogo {
    padding: 0;
}

.footer__social {
    margin-bottom: 25px;
    margin-top: 25px;
}

.footer__social--nav {
    grid-gap: 8px;
    align-items: center;
    display: inline-grid;
    grid-auto-flow: column;
}
    /*BUTTONS*/
    .cta-btn {
    background-color: transparent;
    border: 1.5px solid #323232;
    color: #323232;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.14px;
    line-height: 1;
    outline: 0;
    padding: 12px 16px 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .3s ease;
    white-space: nowrap;
}

/* Pink */
.act {
    border-color: #fff;
    color: #fff;
}

    .act:hover {
        background-color: #fff;
        color: #323232;
    }
/* White */
.signup {
    border-color: #323232;
    color: #323232;
}

    .signup:hover {
        background-color: #323232;
        color: #fff;
    }
/* Black */
.signin {
    border-color: #323232;
    background: #323232;
    color: #fff;
}

    .signin:hover {
        background-color: #fff;
        color: #323232;
    }
.forgot {
    border-color: #323232;
    background: transparent;
    color: #323232;
}

    .forgot:hover {
        background-color: #323232;
        color: #fff;
    }
/* White Transparent */
.mainbtn {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

    .mainbtn:hover {
        background-color: #fff;
        border-color: #323232;
        color: #323232;
    }
/* Black Transparent */
.secondarybtn {
    border-color: #fff;
    background: #323232;
    color: #fff;
}

    .secondarybtn:hover {
        background-color: transparent;
        border-color: #323232;
        color: #323232;
    }

.cta-btn1 {
    background-color: transparent;
    border: 1px solid #323232;
    color: #323232;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.14px;
    line-height: 1;
    outline: 0;
    padding: 7px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .3s ease;
    white-space: nowrap;
}
/* Danger Transparent */
.dangerbtn {
    border-color: #323232;
    background: #323232;
    color: #fff;
    width: 100%;
}

    .dangerbtn:hover {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

/*******************/
.hero-img {
    width: 100%;
    height: auto;
    display: block
}
/*********a link******************/
a {
    text-decoration: none;
}

    a:link {
      color:  #1D9DDD;
    }

a:visited {
   /* color: #5d66ea;*/
}

a:focus {
}

a:hover {
    color: #323232;
}

a:active {
}
/**************************/
.user {
    font-size: 12px;
}
input#ageCheckInput:disabled{
    border-color: #000000 !important;
    border-style:solid !important;
    border-width: 3px !important;
    color:#000000 !important;
}
.btn-act:link, .btn-act:visited {
    background: #db0661;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-act:hover, .btn-act:active {
    background-color: #db0661;
    opacity: 1;
}

.btn-primary {
    background: #db0661 !important;
    border-color: #db0661 !important;
    border-radius: 0px !important;
}

.btn-primary:hover, .btn-primary:active {
    background: #f09bbf
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.nav-link {
    color: #fff !important;
}

    .nav-link:hover {
        color: rgba(255,255,255,.55) !important;
    }

.nav-link2 {
    display: block;    
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

    .nav-link2:hover {
        color: rgba(255,255,255,.55) !important;
    }

h2.title {
    padding-bottom: 25px;
}

h2.maintitle {
    font-size: 38px;
    font-weight: 900;
    padding-top: 50px;
}

header.menunav {
    --bs-bg-opacity: 1;
    background: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
    padding: 10px 0 10px;
}

footer {
    background-color: #000000;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    color: #fff;
    font-size: .75rem;
    padding: 44px 0 70px 1px;
}

.footerlinks {
    font-size: 14px;
    font-weight: 600;
}

.container-fluid {
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
}

.container-wrapper {
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
}

@media (max-width: 1366px) {
    .container-wrapper {
        max-width: 95%;
    }
} 

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.hero {
    background-color: #323232;
    background-image: url(https://www.artscommons.ca/hubfs/CAL_SeriesBanner.png);
    padding: 50px 0 50px;
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

h2.title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
}

h3.title {
    font-size: 30px;
    font-weight: 400;
}

.lightbody {
    /*padding: 50px 0 50px;*/
    background: #fff;
}

.darkbody {
    padding: 50px 0 50px;
    background: #f0ebe6;
}

.btn-row {
    padding-top: 10px
}

.btn-align {
    display: grid;
    justify-content: left;
    padding: 15px 0 0 15px;
}

.navbar-brand {
    margin-right: 50px;
}
.navbar{
    background-color: #000000 !important;
}

.form-container {
    background: #F0F0F0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 50px 0 50px 0;
    padding: 25px;
}
/* Parallax Container Styles */
.parallaxOne {
    background: url("https://www.artscommons.ca/hubfs/IT%20(Please%20dont%20Delete)/VolApp_ChoirChoirChoir_7Oct2022_SamObadero_34.jpg") no-repeat;
    /*background: url("https://www.artscommons.ca/hubfs/AC-Home/Parallax/AC-Home-Parallax-Skyline2-2.77x1.jpg") no-repeat;*/
    /*background: url("https://img.wallpapic.com/i3751-323-07/medium/michael-jackson-performing-arts-concert-musical-theatre-wallpaper.jpg") no-repeat;*/
}

.parallaxTwo {
    background: url("https://www.artscommons.ca/hubfs/IT%20(Please%20dont%20Delete)/VolApp_TracyDrain_22Nov2022_WillYoung_ArtsCommons_38.jpg") no-repeat;
    /*background: url("https://laexcites.com/wp-content/uploads/2018/04/smooth-criminal-4.jpg") no-repeat;*/
}

.parallax {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    z-index: -1;
}

.parallaxThree {
    background: url("https://www.artscommons.ca/hubfs/AC-Home/Parallax/AC-Home-Parallax-Skyline2-2.77x1.jpg") no-repeat;
}

.parallaxFour {
    background: url("https://www.artscommons.ca/hubfs/IT%20(Please%20dont%20Delete)/Canada-Day-ArtsX_1July2022_SamObadero_132_compressed.jpg") no-repeat;
}

.parallaxFive {
    background: url("https://www.artscommons.ca/hubfs/AC-ResidentCompanies/ResCom-ACPresents/AC-ResCo-ACP-banner-2.77x1.jpg") no-repeat;
}

.parallaxSix {
    background: url("https://www.artscommons.ca/hubfs/AC-PlanYourVisit/Getting%20Here/AC-PlanYourVisit-GettingHere--Hero__V2.jpg") no-repeat;
}

.parallax-2 {
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    max-height: 50vh;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    z-index: -1;
}

@media and screen (max-width: 1080px) {
    .parallax {
        background-attachment: scroll;
    }
}

.parallaxAdminOne {
    background: url("https://www.cirquedusoleil.com/-/media/cds/images/shows/mj-one/new/thumbnails_share/mjone_share_1200x630.jpg?db=web&vs=1&hash=3E03753178F74941D66C2DE994EE07CC") no-repeat;
    margin-bottom: 50px;
}

.parallaxAdmin {
    background-size: cover;
    background-position: center;
    min-height: 38vh;
    width: 100%;
    background-attachment: fixed;
    z-index: -1;
}

@media and screen (max-width: 1080px) {
    .parallaxAdmin {
        background-attachment: scroll;
    }
}

.overlay {
    background: rgba(1, 1, 1, 0.5);
    height: 100vh;
    width: 100%;
}

.overlay-2 {
    background: rgba(1, 1, 1, 0.5);
    height: 50vh;
    width: 100%;
    padding-top: 100px;
}

/* Top Container */
.scrollEl {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* Top Container */
.scrollEl-2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
}

.scrollEl, h1, .ion-icon {
    color: #fff;
    text-align: center;
    font-size: 72px;
}

.scrollEl-2, h1, .ion-icon {
    color: #fff;
   /* text-align: center;*/
    font-size: 72px;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 50px, 0);
    }
}

#scroll {
    animation: bounce 0.5s cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

/* Middle Section */
.buffer {
    padding: 4rem 1rem;
    background: #F5F5F5;
    height: fit-content;
}

.bufferContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    max-width: 1200px;
    margin: auto;
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.8s ease-in-out;
}

.imgSmall {
    height: 600px;
    width: auto;
}

@media (max-width:999px) {
    .imgSmall {
        display: none;
    }
}

.bufferContent.active {
    transform: translateX(0);
    opacity: 1;
}

.flex-item-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 600px;
    padding: 5px;
    margin-right: 25px;
    margin-bottom: 25px;
    align-items: center;
    border: 2px solid;
    background: #fff;
    max-height: 100px;
    min-height: 100px;
}

.event-date {
    padding: 5px;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}

.event-detail {
    padding: 5px 5px 5px 15px;
    border-left: 2px solid;
    width: 100%;
    max-width: 400px;
    max-height: 100px;
    font-size: 14px;
    overflow: hidden;
    min-height: 100px;
}

.event-btn {
    padding: 5px;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}

.flex-container {
    /* We first create a flex layout context */
    display: flex;
    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: row wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    list-style: none;
}

.herotxt {
    font-size: 20px;
    margin: 0;
}

.heroh2 {
    font-size: 35px;
    padding: 0 0 20px 0;
}

@media (max-width:999px) {
    .herotxt {
        font-size: 18px;
    }
    .heroh2 {
        font-size: 25px;
    }
}

.time {
    padding: 10px;
    background: linear-gradient(to right, #fff 4px, transparent 4px) 0 0, 
        linear-gradient(to right, #fff 4px, transparent 4px) 0 100%, 
        linear-gradient(to left, #fff 4px, transparent 4px) 100% 0, 
        linear-gradient(to left, #fff 4px, transparent 4px) 100% 100%, 
        linear-gradient(to bottom, #fff 4px, transparent 4px) 0 0, 
        linear-gradient(to bottom, #fff 4px, transparent 4px) 100% 0, 
        linear-gradient(to top, #fff 4px, transparent 4px) 0 100%, 
        linear-gradient(to top, #fff 4px, transparent 4px) 100% 100%;
    font-size: 12px;
    text-align: center;
    color: #000;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.form-group {
    padding: 25px 0 0 0;
}


/*TABLE*/
.tbl-format {
    font-size: 12px;
    padding: 50px 0 50px 0;
    font-weight: 700;
}




.button {
    background-color: transparent; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 150%;
  /*  margin: 4px 2px;*/
    cursor: pointer;
}

.button1 {
    padding: 2px 5px;
    color: darkred;
}

.button1:hover {
    background: darkred;
    color: #fff;
}

.button2 {
    padding: 2px 5px;
    color: #323232;
}

.button2:hover {
    background: #323232;
    color: #fff;
}

th {
    vertical-align: middle;
}

td {
    vertical-align: middle;
}

.forgottxt {
    font-size: 12px;
    text-decoration: underline;
}

.roletxtcontainer {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background: #e9ecef;
}
.roletxt {
    padding: 10px;    
}

.group {
    font-weight: 800;
    color: #6B79FF;
}
