/*
Theme Name: Apache Child Theme
Author: Red Clay Creative
Author URI: https://apachetheme.com
Description:
Template: apache
Version: 1.0
*/
@font-face {
    font-family: 'GT Walsheim';
    src: url('assets/fonts/GTWalsheim-Regular.woff2') format('woff2'),
    url('assets/fonts/GTWalsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('assets/fonts/GTWalsheim-RegularOblique.woff2') format('woff2'),
    url('assets/fonts/GTWalsheim-RegularOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'WEB NSW01';
    src: url('assets/fonts/WEBNSW.woff2') format('woff2'),
    url('assets/fonts/WEBNSW.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
# Blog (Custom)
--------------------------------------------------------------*/

#b-hero .overlay {
    opacity: 0.3;
}


/*--------------------------------------------------------------
## Hero 3
--------------------------------------------------------------*/

#b-hero.hero-3 {
    background-color: #f5f5f5;
}
