﻿[slider] {
    background: white !important;
}

[slider] p {
    color : black !important;
}

[slider] span {
    color : black !important;
}

    [slider] .swiper-slide a {
        background-color: #002abe !important;
        border: 0px !important;
        color: white;
    }


[pageheader] picture {
    background-image: none !important;
    background: none !important;
    height: 50px !important;
}

@media only screen and (max-width: 1140px) {
    .grid-images {
        display: grid !important;
        place-items: center !important;
    }

    .grid-images img {
        width : 25vh !important;
        margin: 10px;
    }

    [pagecontent] img {
        width: 100%;
    }


    

}


[pagecontent] iframe {
    width: 100%;
}


@media only screen and (min-width: 1141px) {
    [header] [logo] img {
        width: 250px;
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    [header] [logo] img {
        width: 200px;
        height: 200px !important;
    }
}