/* ----- styles for hole score updates ------ */

/* styling for screen width less than 800 */
@media screen and (max-width: 700px) {
    .stats {
        font-size: 5vw;
    }

    .menu {
        font-size: 6vw;
        text-align: center;
    }

    .desc {
        font-size: 5vw;
    }

    .scores {
        font-size: 5vw;
        text-align: center;
    }

    .hole {
        font-size: 6vw;
        text-align: center;
    }

    .title {
        font-size: 6vw;
        text-align: center;
    }

    .navi {
        font-size: 5vw;
    }

    .savebutton {
        font-size: 5vw;
        text-align: center;
    }

    .centred {
        font-size: 5vw;
        text-align: center;
    }

    .bigger {
        font-size: 5vw;
    }

    .xlarge {
        font-size: 10vw;
        text-align: center;
    }
    .large {
        font-size: 8vw;
        text-align: center;
    }
}