/*
Theme Name: dg_Fluid
Author: _dg
Author URI: http://durkangroup.com
Template: Divi
Version: 3.0
Description: stay fluid
*/

@font-face {
    font-family: 'marker_feltregular';
    src: url('assets/fonts/marker_felt-webfont.woff2') format('woff2'),
         url('assets/fonts/marker_felt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewitt';
    src: url('assets/fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
         url('assets/fonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cooper_hewitt';
    src: url('assets/fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/cooperhewitt-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cooper_hewitt';
    src: url('assets/fonts/cooperhewitt-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/cooperhewitt-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "marker_feltregular",sans-serif;
}
h2 {
    
}
h3 {
    padding-bottom:1rem;
}
h4 {
    color:rgb(138, 201, 38) !important;
}

body {
    font-family: "cooper_hewitt",sans-serif;
    font-weight:300;
}

.stem-image a {
    text-indent:-99999px;
    display:block;
    width:80px;
    
}

@media only screen and (max-width: 980px) {
    .stem-image {
        display:none !important;
    }
}

.stem-image a::after {
  content: '';
    display: block;
    position: absolute;
    height: 74px;
    width: 80px;
    top: -30px;
    background: url(/wp-content/uploads/2020/09/STEM.org-accredited.png) no-repeat;
    background-size: contain;
    
}