* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding-bottom: 48px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



html, body {
    width: 100%;
    background-color: rgb(10, 18, 29);
    color: white;
    padding: 0;
    margin: 0;
}

canvas {
    position: absolute;
}

#waves {
    display: block;
}


#logo {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    justify-content: center;
    padding: 46px 0;
    width: auto;
}

#logo img{
    display: block;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    max-height: 278px;
}

#demo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    color: white;
    text-align: center;
}

#countdown-div{
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    justify-content: center;
    padding: 0px 0;
    width: auto;
    text-align: center;
    font-family: 'UtediscoFont', serif;
    margin-bottom: -20px;
}

h1{
    margin-bottom: 10px;
}

#date{
    text-decoration: underline rgb(10, 114, 155);
    text-underline-offset: 8px;
    white-space: pre;
}

#prev-button{
    text-decoration: none;
    font-family: 'UtediscoFont', serif;
    text-align: center;
    bottom: 20px;
    margin-left: 30px;
    position: fixed;
}
#prev-button a{
    color:rgb(179, 179, 179);
    padding: 0.2em 0.5em 0.2em 0.5em;
    border: solid 1px rgb(179, 179, 179);
    border-radius: 0.3em;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    transition: background-color 1s, color 1s;
    position: relative;
}
#prev-button a:hover{
    background-color: rgb(179, 179, 179);
    color:#181920;
}

.info, #map, #lineup, .footer {
    font-family: 'UtediscoFont', serif;
    text-align: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    max-width: 900px;
    padding: 0px 15px 0px 15px;
}

.info p, #map p, #lineup p, .footer p {
    font-size: 17px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.links {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: 'UtediscoFont', serif;
    text-align: center;
    display: flex;
    color: var(--clr-neon);
    margin-top: 40px;
}

:root {
    --clr-neon: rgb(10, 114, 155);
}

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

.neon-button {
    margin: 0px 4vw 0px 4vw;
    /*font-size: 2rem;*/
    font-size: 4.4vw;
    cursor: pointer;
    text-decoration: none;
    color: var(--clr-neon);
    border: var(--clr-neon) 0.125em solid;
    padding: 0.25em 0.6em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.25em currentColor;
    box-shadow: inset 0 0 0.3em 0 var(--clr-neon), 0 0 0.3em 0 var(--clr-neon);
    position: relative;
    z-index: 1;
    transition: color 300ms;
}

.neon-button::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: var(--clr-neon);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: perspective(1.7em) rotateX(50deg) scale(0.9, 0.35);
    filter: blur(1em);
    opacity: 0.6;
    transition: opacity 300ms linear;
}

.neon-button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 1em 0.2em var(--clr-neon);
    opacity: 0;
    background-color: var(--clr-neon);
    z-index: -1;
    transition: opacity 300ms linear;
}

.neon-button:hover,
.neon-button:focus {
    color: rgb(24, 25, 32);
    text-shadow: none;
}

.neon-button:hover::before,
.neon-button:focus::before {
    opacity: 1;
}
.neon-button:hover::after,
.neon-button:focus::after {
    opacity: 1;
}

.full-width {
    width: 100%;
}

h1 {
    text-transform: uppercase;
    font-size: 2.5em;
}

p span {
    color: #d05656;
    font-weight: bold;
}

p {
    text-align: center;
    margin-top:0px;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
}

ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: -30px;
}

li {
    display: inline-block;
    margin-right: 2em;
    width: 6em;
}

.numbers {
    display: block;
    font-family: 'UtediscoFont', sans-serif;
    font-size: 90px;
    line-height: 1.5;
    margin: 0 auto;
}

.name {
    font-family: 'UtediscoFont',sans-serif;
    font-size: 35px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -30px;
}

#map{
    margin-top: 10vw;
}

#map img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
}

#lineup{
    margin-top: 0px;
}
    
#lineup img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 725px;
    margin-top: -15px;
}

  
#map img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 725px;
  margin-top: 20px;
}

.green-text{
    color: rgb(82, 139, 139);
}

.footer{
    height: 50px;
    margin-top: 100px;
}

.lysator-logo{
    display: flex;
    justify-content: center;
}

.lysator-text{
    width: 10rem;
}

.lysator-text a{
    color: white;
}

#lang-btn {
    position:absolute;
    top:10px;
    right:20px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;
    background-color: transparent;
    color: white;
    padding: 4px 10px 4px 10px;
    z-index: 9999;
    cursor: pointer;
}

@media (max-width: 440px) {
    #logo img{
        margin-top: 99px;
        max-height: 180px;
    }
}

@media (max-width: 600px) {
    .links {
        flex-direction: column;
        align-items: center;
    }
    .neon-button {
        margin-bottom: 90px;
        font-size: 6vw;
        width: 50%;
    }
    #map {
        margin-top: 30px;
    }
    .neon-button::after {
        box-shadow: 0 0 1em 0.2em var(--clr-neon);
    }
    .numbers {
        font-size: 70px;
    }

    .name {
        font-size: 25px;
    }
}

@media (max-width: 930px) {
    #lineup img{
        max-height: 78vw;
    }
    #map img{
      max-height: 78vw;
  }
}

@media (min-width: 930px) {
    .neon-button {
        font-size: 40.876px;
        margin: 0px 4vw 0px 4vw;
        max-width: 246.98px;
    }
    .links{
        justify-content: center;
    }
    #map{
        margin-top: 92.9px;
    }
}
