﻿#lottie, #bardleLottie {
    /*background-color: #ffffff;*/
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

.noHover:hover {
    background-color: transparent !important;
}

.freeAccesBanner {
    text-align: center;
}

    .freeAccesBanner img {
        width: 100%;
        max-width: 670px;
    }
/*2025*/

.exploreCont {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

    .exploreCont hr {
        border: solid 1px #820000;
        border-collapse: collapse;
    }

    .exploreCont img {
        position: relative;
        top: -38px;
        background-color: #f1b100;
    }

.lottieCont, .linksCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    /*min-width:680px;*/
    max-width: 800px;
    justify-content: center;
    margin: 0 auto 25px;
}

    .lottieCont div, .linksCont .col {
        width: 45%;
        max-width: 45%;
        min-width: 350px !important;
        min-height: 140px;
        cursor:pointer;
    }

    .linksCont div {
        min-height: 30px;
    }

@media screen and (max-width:800px) {
    .lottieCont div, #lottie, #bardleLottie {
        width: 80%;
        max-width: unset;
        min-width: unset !important;
        min-height: 135px;
    }

    .linksCont .col {
        width: 80%;
        max-width: 80% !important;
        min-width: unset !important;
        margin: 0 auto;
        min-height: 30px;
    }

    .homeLinkContainer div {
        width: 100%;
        max-width: 100%;
    }

}

.bardleBann {
    width: 100%;
    height: auto;
}


/*Homelinks*/

.homeLinkContainer {
    width:100%;
    background-color: white;
    color: black;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 1px #820000;
}

.homeLinkTitles {
    padding: 10px 20px;
    box-sizing: border-box;
}


.homeLinkContainer h2 {
    font-family: 'Amiri', serif;
    font-size: 24px;
    font-weight: 600;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0;
}

.homeLinkContainer p {
    text-align: center;
    margin-top: 0;
    line-height:21px;
    font-size:16px;
}

.homeLinksCont {
    padding: 0 20px 20px;
}

.homeOneLink {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    gap: 10px;
}

    .homeOneLink span {
        font-size: 24px;
        color: gray;
        font-weight: 400;
    }

    .homeOneLink {
        width:100%;
        min-width:100%;
    }

    .homeOneLink a {
        font-size: 18px;
        font-weight: 600;
        display: block;
        width: 100%;
        /*padding-top:2px;*/
        box-sizing: border-box;
        height: 100%;
        line-height: 24px;
    }

        .homeOneLink a:hover {
            text-decoration: none;
        }

@media screen and (max-width:800px) {
    .homeOneLink a {
        position:relative;
        top:7px;
        width:90%;
    }
}