@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@font-face {
    font-family: "gooddog";
    src: url('https://blurredborders.legalaid.wa.gov.au/fonts/gooddog.otf');
}

#section-card .card-container {
    margin: auto;
    content: '';
    padding: 5mm 5mm 8mm;
}

#section-card .card-inner {
    margin: 0;
    border-radius: 36% 2% 129% 7%/4% 4% 4% 39%;
    transform: rotate(-3deg) skew(-2deg, 6deg);
    padding: 0.7em;
    width: 54.4mm;
    height: 94mm;
    overflow: hidden;
}

#section-card .frontpage-title {
    font-family: "gooddog";
    font-weight: 200;
}

#section-card .card-text-title {
    text-align: center;
}

#section-card #story-card-image {
    max-width: 100%;
}

#section-card .m-20 {
    margin: 20px;
}

#section-card .m-0 {
    margin: 0px;
}

#section-card .overlay-img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index:-1;
}

.card-position {
    position: relative;
}

p.position-b-line {
    font-family: Lato;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    position: absolute;
    padding: 0px;
    margin: 2px 0px;
}