@font-face {
  font-family: Cardo;
  /*src: url("{{ url_for('static', filename='style.css') }}");*/
  /*src: url('../assets/Cardo-Regular.ttf');*/
  src: url('Cardo-Regular.ttf');

  font-family: Woodland;
  src: url('PPWoodland-Regular.ttf');
}

@property --white
{
    syntax: "<color>";
    inherits: false;
    initial-value: #e1e0d2;
}
@property --highlight-gold
{
    syntax: "<color>";
    inherits: false;
    initial-value: #d6d48c;
}
@property --gold
{
    syntax: "<color>";
    inherits: false;
    initial-value: #a3843d;
}
@property --dark-gold
{
    syntax: "<color>";
    inherits: false;
    initial-value: #9f6243;
}

body
{
    color: var(--white);
    font-family:  Cardo;
}

h1
{
    font-family:  Woodland;
    color: var(--white);
}

#tsparticles
{
    position: fixed;
    z-index: -2;
}

.page
{
    height: auto;
    padding: 10vh 0vh;
}

.first-page
{
    min-height: 100vh;
    padding: 0vh 0vh;
}

.second-page
{
    min-height: 100vh;
}

.first-page h2, h3
{
    font-family:  Woodland;
    margin-top: 3vh;
}

.first-page h1
{
    letter-spacing: 3vw;
    font-size: 7vw;
}

.first-page h2
{
    color: var(--white);
    letter-spacing: 1.5vw;
    font-size: 4vw;
}

.first-page h3
{
    color: var(--highlight-gold);
    letter-spacing: 0.75vw;
    font-size: 3vw;
}

.second-page,.third-page,.fourth-page, .fifth-page h1
{
    font-family:  Woodland;
    letter-spacing: 1vw;
    /*font-size: calc(1vw + 16px);
    font-size: 3vw;*/
}

.second-page p
{
    font-family:  Cardo;
    
    color: var(--text-color);
    font-size: 20px;
    letter-spacing: 1px;
}

.c-nav {
  border: 1px solid #ccc;
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
  gap: 10px;
}

  .c-nav__item { 
    color: #7B4E3C;
    text-decoration: none;
    letter-spacing: 0.3vw;
    font-size: 1.4vw;
  }

    .c-nav__link {
      display: block;
    color: #7B4E3C;
    text-decoration: none;
    letter-spacing: 0.3vw;
    font-size: 1.4vw;
    }


.nav-bar
{
    height: 15vh;
    width: 100vw;
}

.nav-bar a
{
    color: var(--highlight-gold);
    text-decoration: none;
    letter-spacing: 0.3vw;
    font-size: 1.4vw;
}
.navbar-nav .nav-item .nav-link {
    color: var(--highlight-gold);
    opacity: 0.8;
    text-decoration: none;
    letter-spacing: 0.3vw;
    font-size: 3vw;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28214, 212, 140, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  color: var(--highlight-gold);
  border-color: var(--highlight-gold);
  border-radius: 2;
}

.mobile_logo {
    height: 15vh;
}


#keys
{
    height: 15vh;
}

hr
{
    background-color: #E1E0D2;
    opacity: 0.5;
}

.third-page h2
{
    color: var(--white);
    list-style-type: none;
    letter-spacing: 2px;
    font-size: 20px;
}

.third-page p
{
    color: var(--highlight-gold);
    font-size: 16px;
    letter-spacing: 1px;
}

.fourth-page a
{
    font-family:  Cardo;


    text-decoration: none;
    color: var(--white);
    letter-spacing: 2px;
    font-size: 20px;
}

.position
{
    font-size: 15px;
    letter-spacing: 1px;
    font-family:  Cardo;
}

.ticket-types.col-md-2
{
    margin-bottom: 15px;
}

.ticket-types h1
{
    letter-spacing: 2px;
    font-size: 48px;
}

.ticket-types h2
{
    letter-spacing: 2px;
    font-size: 30px;
    color: var(--white);
}

.ticket-types h3
{
    font-family:  Cardo;

    letter-spacing: 1px;
    font-size: 16px;
}

.countdown h1
{
    font-size: 40px;
}

.countdown h2
{
    letter-spacing: 2px;
    font-size: 30px;
}

.countdown
{
    margin-top: 10vh;
}

.footer
{
    margin: auto;
    text-align: center;
    width: 100vw;
    height: 10vh;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--highlight-gold);
    opacity: 0.8;
}

.footer a
{
    color: var(--highlight-gold);
    text-decoration: none;
    padding: 5px;

}

.first-hiring-row
{
    padding: 8vh 0vh;
}

.first-hiring-row h1
{
    letter-spacing: 1vw;
    font-size: calc(1vw + 16px);
    font-size: 3vw;
}

.first-hiring-row p
{
    color: #E1E0D2;
    font-size: 20px;
    letter-spacing: 1px;
}

.third-page a, .tickets-book a
{
    text-decoration-style: dotted;
    color: var(--highlight-gold);
}

.statement a
{
    text-decoration-style: dotted;
    color: #7B4E3C;
}

.form-group
{
    color: #000000;
}

.form-group a
{
    color: #7B4E3C;
}

.hiring a
{
    text-decoration-style: dotted;
    color: #E1E0D2;
}

.hiring-row
{
    margin-top: 7vh;
}

.hiring-row h2
{
    margin-top: 3vh;
    color: #E1E0D2;
}

.hiring-row h1
{
    letter-spacing: 1vw;
}

.hiring-button
{
    margin-top: 4vh;
    background-color: var(--gold);
    color: var(--white);
}

.hiring-button:hover
{
    background-color: var(--dark-gold);
    color: var(--white);
}

.age-requirement
{
    font-style: italic;
    font-size: 14px;
}

.ticket-types
{
    margin-top: 2vh;
}

.ticket-types h3
{
    margin-top: 0vh;
}

.hiring h4
{
    color: #E1E0D2;
}

.tickets
{
    margin-top: -7.5vh;
    height: 82.5vh;
}

.tickets input, .tickets input:focus
{
    background: transparent;
    color: #E1E0D2;
    border: 1px solid rgba(255, 252, 245, 0.5);
    font-size: 1.2em;
    width: 15em;
    margin: auto;
}

.ticketing-button
{
    margin-top: 3vh;
    background-color: rgba(123,78,60, 0.7);
    color: #E1E0D2;
}

.ticketing-button:hover
{
    color: #E1E0D2;
}

#confirmation
{
    margin-bottom: 2vh;
    font-style: italic;
}

.btn-ticket-type h3
{
    font-size: 2vw;
    margin-top: 0.5vh;
}

.btn-ticket-type h4
{
    font-size: 1.4vw;
}

.btn-ticket-type
{
    width: 100%;
    background-color: none;
    border: 1px solid #E1E0D2;
    color: #E1E0D2;
    padding: 0;
}

.btn-ticket-type:hover
{
    color: #E1E0D2;
}

.btn-ticket:checked+.btn-ticket-type
{
    background-color: #7B4E3C;
    border: 1px solid #7B4E3C;
}

.form-element
{
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.tickets-book input[type=text],.tickets-book input[type=number], .tickets-book input[type=email], .tickets-book input[type=date], .tickets-book select
{
    width: 50%;
    margin: auto;
    background: none;
    color: #E1E0D2;
    height: 45px;
    font-size: 20px;
    text-align: center;
}

.tickets-book input[type=text]:focus,.tickets-book input[type=number]:focus, .tickets-book input[type=email]:focus, .tickets-book select:focus
{
    background: none;
    color: #E1E0D2;
}

.tickets-book select option
{
    background-color: #212E4F;
}

.diet-label
{
    color: #E1E0D2;
    font-size: 18px;
}

.diet-container
{
    max-width: fit-content;
    text-align: left;
    margin: auto;
}

.purchase-button
{
    margin-top: 0vh;
    margin-bottom: 5vh;
    height: 45px;
    font-size: 20px;
}

select:invalid
{
    color: red;
}

.guest-ticket-info
{
    margin-top: 5vh;
}

.guest-label
{
    color: #E1E0D2;
}

.college-select:disabled
{
    background: none;
}

.tickets-book input[type=text]:disabled, .tickets-book input[type=text]:readonly, .tickets-book input[type=email]:disabled, .tickets-book select:disabled
{
    background-color: rgba(128, 128, 128, 0.2);
}

.g-recaptcha
{
    display: inline-block;
    margin-top: 3vh;
}

.table
{
    color: #7B4E3C;
}

.dashboard a, .sponsorship-link, .sponsorship-link:hover
{
    text-decoration-style: dotted;
    color: #7B4E3C;
}

.dashboard h2, .dashboard th
{
    color: #E1E0D2;
}

.dash-row
{
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.sold-out
{
    opacity: 0.5;
}

.sponsorship-pic
{
    width: 60%;
}

#search-tickets
{
    width: 100%;
    margin: auto;
    background: none;
    color: #E1E0D2;
    height: 45px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #E1E0D2;
    border-radius: 15px;
}

.check-in-button
{
    background-color: rgba(123,78,60, 0.7);
    color: var(--highlight-gold);
    /*padding: 3px;*/
}

.check-in-button:hover
{
    color: var(--highlight-gold);
}

.check-in-row
{
    margin-bottom: 10px;
}

.check-in-table-column
{
    overflow-wrap: break-word;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media only screen and (min-width: 701px) {
    .nav-bar
    {
        margin: auto;
    }
    .navbar-logo
    {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .nav-bar
    {
        margin: centre;
    }
    .navbar-item
    {
        display: none;
    }
    .page
    {
        height: auto;
        margin-bottom: 30vh;
    }
    .second-page
    {
        margin-top: -10vh;
    }
    .second-page p
    {
        font-size: 16px;
    }
    .fifth-page
    {
        margin-bottom: 5vh;
    }
    .third-page h2
    {
        font-size: 17px;
    }
    .third-page p
    {
        font-size: 15px;
    }
    .fourth-page a
    {
        font-size: 16px;
    }
    .fourth-page .position
    {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .ticket-types h1
    {
        font-size: 18px;
    }
    .fifth-page h2
    {
        margin-top: 5vh;
        font-size: 16px;
    }
    .fifth-page h3
    {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .countdown h1
    {
        font-size: 20px;
    }
    .first-hiring-row
    {
        margin-top: 0vh;
    }
    .hiring-row h1
    {
        font-size: 24px;
    }
    .hiring-button
    {
        border-radius: 15px;
    }
    .tickets input, .tickets input:focus
    {
        width: 100%;
    }
    .btn-ticket-type
    {
        width: 70%;
        margin-bottom: 2vh;
    }
    .btn-ticket-type h3
    {
        font-size: 18px;
    }
    .btn-ticket-type h4
    {
        font-size: 15px;
    }
    .tickets-book input[type=text], .tickets-book input[type=email], .tickets-book input[type=date], .tickets-book select
    {
        width: 100%;
    }
    .g-recaptcha
    {
        margin-left: -8.3vw;
    }
    .ticket-release-button
    {
        margin-top: 0vh;
    }
}

