
a {
    color:dodgerblue;
}

.aTagClass {
    color:dodgerblue;
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.purple {
    background-color: blueviolet;
}

.yellow {
    background-color: yellow;
}

.Lightblue {
    background-color: turquoise;
}

.lightgreen {
    background-color: aquamarine;
}


.myCards {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .50rem;
    border-color: darkgray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.logincolorcard {
    background-image: linear-gradient(135deg, rgb(20, 20, 20) 0%, rgb(80, 80, 80) 100%);
    border-top-left-radius: .50rem;
    border-bottom-left-radius: .50rem;
}






.errorwords {
    color: red;
}












body {
    margin-bottom: 60px;
}


@font-face {
    font-family: "Nosifer";
    src: url(Nosifer-Regular.ttf);
}



.navbarBackground {
    background-color: black !important;
}

.navBarFont {
    font-family: Nosifer !important;
    font-size: 20px !important;
    color: red !important;
    /*    padding-left: 10px;
    padding-right: 10px;*/
    cursor: pointer;
}

    .navBarFont:hover {
        font-family: Nosifer !important;
        font-size: 20px !important;
        color: rgba(147, 236, 17,255) !important;
        /*    padding-left: 10px;
    padding-right: 10px;*/
        cursor: pointer;
    }





.hamburgerColor {
    /*  color: red !important;*/
    color: rgb(147, 236, 17) !important;
}




@font-face {
    font-family: "Creepster";
    src: url(Creepster-Regular.ttf);
}

.creepyHead {
    font-family: Creepster;
    font-size: 60px;
    color: rgb(147,236,17);
}



.parallax {
    transition: 1s ease;
    min-height: 1000px;
    /* background-attachment: fixed;*/ /*Do not use fixed on iphones */
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 200%;
    overflow: hidden;
}


.smallBanner {
    background-image: url("../img/scaryHRTag.png");
    height: 3vh;
    background-size: cover;
}

.pictureBanner {
    background-image: url("../img/plate.jpg");
    height: 100%;
    background-size: cover;
}













/*testing */
.logoContainer {
    transition: 2s ease;
    height: 500px;
    margin-top: 200px;
    padding-top: 120px;
}

.logoSize {
    height: 400px;
    display: block;
    margin: 0 auto;
}

.hideOnMobile {
    display: block;
}

.hideOnDesktop {
    display: none;
}

socialMediaColors {
    background-color: white !important;
}


.logoNavbar {
    height: 75px;
    display: block;
    margin: 0 auto;
    background-color: black;
}


.map {
    background-image: url("../img/map.png");
    height: 40vh;
    background-size: cover;
    background-position: 52% 50%;
}





/*Desktop*/
@media only screen and (max-device-width: 600px) {
    /*  .parallax {
          background-attachment: scroll;
    }*/

    /*Testing */

    .logoSize {
        height: 150px;
        margin-top: 150px;
    }

    .hideOnMobile {
        display: none;
    }

    .hideOnDesktop {
        display: block;
    }



    /*Testing */

}


/*Mobile*/
@media (max-width:990px) {


    html {
        font-size: 16px;
    }


    body .navbar-nav.justify-content-center {
        justify-content: start !important;
    }



    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

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

.whitewords {
    color: white;
}

.curleyGreenColorText {
    color: rgb(147, 236, 17) !important;
}


.boardsBG {
    background-image: url("../img/blackwood.jpg");
    background-repeat: repeat;
}

.loginBG {
    background-image: url("../img/loginbg.png");
    /*    background-repeat: no-repeat;*/
    background-size: cover;
    background-position: 05% 50%;
}

.privacyContainer {
    padding-top: 100px;
}


.footer {
    background-image: url(../img/footbg.jpg);
}


.containerborder {
    border: solid;
    border-width: 1px;
    border-color: black;
}




/*---Schedule hour page--*/

.bottomContainer {
    max-height: 1300px;
    padding-top: 5px;

    background-color: rgb(200,200,200) !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.darkcontainer {
    background-color: rgb(20,20,20);
    padding: 6px;
}

.lighterContainer {
    background-color: rgb(50,50,50);
    padding: 6px;
}

.overallContainer {
    background-color: rgb(30,30,30);
    padding: 3px;
}

.titleFont {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Nosifer !important;
    font-size: 35px !important;
    color: red !important;
    text-shadow: 2px 2px rgba(147, 236, 17,255);
}


.choiceButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

choiceButton:hover {
    background-color: blue;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


/*--End--*/





/*------------Schedule day--page-------*/

.DayCont {
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 20px;
}







ul {
    list-style-type: none;
}

/*body {
    font-family: Verdana, sans-serif;
}*/





/* Month header */
.month {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 25px;
    width: 100%;
    background-color: rgba(40,40,40,255) !important;
    text-align: center;
}

    /* Month list */
    .month ul {
        margin: 0;
        padding: 0;
    }

        .month ul li {
            text-transform: uppercase;
            letter-spacing: 3px;
            font-family: Nosifer !important;
            font-size: 35px !important;
            color: red !important;
            text-shadow: 2px 2px rgba(147, 236, 17,255);
        }

    /* Previous button inside month header */
    .month .prev {
        float: left;
        padding-top: 10px;
    }

    /* Next button */
    .month .next {
        float: right;
        padding-top: 10px;
    }

/* Weekdays (Mon-Sun) */
.weekdays {
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    background-color: #ddd;
}

    .weekdays li {
        display: inline-block;
        width: 13.6%;
        color: #666;
        text-align: center;
        padding: -0px;
        margin: -1px;
    }

/* Days (1-31) */
.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .days li {
        list-style-type: none;
        display: inline-block;
        width: 11.5%;
        text-align: center;
        font-size: 20px;
        color: #777;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

        /* Highlight the "current" day */
        .days li .active {
            padding: 5px;
            background: #1abc9c;
            color: white !important
        }


.calendarContPadding {
    height: 1000px;
    padding-top: 100px;
}


.ketFont {
    color: white;
    font-size: 12px;
    margin-left: 20px;
}

.keyContainer {
    background-color: rgba(40,40,40,255) !important;
}
/*----------END-----------*/



/*------------Tickets page-----------*/
.pageSize {
    height: 2200px;
}

.topContainer {
    height: 190px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom:30px;
    background-color: rgb(40,40,40);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottomContainer {
    max-height: 1300px;
    padding: 10px;
    background-color: rgb(200,200,200);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.darkcontainer {
    background-color: rgb(20,20,20);
    padding: 6px;
}

.lighterContainer {
    background-color: rgb(50,50,50);
    padding: 6px;
}

.overallContainer {
    background-color: rgb(30,30,30);
    padding: 3px;
}

.titleFont {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Nosifer !important;
    font-size: 35px !important;
    color: red !important;
    text-shadow: 2px 2px rgba(147, 236, 17,255);
}


.choiceButton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

choiceButton:hover {
    background-color: blue; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/*-----------END-------------*/




/*---InvoicePage----*/
.invoice-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.invoice-header {
    text-align: center;
    margin-bottom: 20px;
}

    .invoice-header h2 {
        margin-bottom: 5px;
        font-size: 24px;
        color: #333333;
    }

.invoice-info span {
    display: block;
    font-size: 14px;
    color: #777777;
}

.invoice-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .invoice-item .col {
        font-size: 14px;
        color: #333333;
    }

.invoice-total {
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
}

    .invoice-total p {
        font-size: 18px;
        color: #333333;
    }

.paidStamp {
    transform: rotate(12deg);
    color: rgb(255,0,0,10);
    border-width: 0.25rem;
    border: solid;
    font-size: 3rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    z-index: 100;
}

/*---EDN---*/

/*--Doations*/
.donationContainer {
    border: solid;
    border-width: 1px;
    border-color: rgba(116, 172, 35, 255);
    border-radius: 5px;
    box-shadow: rgba(116, 172, 35, 255) 0px 7px 29px 0px;
    background-color: black;
    width:auto;
    height:225px;
}



.eventConfigContainer {
    padding-top:5px;
    border: solid;
    border-width: 1px;
    border-color: rgba(116, 172, 35, 255);
    border-radius: 5px;
    box-shadow: rgba(116, 172, 35, 255) 0px 7px 29px 0px;
    background-color: black;
    width: auto;
    height: auto;
}

.notFullBackground{
  
    background-color: rgb(102,255,102);
}

.fillingUpBackground{
  
    background-color: rgb(255,255,102);
}

.notFullBackground{
  
    background-color: rgb(140, 136, 136);
}

.blackOutbackground{
  
    background-color: mediumpurple;
}

.notfullSquare{
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgb(102,255,102);
}

.fillingUpSquare{
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgb(255,255,102);
}

.fullSquare{
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgb(140, 136, 136);
}

.blackOutsquare{
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: mediumpurple;
}




/*User View My Tickets page*/
/* Ticket look & feel */
.ticket {
    position: relative;
    border-radius: 16px;
    background: #0f0f0f;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 10px 24px rgba(0,0,0,0.45);
    overflow: hidden;
}

/* subtle edge highlight */
.ticket::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
    mix-blend-mode: screen;
}

/* perforation "notches" on the sides */
.ticket-notch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #2b2b2b; /* match the gray container background you use */
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.ticket-notch.left { left: -11px; }
.ticket-notch.right { right: -11px; }

/* dashed divider */
.ticket-divider {
    border-top: 2px dashed rgba(255,255,255,0.18);
}

/* header */
.ticket-head {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 14px 16px 10px 16px;
}
.ticket-title {
    margin: 0;
    font-weight: 700;
    color: #fff;
}

/* content row */
.ticket-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px 16px 14px 16px;
    flex-wrap: wrap;
}
.ticket-label {
    color: rgba(255,255,255,0.65);
    font-size: .95rem;
}
.ticket-value {
    color: #fff;
    font-weight: 600;
}

/* footer "Admit One" + fake barcode */
.ticket-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 16px 16px;
}
.admit-pill {
    font-weight: 700;
    letter-spacing: .5px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}

/* simple CSS barcode */
.barcode {
    width: 120px;
    height: 40px;
    background: repeating-linear-gradient(
            to right,
            rgba(255,255,255,0.9) 0 2px,
            rgba(0,0,0,1) 2px 5px
    );
    filter: contrast(110%);
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* VIP ribbon */
.ticket--vip::after {
    content: "VIP";
    position: absolute;
    top: 14px;
    right: -44px;
    transform: rotate(45deg);
    width: 160px;
    text-align: center;
    color: #1c1300;
    font-weight: 800;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ffd979, #ffbf2f);
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
    border: 1px solid #e7a400;
    padding: 6px 0;
}

/* USED stamp */
.ticket--used .used-stamp {
    display: inline-block;
}
.used-stamp {
    display: none;
    position: absolute;
    top: 18px;
    right: 150px;
    transform: rotate(-15deg);
    color: #ff4d4f;
    border: 3px solid #ff4d4f;
    padding: 4px 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,77,79,0.12);
}

/* image sizing */
.ticket-logo {
    height: 46px;
    width: auto;
}

/* small screens tweaks */
@media (max-width: 576px) {
    .barcode { width: 96px; height: 34px; }
    .ticket-logo { height: 40px; }
}

/*END User View My Tickets page*/