:root {
    --font-family: "Poppins", 'Helvetica Neue', sans-serif;
    --font-family-header: "Poppins", 'Helvetica Neue', sans-serif;
    --font-weight: 400;
    --font-weight-bold: 700;
    --font-size-xxxx-large: 60px;
    --font-size-xxx-large: 50px;
    --font-size-xx-large: 30px;
    --font-size-x-large: 26px;
    --font-size-large: 20px;
    --font-size-medium: 18px;
    --font-size: 17px;
    --font-size-small: 14px;
 	--lineheight-text: 1.5;
    --lineheight-heading: 1.3;
    --lineheight-tight: 1;
    --margin-base: 1rem;
    --margin-large: 30px;
    --margin-xlarge: 40px;
    --margin-xxlarge: 50px;
    --margin-xxxlarge: 80px;
    --grid-gap: 20px;
    --grid-gap-small: 10px;
    --grid-gap-vsmall: 0px;
    --max-width: 92rem;
    --color-base: #E1314C;
    --color-accent : #352E2E;
    --color-accent-second : #333333;
    --heavy :  "opsz" 12, "slnt" 0, "wght" 900;
    --bold : "opsz" 12, "slnt" 0, "wght" 700;
    --medium : "opsz" 12, "slnt" 0, "wght" 500;
    --regular : "opsz" 12, "slnt" 0, "wght" 400;
    --inwardpadding: 16px;
}

@media (min-width: 768px) {
 :root {
   --font-size-xxxx-large: 60px;
   --font-size-xxx-large: 40px;
   --grid-gap: 40px;
   --grid-gap-small: 20px;
   --grid-gap-vsmall: 0px;
   --inwardpadding: 32px;
 }
}

@media (min-width: 1025px) {
 :root {
   --font-size-xxxx-large: 110px;
   --font-size-xxx-large: 70px;
   --font-size-xx-large: 44px;
   --font-size-x-large: 30px;
   --font-size-large: 22px;
   --grid-gap: 80px;
   --grid-gap-small: 40px;
   --grid-gap-vsmall: 0px;
   --inwardpadding: 64px;
 }
}

@media (min-width: 1200px) {
 :root {
   --font-size-xxxx-large: 110px;
   --font-size-xxx-large: 70px;
   --font-size-xx-large: 44px;
   --font-size-x-large: 30px;
   --font-size-large: 22px;
   --grid-gap: 80px;
   --grid-gap-small: 40px;
   --grid-gap-vsmall: 0px;
   --inwardpadding: 150px;
 }
}

@font-face {
    font-family: 'Milker';
    src: url('../fonts/MilkerRegular.woff2') format('woff2'),
        url('../fonts/MilkerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block; 
	zoom:1;
}

audio, canvas, video { 
	display: inline-block; *display: inline; *zoom: 1; 
}


@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
box-sizing: border-box;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
background-color: white;
scroll-behavior: smooth;
}

*, *:before, *:after {
box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: var(--font-family);
	background-size: 100%;
	color: #2d2d2d;
    font-size: 18px;
    font-variation-settings: var(--regular);
}

.button {
    color: white; 
    text-decoration: none; 
    font-size: 20px; 
    padding: 16px; 
    display: inline-block; 
    background: #1DA156; 
    text-align: center;
    transition: 0.3s ease;
    max-width: 450px;
}

.button:hover {
    background: #056730;
}


::-moz-selection {
    background-color: #333;
    color: white;
    text-shadow: none
}

::selection {
    background-color: #333;
    color: white;
    text-shadow: none
}

strong, b {
    font-variation-settings: var(--bold);
}

h1 {
    margin: 0 0 var(--margin-base);
    font-family: var(--font-family);
    line-height: var(--lineheight-tight);
    font-variation-settings: var(--bold);
}


h1 {
    margin: 0 0 var(--spacing-x-large);
    text-align: center;
    line-height: 1;
    font-size: 40px;
    text-align: left;
    margin: 0 0 32px;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    

    span {
        box-decoration-break: clone;
        //box-shadow: -5px 0 0 var(--color-base), 5px 0 0 var(--color-base);
        background: var(--color-base);
        line-height: 1.25;
        padding: 5px 8px;
    }
}

h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
}

h2 {
    font-size: 20px;
    //text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.3;
    font-optical-sizing: auto;
    font-style: normal;
}

h3 {
    font-size: 30px;

    //text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 1.3;
    font-optical-sizing: auto;
    font-style: normal;
}

h4 {
    font-size: 23px;

    //text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 1.4;
    font-optical-sizing: auto;
    font-style: normal;
}
ul {
    list-style: disc;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.4;
}

li {
    margin-bottom: 6px;
}

strong {
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: var(--bold);
}

.small {
    font-size: 14px;
    font-style: italic;
}

h5,
h6,
p {
    font-size: 18px;
    line-height: 1.5;
    font-variation-settings: var(--regular);
}

p {
	margin-bottom: 32px;
    font-size:  18px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 75ch;
    color: var(--color-accent);
}

p + h2 {
    margin-top: 32px;
}

.lead {
    font-weight: 600;
}

.large {
    font-size: 22px;
    font-weight: 700;
}

a {
	color: inherit;
	font-weight: var(--font-weight-bold);
}

a:hover {
	text-decoration: none;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a {
	text-decoration: none;
}


.row h3 {
    margin: 0 0 16px;
}

.row h3 + p {
    margin: 0 0 8px;
}

.map {
    width: 100%;
    max-width:220px;
    margin: auto;
}

header {
    display: flex;
}

nav {
    background-color: var(--color-base);
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.15s ease-in;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 16px;
    z-index: 2;

    ul {
        list-style: none;
        padding: 0;
    }

    li {
        margin-bottom: 12px;
    }
}

nav a {
    font-size: 26px;
    font-variation-settings: var(--heavy);
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 4px;
    transition: all 0.15s ease-in;
    display: block;
    color: white;
}

nav a + a {
    margin-top: 8px;
}

nav a:hover, a.active {
    background: white;
    color: var(--color-base);
}

.nav.active {
    left: 0;
}

.menubtn img, .close img {
    width: 44px;
    height: 44px;
}

.close {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 12px 0;
}

.logo {
    width: 100%;
    max-width: 70px;
    mix-blend-mode: lighten;

    img {
        width: 100%;
    }
}

.social {
    display: inline-block;
    width: 44px;
}

main {
    // sbackground-color: var(--color-base);
    padding: 64px var(--inwardpadding);
    min-height: 500px;
}

.logos {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: var(--color-base);
    flex-direction: column;
    padding: 32px var(--inwardpadding);
}

.sponsors {
    display: flex;
    align-items: center;
    gap: 20px;
}

.accreditations, .socials {
    display: flex;
    gap: 20px;
    align-items: center;
    
}

.sponsors img, .accreditations img {
    height: fit-content;
}

.sponsors {
    flex-flow: wrap;
    flex-basis: min-content;
}

.sponsors img {
    max-width: 120px;
    width: 100%;
}

.footer_right {
    display: flex;
    flex-direction: column;
}

.info {


}

address {
    color: var(--color-accent);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

footer address {
    color: white;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.contacts {
    margin: 32px 0;

    div + div {
        margin-top: 32px;
    }
}

.copyright {
    font-size: 16px;
    color: white;
    margin: 32px 0;
}

body {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}

a.button {
    background-color: var(--color-accent);
    color: white;
    border: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    display: flex;
    width: 100%;
    border-radius: 8px;
    height: 64px;
    font-weight: 600;
    margin: 32px 0;

    &:hover {
        background-color: var(--color-base);
        color: white;
    }
}



header, footer {
    background-color: var(--color-base);
    padding: 8px 16px;
}

header {
    justify-content: space-between;
}

.social_links {
    display: flex;
    flex-direction: column;
    gap: 24px;

    a {
        display: flex;
        align-items: center;
        gap: 6px;

        img {
            width: 34px;
            height: 34px;
        }
    }
}

.nextmatch {
    padding: 16px;
    background: #DEFFE8;
    border-radius: 8px;
    margin: 32px 0;

    .matchinfo {
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }

    img {
        width: 70px;
        height: 70px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }
}


@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

@media (min-width: 1025px) {
    body {
        display: grid;
        grid-template-columns: 350px 1fr;
        grid-template-rows: 2fr 1fr;
        grid-gap: 0;
    }

    header {
        grid-column: 1;
        grid-row: 1;
        background-color: var(--color-base);
        padding: 8px 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }

    footer {
        grid-column: 1;
        grid-row: 2;
        align-content: flex-end;
    }

    main {
        grid-column: 2;
         grid-row: 1/3;
    }

    .menubtn {
        display: none;
    }

    .nav {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        padding: 0;
        margin: 32px 0;
        height: auto;

        ul {
            padding: 0;
            margin: 0;
        }
    }

    nav a {
        font-size: 22px;
    }

    .close {
        display: none;
    }
}

@media (min-width: 1400px) {

    h1 {
        font-size: 55px;
    }

    main {
        gap: 0px;
    }

    .info {

    }

}



