﻿.TilesContainer {
    margin-left: 1.3%;
    max-width: 97.5%;
    min-width: 97.5%;
    width: 97.5%;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Tile {
    width: 16vw;
    height: 17vh;
    border-radius: 20px;
    background-size: 27%;
    background-repeat: no-repeat;
    background-position: calc(100% - 10%) center;
    margin-right: 2%;
    float: left;
}
.DivTileTitle {
    min-height: 30%;
    max-height: 30%;
}
.DivTileNumber {
    min-height: 50%;
    max-height: 50%;
}
.DisplayNumber {
    color: white;
    font-size: 2rem;
    text-align: center;
    width: 70%;
    margin-top: 2%;
}
.LinkLabel {
    color: #540ac7;
    text-align: center;
    width: 100%;
    font-size: 0.7rem;
    letter-spacing: 5px;
    margin-top: 1%;
    cursor: pointer;
}
.LinkLabel:hover {
    cursor: pointer;
}
.LinkLabelHolder {
    width: 100%;
    min-height: 20%;
    max-height: 20%;
    border-radius: 20px;
    background-color: bisque;
}
.TileTitle {
    width: 70%;
    text-align: center;
    font-size: 1rem;
    color: whitesmoke;
    font-weight: bold;
}
@media all and (max-width: 800px) {
    
}
@media all and (min-width: 801px) and (max-width: 1300px) {
 
}
@media all and (min-width: 1301px) and (max-width: 1500px) {
    
    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 1.5rem;
        color: whitesmoke;
        font-weight: bold;
    }
    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 0.7rem;
        letter-spacing: 8px;
        margin-top: 2%;
        cursor: pointer;
    }
}
@media all and (min-width: 1501px) and (max-width: 1600px) {

    .Tile {
        width: 15vw;
        height: 16vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }
    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 1.7rem;
        color: whitesmoke;
        font-weight: bold;
    }
    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 0.9rem;
        letter-spacing: 7px;
        cursor: pointer;
    }
}
@media all and (min-width: 1601px) and (max-width: 1700px) {

    .Tile {
        width: 15vw;
        height: 15vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }

    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 1.8rem;
        color: whitesmoke;
        font-weight: bold;
    }

    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 0.6rem;
        letter-spacing: 10px;
        cursor: pointer;
    }
}
@media all and (min-width: 1701px) and (max-width: 1800px) {

    .Tile {
        width: 14vw;
        height: 14vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }
    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 1.6rem;
        color: whitesmoke;
        font-weight: bold;
    }
    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 0.9rem;
        letter-spacing: 7px;
        cursor: pointer;
        margin-top: 1.5%;
    }
}
@media all and (min-width: 1801px) and (max-width: 2199px) {
    .Tile {
        width: 13vw;
        height: 13vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }
    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 1.7rem;
        color: whitesmoke;
        font-weight: bold;
    }
    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 0.9rem;
        letter-spacing: 8px;
        cursor: pointer;
        margin-top: 2%;
    }
}

@media all and (min-width: 2200px) and (max-width: 2499px) {
    .Tile {
        width: 12vw;
        height: 12vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }
    .DisplayNumber {
        color: white;
        font-size: 3rem;
        text-align: center;
        width: 70%;
        margin-top: 2%;
    }
    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 0.8rem;
        letter-spacing: 10px;
        cursor: pointer;
    }
    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 2.5rem;
        color: whitesmoke;
        font-weight: bold;
    }
}
@media all and (min-width: 2500px) and (max-width: 2700px) {
    .Tile {
        width: 11vw;
        height: 11vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }
    .DisplayNumber {
        color: white;
        font-size: 3.6rem;
        text-align: center;
        width: 70%;
        margin-top: 2%;
    }
    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 10px;
        margin-top: 1.8%;
        cursor: pointer;
    }
    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 3rem;
        color: whitesmoke;
        font-weight: bold;
    }
}
@media all and (min-width: 2701px) {
    .Tile {
        width: 10vw;
        height: 10vh;
        border-radius: 20px;
        background-size: 27%;
        background-repeat: no-repeat;
        background-position: calc(100% - 10%) center;
        margin-right: 2%;
        float: left;
    }
    .DisplayNumber {
        color: white;
        font-size: 2.5rem;
        text-align: center;
        width: 70%;
        margin-top: 2%;
    }

    .LinkLabel {
        color: #540ac7;
        text-align: center;
        width: 100%;
        font-size: 1.2rem;
        letter-spacing: 10px;
        margin-top: 1%;
        cursor: pointer;
    }

    .TileTitle {
        width: 70%;
        text-align: center;
        font-size: 2.0rem;
        color: whitesmoke;
        font-weight: bold;
    }
}