﻿
.fa-centre-title {
    font: var(--PGLLunchBox);
    padding-bottom: 40px;
    text-align: left;
}
.fa-centre-grid-tiles {
    padding: 15px
}
.fa-centre-grid-item{
    padding-bottom: 20px;
    cursor:pointer;
}
.fa-centre-grid-image {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.fa-centre-grid-text {
    text-align: left;
    padding-top: 10px;
}

.fa-centre-grid-name {
    font-size: smaller;
    font-weight: 600;
}

.fa-centre-grid-county-country {
    font-size: small;
    color: #55a1ca;
    font-style: italic;
    padding-top: 10px;
}




/*@media screen and (max-width:575px) {
    .fa-centre-grid-tiles.row {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 0px;
    }*/

    /* Demonstrate a "mostly customized" scrollbar
     * (won't be visible otherwise if width/height is specified) */
    /*.fa-centre-grid-tiles::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #aaaaaa66;*/ /* or add it to the track */
        /*opacity: 0.1;
        border-radius: 5px
    }*/

    /* Add a thumb */
    /*.fa-centre-grid-tiles::-webkit-scrollbar-thumb {
        background: #00000066;
        border-radius: 5px;
    }

    .fa-centre-grid-item {
        margin-right: 10px;
        padding-bottom: 0px;
    }
}*/