﻿html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --anc-purple: #ef028e;
    --anc-black: #000000;
    --anc-white: #ffffff;
    background-color: var(--anc-white);
    color: var(--anc-black);
}

    body.noscroll {
        overflow: hidden;
    }

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.noline {
    line-height: normal;
}

.boldtext {
    font-weight: bold;
}

.white {
    color: var(--anc-white);
}

.whiteback {
    background-color: var(--anc-white);
}

.purple {
    color: var(--anc-purple);
}

.purpleback {
    background-color: var(--anc-purple);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 1rem;
    color: var(--anc-black);
    font-weight: bold;
}

    h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple {
        color: var(--anc-purple) !important;
    }

    h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
        color: var(--anc-white) !important;
    }

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

header {
    flex: 0 1 auto;
    text-align: center;
    background-color: var(--anc-white);
    padding: 1rem 0;
}

    header .membersignin {
        border: solid 1px #000000;
        background-color: #ececec;
        padding: 0.2rem 0.8rem;
        border-radius: 0.4rem;
        cursor: pointer;
        color: black;
        font-size: 1.2rem;
    }

        header .membersignin:hover {
            border: solid 1px var(--anc-purple);
            color: var(--anc-purple);
            background-color: #ffe2fe;
        }

    header .headerlink {
        margin-bottom: 1rem;
    }

        header .headerlink .link {
            background-color: var(--anc-black);
            color: var(--anc-white);
            font-size: 1.6rem;
            padding: 0.2rem 0.4rem;
            font-weight: bold;
            border: solid 7px var(--anc-white);
            text-transform: uppercase;
            display: block;
        }

            header .headerlink .link:hover, header .headerlink .link:active {
                color: var(--anc-purple);
                border-color: var(--anc-black);
                background-color: var(--anc-white);
            }

    header label {
        color: var(--anc-white);
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

#compnav {
    background-position: bottom;
    background-color: var(--anc-purple);
    padding: 1rem 0 1rem 0;
    flex: 0 1 auto;
}

    #compnav .row, #compnav .column, #compnav .li {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #compnav .dropdown.menu > li > a {
        padding: 0.4rem 1.5rem;
    }

        #compnav .dropdown.menu > li > a:hover {
            color: var(--anc-purple);
        }

    #compnav .navlink {
        background-color: var(--anc-purple);
        text-align: center;
        width: auto;
        display: inline-block;
        margin: 0 0.25rem;
        line-height: normal;
    }

        #compnav .navlink.inner {
            margin: 0;
        }

        #compnav .navlink:hover {
            background-color: var(--anc-white);
        }

        #compnav .navlink a {
            color: var(--anc-white);
            text-transform: uppercase;
            display: block;
        }

            #compnav .navlink a:hover, #compnav .navlink a:active {
                color: var(--anc-purple);
            }

    #compnav .is-dropdown-submenu {
        width: 225px;
    }

        #compnav .is-dropdown-submenu li {
            width: 100%;
        }

.dropdown.menu > li.is-active > a {
    color: var(--anc-purple) !important;
}


    #phonenav {
    flex: 0 1 auto;
    background-color: #bca19c;
}

    #phonenav details > summary {
        list-style: none;
        padding: 0.5rem 0;
        color: var(--anc-black);
        text-align: center;
        font-size: 2rem;
    }

        #phonenav details > summary i {
            margin: 0 0.5rem;
        }

        #phonenav details > summary img {
            margin: 0 1.5rem;
        }

        #phonenav details > summary::-webkit-details-marker {
            display: none;
        }

    #phonenav details .navlink {
        background-color: var(--anc-black);
        text-align: center;
        width: unset;
        display: block;
        border-bottom: solid 1px var(--anc-purple);
        padding: 0.2rem 0;
        font-size: 1.4rem;
    }

        #phonenav details .navlink a {
            color: var(--anc-white);
        }

main {
    flex: 1 1 auto;
}

    main .home {
        margin: 0;
        padding: 0;
    }

        main .home .banner {
            background-image: url('images/new/IMG-20250715-WA0100.jpg');
            background-size: cover;
            padding-bottom: 2rem;
            height: 70vh;
        }

            main .home .banner.senior {
                background-image: url('images/new/IMG-20250806-WA0008.jpg');
                background-position-y: -5rem;
            }

            main .home .banner.junior {
                background-image: url('images/juniors_new.jpg');
                background-position-y: -10rem;
            }

            main .home .banner.mixed {
                background-color: #000000;
                background-image: url('images/mixed.jpg');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }

            main .home .banner.walking {
                background-image: url('images/walk2.jpg');
                background-position-y: -2rem;
            }

            main .home .banner.academy {
                background-image: url('images/ashby_academy.jpg');
                background-position: top;
            }

            main .home .banner.coaching {
                background-image: url('images/new/IMG-20250715-WA0059.jpg');
                background-position: center;
            }

            main .home .banner.whyashyby {
                background-image: url('images/new/whyashby.jpg');
                background-position: center;
            }

            main .home .banner.info {
                background-image: url('images/new/IMG-20250715-WA0025.jpg');
                background-position: center;
            }

            main .home .banner.testimonials {
                background-image: url('images/new/IMG-20250715-WA0032.jpg');
                background-position-y: -10rem;
            }

            main .home .banner.podcast {
                background-image: url('images/new-podcast-header.jpg');
                background-position-y: -15rem;
            }

            main .home .banner.teams {
                background-image: url('images/new/Ashby Junior Netball_2023_3.jpg');
                background-position-y: -10rem;
            }

            main .home .banner.contact {
                background-image: url('images/new/contactimage.jpg');
                background-position: center;
            }

            main .home .banner.kit {
                background-image: url('images/kit/kit.jpg');
                background-position: top;
            }

            main .home .banner .heading {
                background-color: rgba(0, 0, 0, 0.5);
                margin-bottom: 20rem;
            }

                main .home .banner .heading h1 {
                    color: var(--anc-white);
                    font-size: 3rem;
                    font-weight: bold;
                    line-height: normal;
                    text-align: center;
                    margin: 0;
                    padding: 1rem 0;
                }

                main .home .banner .heading h2 {
                    color: var(--anc-white);
                    font-size: 2rem;
                    line-height: normal;
                    text-align: center;
                    margin: 0;
                    padding: 1rem 0 0 0;
                }

                main .home .banner .heading label {
                    color: var(--anc-white);
                    font-size: 1.6rem;
                    line-height: normal;
                    text-align: center;
                    margin: 0;
                    padding: 0;
                }

    main .infotext {
        padding: 0;
        background-color: var(--anc-white);
        position: relative;
        z-index: 10;
    }

        main .infotext h2 {
            text-align: center;
            margin-top: 1rem;
            margin-bottom: 1rem;
            line-height: normal;
            color: var(--anc-black);
            font-size: 1.8rem;
            text-transform: uppercase;
        }

        main .infotext h3 {
            margin-top: 1rem;
            margin-bottom: 1rem;
            line-height: normal;
            color: var(--anc-white);
            font-size: 1.4rem;
            text-transform: uppercase;
        }

            main .infotext h3 .text {
                background-color: var(--anc-black);
                padding: 0.4rem 2rem;
                width: auto;
                color: var(--anc-white);
            }


        main .infotext label, main .infotext p {
            font-size: 1.4rem;
            line-height: normal;
            margin-bottom: 1rem;
        }

            main .infotext p strong {
                color: var(--anc-purple);
                font-weight: bold;
            }

            main .infotext p.introtext {
                margin: 0;
            }

            main .infotext p.smaller {
                font-size: 1rem;
                margin: 0 0 0.25rem 0;
            }

            main .infotext label.sponsorlabel {
                font-size: 1.2rem;
                line-height: normal;
                margin-bottom: -1rem;
            }

        main .infotext ul {
            padding-left: 3rem;
            margin: 0;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

            main .infotext ul li {
                font-size: 1.4rem;
                line-height: normal;
            }

                main .infotext ul li.junior {
                    line-height: 1.5rem;
                    margin: 0 0 1rem 0;
                }

        main .infotext img {
            border: solid 7px var(--anc-purple);
        }

        main .infotext .sponsors {
        }

            main .infotext .sponsors .topgap {
                padding-top: 3rem;
            }

            main .infotext .sponsors img {
                margin-bottom: 1rem;
                border: none;
            }

                main .infotext .sponsors img.bronze {
                    max-height: 150px;
                }

                main .infotext .sponsors img.silver {
                    max-height: 220px;
                }

                main .infotext .sponsors img.silver {
                    max-height: 290px;
                }

            main .infotext .sponsors ul {
                margin-top: 1rem;
                padding-left: 2rem;
                padding-right: 1rem;
            }

        main .infotext .charitystory {
            margin-top: 2rem;
        }

            main .infotext .charitystory label {
                font-size: 1.2rem;
            }

            main .infotext .charitystory img {
                border: none;
                margin-bottom: 3rem;
            }

        main .infotext .wediditimage {
            border: solid 5px var(--anc-purple);
            margin-bottom: 2rem;
        }

        main .infotext .teamlist label {
            font-size: 1.2rem;
        }

        main .infotext .intro {
            padding: 2rem 0;
            background-color: var(--anc-purple);
        }

            main .infotext .intro p {
                color: var(--anc-white);
                line-height: normal;
            }

                main .infotext .intro p a {
                    color: var(--anc-black);
                    font-weight: bold;
                }

                main .infotext .intro p:last-child {
                    margin: 0;
                }

        main .infotext .theevent {
            padding-top: 2rem;
        }

            main .infotext .theevent.pagetext {
                background: var(--anc-purple) url('images/background-1.jpg') no-repeat top;
            }

                main .infotext .theevent.pagetext a {
                    color: var(--anc-black);
                    font-weight: bold;
                }

                main .infotext .theevent.pagetext hr {
                    width: 50%;
                    background-color: #999999;
                    height: 1px;
                }

                    main .infotext .theevent.pagetext a:hover {
                        color: var(--anc-purple);
                    }

                main .infotext .theevent.pagetext row-up-space {
                    margin-bottom: 1rem;
                }

                main .infotext .theevent.pagetext.backwhite {
                    background: var(--anc-white);
                }

                main .infotext .theevent.pagetext.backpurple {
                    background: var(--anc-purple);
                }

                main .infotext .theevent.pagetext.coach {
                    background: var(--anc-purple) url('images/background-coach.jpg') no-repeat top;
                    background-size: cover;
                }

                main .infotext .theevent.pagetext.podcastback {
                    background: var(--anc-purple) url('images/podcast-background.jpg') no-repeat top;
                }

                main .infotext .theevent.pagetext.back2 {
                    background: var(--anc-purple) url('images/background-2.jpg') no-repeat top;
                }

                main .infotext .theevent.pagetext.back3 {
                    background: var(--anc-purple) url('images/background-3.jpg') no-repeat top;
                }

                main .infotext .theevent.pagetext.back4 {
                    background: var(--anc-purple) url('images/background-4.jpg') no-repeat top;
                }

                main .infotext .theevent.pagetext.back5 {
                    background: var(--anc-purple) url('images/background-5.jpg') no-repeat top;
                }

                main .infotext .theevent.pagetext.back6 {
                    background: var(--anc-purple) url('images/background-6.jpg') no-repeat top;
                }

                main .infotext .theevent.pagetext.back7 {
                    background: var(--anc-purple) url('images/background-7.jpg') no-repeat top;
                    background-size: cover;
                }

                main .infotext .theevent.pagetext.back8 {
                    background: var(--anc-purple) url('images/background-8.jpg') no-repeat top;
                }

            main .infotext .theevent .traininggroups {
            }

                main .infotext .theevent .traininggroups .traininggroup {
                    background-color: var(--anc-purple);
                    border: solid 2px var(--anc-black);
                    text-align: center;
                    padding: 0.25rem;
                    margin-bottom: 1rem;
                }

                    main .infotext .theevent .traininggroups .traininggroup h3 {
                        color: var(--anc-white);
                        font-size: 1.4rem;
                        font-weight: bold;
                        margin-top: 0;
                        margin-bottom: 0;
                    }

                    main .infotext .theevent .traininggroups .traininggroup h4 {
                        color: #cccccc;
                        font-size: 1rem;
                        font-weight: bold;
                        line-height: normal;
                    }

                    main .infotext .theevent .traininggroups .traininggroup p {
                        color: var(--anc-white);
                        font-size: 1rem;
                        margin-bottom: 0;
                        line-height: normal;
                    }

            main .infotext .theevent .teams .column {
                padding: 0;
                cursor: pointer;
                padding: 0 0.5rem;
            }

            main .infotext .theevent .teams .team {
                height: 50vh;
                margin-bottom: 2rem;
                position: relative;
            }

                main .infotext .theevent .teams .team label {
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    padding: 0.5rem 1rem;
                    background-color: rgba(255, 255, 255, 0.8);
                    text-align: center;
                    font-size: 1.2rem;
                }

                    main .infotext .theevent .teams .team label a {
                        color: var(--anc-black);
                        font-weight: bold;
                        display: block;
                    }

                        main .infotext .theevent .teams .team label a:hover {
                            color: var(--anc-purple);
                        }

                main .infotext .theevent .teams .team.senior {
                    background-image: url('images/teams/seniors.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .teams .team.junior {
                    background-image: url('images/juniors_new.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .teams .team.mixed {
                    background-image: url('images/mixed_netball_2.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .teams .team.walking {
                    background-image: url('images/walk2.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .teams .team.academy {
                    background-image: url('images/ashby_academy.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .teams .team.coaching {
                    background-image: url('images/teams/coaching.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

            main .infotext .theevent .hometeams .column {
                cursor: pointer;
            }

            main .infotext .theevent .hometeams .team {
                height: 50vh;
                margin-bottom: 2rem;
                position: relative;
            }

                main .infotext .theevent .hometeams .team label {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    margin-left: -49%;
                    width: 98%;
                    background-color: rgba(255, 255, 255, 0.9);
                    background-color: var(--anc-purple);
                    text-align: center;
                    font-size: 1.2rem;
                    line-height: normal;
                    color: var(--anc-white);
                    padding-top: 0.5rem;
                    padding-bottom: 0.5rem;
                }

                    main .infotext .theevent .hometeams .team label .introtext.smaller {
                        font-size: 1rem;
                    }

                    main .infotext .theevent .hometeams .team label a {
                        color: var(--anc-white);
                        font-weight: bold;
                        display: block;
                        text-shadow: 1px 1px 1px #000000;
                    }

                        main .infotext .theevent .hometeams .team label a:hover {
                            color: var(--anc-black);
                            text-shadow: unset;
                        }

                main .infotext .theevent .hometeams .team.senior {
                    background-image: url('images/teams/seniors.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .hometeams .team.junior {
                    background-image: url('images/juniors_new.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .hometeams .team.mixed {
                    background-image: url('images/mixed_netball.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .hometeams .team.walking {
                    background-image: url('images/walk2.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .hometeams .team.academy {
                    background-image: url('images/ashby_academy.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                main .infotext .theevent .hometeams .team.coaching {
                    background-image: url('images/teams/coaching.jpg');
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

            main .infotext .theevent.inspiration {
                padding: 0;
            }

                main .infotext .theevent.inspiration .headertext {
                    background-color: var(--anc-black);
                    background-image: url('images/inspiration.jpg');
                    background-position: top center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    padding-top: 1rem;
                }

                    main .infotext .theevent.inspiration .headertext label {
                        color: white;
                    }

            main .infotext .theevent .gallery img {
                margin-bottom: 2rem;
            }

            main .infotext .theevent.shop img {
                border: solid 5px #ffffff;
                height: 200px;
            }

            main .infotext .theevent.shop h3 {
                font-size: 1.4rem;
                line-height: normal;
                font-weight: bold;
                margin-bottom: 0;
                text-align: center;
            }

            main .infotext .theevent.shop label {
                font-size: 1.2rem;
                line-height: normal;
                margin-bottom: 0;
                text-align: left;
            }

            main .infotext .theevent.shop label.middle {
                margin-bottom: 0;
            }

            main .infotext .theevent.shop .kititem {
                margin-bottom: 1rem;
                padding-bottom: 1rem;
                border-bottom: solid 1px var(--anc-purple);
            }

        main .infotext h3 {
            color: var(--anc-black);
        }

        main .infotext .evelynpics {
            margin-bottom: 1rem;
        }

        main .infotext .carlastory {
            padding: 0 2rem;
        }

            main .infotext .carlastory label {
                font-style: italic;
                font-size: 1.2rem;
                line-height: 1.4rem;
                margin-bottom: 1.5rem;
            }

        main .infotext .question {
            margin: 0;
            padding: 0;
            font-weight: bold;
        }

        main .infotext .answer {
            margin: 0 0 1rem 0;
            padding: 0;
        }

        main .infotext .quote {
            margin: 0;
            padding: 0 5rem;
            line-height: normal;
            font-style: italic;
        }

        main .infotext .quotefrom {
            margin: 0 0 0.5rem 0;
            padding: 0;
            line-height: normal;
            font-weight: bold;
            text-align: right;
            padding-right: 20rem;
        }


        main .infotext .cta {
            display: block;
            margin: 2rem 0;
            text-align: center;
        }

            main .infotext .cta a {
                font-size: 1.8rem;
                background-color: var(--anc-black);
                border: solid 7px var(--anc-purple);
                color: var(--anc-white) !important;
                padding: 0.2rem 1.5rem;
                text-transform: uppercase;
                font-weight: normal !important;
            }

                main .infotext .cta a:hover, .infotext .cta a:active {
                    background-color: var(--anc-white);
                    border: solid 7px var(--anc-purple);
                    color: var(--anc-purple) !important;
                }

footer {
    flex: 0 1 60px;
    background-color: var(--anc-black);
    padding: 2rem 0 1rem 0;
}

    footer .clublink {
        color: var(--anc-white);
    }

        footer .clublink:hover, footer .clublink:active {
            color: var(--anc-black);
        }

    footer .menuline {
        margin-bottom: 1rem;
    }

        footer .menuline .headings {
            padding-top: 1.5rem;
            margin-bottom: 1rem;
        }

            footer .menuline .headings .headerlink .link {
                background-color: var(--anc-black);
                color: var(--anc-white);
                font-size: 1.4rem;
                padding: 0.2rem 0.8rem;
                border: solid 7px var(--anc-white);
                text-transform: uppercase;
                display: block;
            }

                footer .menuline .headings .headerlink .link:hover, header .headerlink .link:active {
                    color: var(--anc-purple);
                    border-color: var(--anc-black);
                    background-color: var(--anc-white);
                }

        footer .menuline h3 {
            font-size: 1rem;
            line-height: normal; 
            margin: 0;
            margin-bottom: 0.5rem;
            padding: 0;
            color: var(--anc-white);
        }

        footer .menuline label {
            font-size: 1rem;
            line-height: normal; 
            margin-bottom: 0.5rem;
        }

        footer .menuline label a {
            color: var(--anc-white);
        }

            footer .menuline label a:hover {
                color: var(--anc-purple);
            }

    footer .contactline {
        padding-top: 1rem;
        font-size: 1rem;
        line-height: normal;
        color: var(--anc-white);
    }

    footer .linkline {
        padding-top: 1.1rem;
        font-size: 0.8rem;
        line-height: normal;
        color: var(--anc-white);
    }

.dialogbox {
    width: 50%;
}

    .dialogbox::backdrop {
        background: rgba(0, 0, 0, 0.25);
    }

    .dialogbox .signupform h1 {
        line-height: normal;
        margin-bottom: 1rem;
    }

    .dialogbox .signupform label {
        font-size: 1rem;
        line-height: normal;
        margin: 1rem 0 0.5rem 0;
    }

        .dialogbox .signupform label.info {
            font-size: 1rem;
            line-height: normal;
            margin-bottom: 0.5rem;
        }

    .dialogbox .signupform .check {
        margin: 0 1rem 0 0;
    }

    .dialogbox .signupform .red {
        color: orangered;
    }


@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    /*      Medium      */
    header .headerlink {
        margin-bottom: 0.5rem;
    }

        header .headerlink .link {
            font-size: 1.4rem;
        }

    header label {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    nav .navlink {
        padding: 0.1rem 0.5rem;
    }

    footer .menuline .navlink {
        padding: 0.1rem 0.25rem;
        font-size: 0.8rem;
    }

    .dialogbox {
        width: 70%;
    }
}


@media screen and (max-width: 39.99875em) {
    /*      small      */
    header {
        background-color: var(--anc-white);
    }

        header .headerlink {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
            text-align: center;
        }

        header label {
            font-size: 0.8rem;
            line-height: 1.2rem;
            text-align: center;
        }

        header .membersignin {
            text-align: right;
            font-size: 1.4rem;
        }

    main .mobilebanner h1 {
        padding: 0.5rem 0;
        margin: 0;
        background-color: var(--anc-black);
        color: var(--anc-white);
        font-size: 3rem;
        line-height: normal;
        text-align: center;
    }

    main .infotext {
        padding: 0;
        background-color: var(--anc-white);
        position: unset;
        z-index: unset;
    }

        main .infotext h2, main .infotext label, main .infotext .cta {
            text-align: center;
        }

        main .infotext .signupform label {
            text-align: left;
        }

        main .infotext h2 {
            margin-top: 0;
            font-size: 1.6rem;
        }

            main .infotext h2 .text {
                padding: 0.4rem 1rem;
                display: block;
            }

        main .infotext h3 {
            font-size: 1.4rem;
        }

            main .infotext h3 .text {
                padding: 0.4rem 1rem;
                display: block;
                text-align: center;
            }

        main .infotext label {
            font-size: 1.4rem;
        }

        main .infotext .intro {
            margin-bottom: 0;
        }

        main .infotext .sponsors .topgap {
            padding-top: 0;
        }

        main .infotext .theevent {
            padding-top: 0;
        }

            main .infotext .theevent h2 {
                margin-top: 1rem;
            }

            main .infotext .theevent.inspiration .headertext {
                padding-top: 12rem;
            }

        main .infotext .sponsors img.silver {
            max-width: 50%;
        }

        main .infotext .quote {
            padding: 0 2rem;
        }

        main .infotext .quotefrom {
            padding-right: 2rem;
            margin-bottom: 1rem;
        }

        main .infotext .theevent.shop {
            background-size: cover;
        }

        main .infotext .theevent .teams .column {
            padding: 0;
        }

        main .infotext .theevent .teams .team {
            height: 35vh;
            margin-bottom: 1rem;
        }

            main .infotext .theevent .teams .team label {
                width: 100%;
            }

        main .infotext .theevent .hometeams .team {
            height: 30vh;
            margin-bottom: 1rem;
        }

            main .infotext .theevent .hometeams .team label {
                margin-left: -45%;
                width: 90%;
            }

        main .infotext .theevent .traininggroups {
        }

        main .infotext .theevent .traininggroups .column {
            padding: 0 5rem;
        }

    .contactbutton {
        margin-top: 2rem;
    }

    .smallcenter {
        text-align: center;
    }

    footer .footerlogo {
        margin-bottom: 1rem;
    }

    footer .menuline .headings {
        padding-top: 0.5rem;
        margin-bottom: 0rem;
    }

        footer .menuline .headings .headerlink {
            margin-bottom: 1rem;
        }

            footer .menuline .headings .headerlink .link {
                display: block;
                text-align: center;
            }

    footer .linkline {
        padding-top: 0;
        font-size: 0.8rem;
        line-height: normal;
    }

    footer .contactline {
        padding-top: 0;
    }

    footer .smallfootermargin {
        margin-bottom: 1rem;
    }

    .dialogbox {
        width: 95%;
    }
}
