
header > img
{
    display: none;
}

main#bg > article div,
main#bg > article div > p {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
}

div#introBox,
div#medicalMainBox,
div#neverRiskMainBox,
div#utilContactsBox {
    padding:1rem;
    display: block;
    text-align: center;
    width: 80%;
    min-width: 240px;
    max-width: 680px;
    margin:2rem auto;
}

div#introBox {
    margin: 2rem auto;
    border: 4px solid var(--burntOrange-highlight);
    border-radius: 0.5rem;
    display: block;
    width: 80%;
    min-width: 240px;
    max-width: 680px;
    background-color: rgba(70,177,225,0.2);

}

div#introBox > p {
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: bold;
    color: #900;
    font-size: 1.1rem;
}

div#introBox > span {
    display: block;
    margin: 1.5rem auto 0;
    text-decoration: none !important;
    color: #900;
    font-weight: bold;
    padding: 0.5rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
    text-decoration-thickness: unset;

}


div#topRow {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 0.5rem auto 1.5rem;
    gap:1rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: unset;
    text-align: left;
}

div#topRow > div {
    flex-basis: 45%;
    width: 45%;
    text-align: left;
    padding:1rem 1rem 0.5rem;
    border-radius: 1rem;
    min-width: 300px;
}

div#topRow > div#leftTopBox {
    background-color: rgba(0,99,0,0.15);
    border: 4px solid var(--captionCredit-Mauve);
}

div#topRow > div#rightTopBox {
    background-color: rgba(255,255,0,0.15);
    border: 4px solid var(--curveboxBorderDkGreen);
}


div#utilContactsBox > div ul li ,
div#utilContactsBox > ul li,
div#topRow > div ul li {
    padding-bottom: 1rem;
}

main#bg > article div#neverRiskMainBox {
    background-color: rgba(70,177,225,0.2);
    border: 5px double var(--captionCredit-Mauve);
    color:#900;
    font-weight: bold;
    padding:1rem;
    display: block;
    text-align: center;
    width: 80%;
    min-width: 240px;
    max-width: 680px;
    margin:2rem auto;
    font-size: 1.6rem;
    line-height: 2.5;
}

div#medicalMainBox {
    border: 4px solid var(--burntOrange-highlight);
    color: #C00;
    font-weight: bold;
    border-radius: 1.5rem;
}

div#defribOuterBox {
    width: 90%;
    margin:1rem auto;
    padding:0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    gap:3%;
}

div#defribOuterBox > div#defribLeftImage,
div#defribOuterBox > div#defribRightImage {
    background-image: url("/images/village/defrib_AED_small.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10%;
    flex-grow: 1;
    flex-basis: auto;
}
div#defribOuterBox > div#defribRightImage {
    background-position: right center;
}

div#defribOuterBox > p {
    flex-grow: 6;
    flex-basis: 75%;
    width: 75%;
    display: inline-block;
    margin: auto;
    text-align: center;
    color: var(--text-green);
    min-height: 120px;
    border: 4px solid var(--curveboxBorderGreen);
    align-self: center;
    padding: 1.5rem;
    border-radius: 2rem;
    background-color: rgba(181, 237, 189,0.2);
}

div#utilContactsBox {
    border: 4px solid var(--skyblue-highlight);
    color:#000;
    border-radius: 1.5rem;
    background-color: rgba(120,120,120,0.2);
}

div#utilContactsBox > ul li,
div#utilContactsBox > ul {
    text-align: left;
    font-size: 1.15rem;
}

@media screen and (max-width: 650px){

    div#topRow > div {
        flex-basis: 75%;
    }
}
@media screen and (max-width: 550px){

    div#topRow > div {
        flex-basis: 90%;
    }
}