﻿/*
    Project:    Darlington.gov.uk 2025 Umbraco 13+
    Version:    1.0
    Date:       10/04/2025
    Author:     Chris Smith (DBC)
    
    Purpose:    This CSS file houses all the styling for the leisure services event pages.
*/

/*-----------------------------------------------------------------------------------*/
/*---------------------------------Event Area----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.shader {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 100%);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
}


.leisureServicesEvents h2,
.leisureServicesEvents .eventsDate {
    color: #fff;
    font-family: 'proxima-nova', Calibri, sans-serif;
}

.leisureServicesEvents h2{
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.75rem;
}

/*-----------------------------------------------------------------------------------*/
/*---------------------------------Event Item----------------------------------------*/
/*-----------------------------------------------------------------------------------*/
