﻿article {
    background-color: white;
    min-height: 70vh;
    background-image: url('/fcp/2024/img/frame/InsidePageBG.png');
    background-position: -100px -270px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
}

    article .container {
        background-color: rgba(255,255,255,0.96);
        border-radius: 0em;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding-top:100px;
        padding-left: 50px;
        padding-right: 50px;
    }

    article .container h1{
        margin-bottom: 1em;
    }

    article .mainContent {
        text-align: justify;
        padding-right: 100px;
        padding-left: 50px;
        padding-bottom: 100px;
        line-height:1.8em;
        letter-spacing:0.1em;

    }

    article .infoContent {
        border-left: solid 1px black;
        padding-left: 1em;
    }

a.newstitle {
    color: black;
    text-decoration: none;
    font-weight: bolder;
    transition: all 400ms;
}

    a.newstitle:hover {
        color: #e61374;
    }

/*.h3, h3 {
    font-size: calc(1rem);
}*/

@media screen and (max-aspect-ratio: 1/1) {

    article {
        padding-top: 2em;
        padding-bottom: 0px;
    }

        article .infoContent {
            margin-bottom: 3em;
        }

    article .container {
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }

        article .mainContent {
            padding-right: 1em;
            padding-left: 1em;
            padding-bottom: 1em;
        }

    /*.h3, h3 {
        font-size: calc(1rem);
    }*/
}

