.lighten {
        opacity: 0.25;
    }
    
    .flex_parent {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flexed_item {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .season_decoration {
        		  transform: rotate(-90deg);
        		  font-size: 60px;
        		  font-family: "trade-gothic-next",Franklin Gothic,Verdana,sans-serif;
        		}
        		#purple_ticket {
        			height: 100%;
        			display: -ms-flexbox;
    			    display: -webkit-flex;
    			    display: flex;
    			    -webkit-flex-direction: column;
    			    -ms-flex-direction: column;
    			    flex-direction: column;
    			    -webkit-flex-wrap: nowrap;
    			    -ms-flex-wrap: nowrap;
    			    flex-wrap: nowrap;
    			    -webkit-justify-content: space-between;
    			    -ms-flex-pack: justify;
    			    justify-content: space-between;
    			    -webkit-align-content: space-between;
    			    -ms-flex-line-pack: justify;
    			    align-content: space-between;
    			    -webkit-align-items: flex-start;
    			    -ms-flex-align: start;
    			    align-items: flex-start;
        		}
.ticket_date {
    font-family: "Tiempos Headline Semibold";
    font-size: 24px;
    margin-bottom: 0 !important;
}
.ticket_game {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "trade-gothic-next-condensed","trade-gothic-next",Franklin Gothic,Verdana,sans-serif;
    margin-bottom:40px !important;
}
.ticket_deadline {
    text-transform: uppercase;
}

/*Thanks page*/
.rsvp {
    font-size: 32px !important;
    color: #F56600;
    font-weight: 900;
}