﻿@font-face {
    font-family: 'Agrandir';
    src: url('fonts/agrandir-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Black Bones';
    src: url('fonts/black-bones-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/worksans/worksans-black.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/worksans/worksans-medium.woff') format('woff');
    font-weight: 500;
}


@font-face {
    font-family: 'Work Sans';
    src: url('fonts/worksans/worksans-bold.woff') format('woff');
    font-weight: 700;
}


p strong {
    font-family: 'Work Sans';
    font-weight:700;
}

body{
    font-family: Agrandir;
    background-color:black;
}

p a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}

    p a:hover {
        color: #FF3543;
        border-color: #FF3543;
    }



    .eventHeroBlock .logoContainer {
        width: 100%;
        position: absolute;
        bottom: 5%;
    }


.tempinfo {
    margin-top: 50px;
    color: white;
    text-align: center;
}

.buttonRow {
    padding-top: 20px;
}


.innerPageContent {
    padding: 0;
}


.innerPageContent {
    background-image: none;
}

.textComponent {
    background-color: black;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.sponsorRow{
    margin-bottom:60px;
}

.sponsorRow h3{
    margin-bottom:-20px;
}

.sponsorRow h2{
    font-size:48px;
}




    .textComponent p {
        color: #FFFFFF;
    }

    
    
    .linkWrapper a {
    background-color: transparent;
    padding: 0;
    color: #FF3543;
    border:none;
    border-bottom: 1px solid #FF3543;
    font-size:15px;
    border-radius:0;
}

a.ticketBtn {
    text-decoration: none;
    background-color: #FF3543;
    color: white;
    padding: 12px 25px;
    padding-bottom: 9px;
    border: 2px solid #FF3543;
    transition: all ease .35s;
}

    .ticketBtn:hover {
        color: white;
        background-color: transparent;
    }


    .marginTopMedium{
        margin-top:45px;
    }

.textComponent .container {
    z-index: 1;
    position: relative;
}

.dayOuter .day {
    font-family: "Work Sans";
    font-weight: 500;
}

span.day.active {
    color: #FF3543;
}

.simpleProgram li{
    color:white;
}