/* #resources {
    max-width: 1100px;
    margin: auto;
    margin: 3em 3em;
    color: #111;
    color: #fff;
} */

/* #resources {
overflow: hidden;
  position: relative;
} */

#resources {
    background: rgba(76, 196, 189, .1);
}

#resource-bg {
    display: none;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    z-index: -1
}

/* #resources ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    "one two"
    "three three"
    "four five";
} */

#resources li {
    display: flex;
    flex-wrap: wrap;
    color: #111;
    background: rgba(76, 196, 189, .1);
    padding: .1em;
    gap: .1em;
}

#resources li a {
    display: flex;
    flex-wrap: wrap;
}

.titleR {
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    /* background: rgba(0,0,0,.3); */
    background: rgba(36, 156, 149, 1);
    padding: .3em;
}

.resourceDescription {
    font-size: 14px;
    padding: .1em;
    color: #333;
}

#resources img {
    margin-left: 1em;
    padding: .1em;
}

div#resourceHeader {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: .3em;
    /* background: rgba(0,0,0,.3); */
    background: rgba(76, 196, 189, 1);
    background: rgba(36, 156, 149, 1);
    padding: .2em;
}