:root {
    --lionred: #EB3933;
    --liongrey: #e5e6e6;
    --secondarygold: #f0b844;
    --secondarymangosteen: #5346b2;
    --secondaryturquoise: #24d3a5;
    --secondaryblossom: #e491fa;
    --secondaryturmeric: #f2730a;
    --darkpurple: #341a49;
}

@-ms-viewport{
    width: device-width;
  }
@font-face {
    font-family: heading;
    src: url(./Telegraf-UltraBold.woff);
  }

  @media (min-width: 1024px) {
    #hamburger {
        display: none;
    }
  }



html {
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
  }
#navbar {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    width: 1024px;
    justify-content: space-between;
    align-items: center;
    position:fixed;
    z-index: 201;
}
nav li{
    text-transform: uppercase ;
    display: inline-flex;
    padding: .5em;
    font-size: 1.1em;
    font-family: heading;
}
ul {
    padding: 0;
    list-style-type: none;
}

.navbarbg {
    width: 100vw;
    background-color: var(--darkpurple);
    height: 60px;
    position: fixed;
    z-index: 200;
}
#navlogo {
    width: 275px;
    height: 70px;
    mask: url(/assets/images/LS_Logo-Lockup_Red-H.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/LS_Logo-Lockup_Red-H.svg) no-repeat center / contain;
}
.svglink:hover {
    background-color: var(--secondaryturmeric);
    transition: background .2s ease-in;
    transform: translate(0, -5px);
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}
.svglink {
    background-color: var(--secondarygold);
    transition: background .2s ease-in;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

#socials-container {
    display: inline-flex;
    float: right;
}
.socials {
    width: 25px;
    height: 25px;
    margin: 5px;
}
#igicon {
    mask: url(/assets/images/ig.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/ig.svg) no-repeat center / contain;
}
#twicon {
    mask: url(/assets/images/tw.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/tw.svg) no-repeat center / contain;
}
#tticon {
    mask: url(/assets/images/tt.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/tt.svg) no-repeat center / contain;
}
#twittericon {
    mask: url(/assets/images/twitter.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/twitter.svg) no-repeat center / contain;
}
#discicon {
    mask: url(/assets/images/discord.svg) no-repeat center / contain;
    -webkit-mask: url(/assets/images/discord.svg) no-repeat center / contain;
}
a {
    color: var(--secondarygold);
    text-decoration: none;
    transition:color .2s ease-out, background 1s ease-in;
    font-weight: 600;

}
 a:hover {
     color:var(--secondaryturmeric);
     transition:color .2s ease-out, background 1s ease-in;

 }

body {
    color: white;
    background: #28183d;
    background-attachment: fixed;
    background-image: linear-gradient(to right bottom, #28183d, #2c1941, #301a45, #341a49, #381b4d);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #28183d;
    /* overflow-x: hidden; */
}
main {
    /* border: tomato 2px solid; */
    max-width: 1024px;
    box-sizing: border-box;
}
section {
    margin-bottom: 20%;
    width: 100%;
    box-sizing: border-box;
}

h2 {
    text-align: center;
    font-size: 1.8em;
    margin: 0.5rem 0;
}

.heading {    
    text-transform: uppercase;
    font-family: heading;
    color: var(--secondaryblossom);
    text-shadow: 0 2px 10px rgb(0 0 0 / 60%)
}

#lion-awards {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

#lion-awards aside {
    margin: 5%;
}

#flyer {
    margin: 5%;
    border-radius: 10px;
}
#schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.image-col-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;

}
.image-col-container img {
    border-radius: 10px;
    box-sizing: border-box;

    border: var(--secondaryturquoise) 3px solid;
}

.schedimg {
    max-width: 100%;
    height: auto;
}

.image-col-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-col-container img {
    margin: 5px;
    border-radius: 10px;
    border: var(--secondaryturquoise) 3px solid;
}

#howitworks {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: var(--secondaryturquoise) 3px solid;
    border-collapse: collapse;
    margin-top: 2rem;
    max-width: 90%;
}
#howitworks img {
    width: 100%;
    height: auto;
}
.imgwrapper {
    flex: 1;
    min-width: 300px;
}
#desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    text-align: center;
    padding: 1rem;
}
#judges-section {
    max-height: 75rem;
}

#judges {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#judges h2 {
    width: 100%;
}

.judge-card {
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 200px;
    justify-content: center;
    text-align: center;
}

.judge-card img {
    border-radius: 50%;
}

#judges img {
    display: block;
    width: 100%;
    height: auto;
}

.mystery {
    font-family: heading;
    background: var(--secondaryturmeric);  /* fallback for old browsers */
    background: rgb(175,0,143);
    background: linear-gradient(27deg, rgba(175,0,143,1) 0%, rgba(168,83,0,1) 63%, rgba(189,169,0,1) 100%);
    font-size:32pt;
    display: flex;
    align-items: center;
    justify-content: center ;
    text-align: center;
    color: var(--secondaryturquoise);
    height: 100%;
    border-radius: 50%;

}
#copresenter-heading {
    margin-top: 2rem;
}

.copresenter-card {
    box-sizing: border-box;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    max-width: 130px;
    justify-content: center;
}

#vote {
    display: flex;
    flex-wrap: wrap;
    max-height: 800px;
    justify-content: space-evenly;
    margin-top: 5rem;

}

#vote-aside {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    align-items: center;
}

#vote-container {
    flex: 1;
    height: 70vh;
    min-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#vote-card {
    overflow-x: hidden;

    box-sizing: border-box;
    min-width: 90%;
    height: 100%;
    margin: 0 1.5rem;
    overflow-y: auto;
    padding: 6%;
    z-index: 10;
    position: relative;
    border-radius: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--secondaryturquoise) var(--darkpurple);
    scrollbar-track-color: indigo;
}

#vote-card::-webkit-scrollbar-track {
    background: var(--darkpurple);
}
#vote-card::-webkit-scrollbar-thumb{
    background: var(--secondaryturquoise);
    border-radius: 20px;
    border: 2px solid var(--darkpurple)
}

#vote-card::-webkit-scrollbar {
    width: 11px;
}

.category-title {
    font-family: heading;
    font-size: 1.5em;
    margin-top: 2em;
    color: var(--secondaryblossom);
}

#vote-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    margin-top: -2rem;
}

#vote-form li {
    /* display: inline-block; */
    /* list-style-type:disc; */
    list-style-image: url('/assets/images/greenbullet.png');

    width: 100%;
    font-size: 1.3rem;
    color: white;
    margin-left: 20px;
    margin-top:.7em;
}

@keyframes click-wave {
    0% {
      height: 40px;
      width: 40px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      height: 200px;
      width: 200px;
      margin-left: -90px;
      margin-top: -90px;
      opacity: 0;
    }
  }
  
  .option-input {
    float: left;
    margin-left: -20px;
    margin-right: 0.5rem;
    margin-top: -.2em;
    position: relative;
    top: 0px;
    display: inline-block;

    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: none;
    border: 2px solid var(--secondaryturquoise);
    color: var(--secondarygold);
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 15;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  .option-input:hover {
    background: #9faab7;
  }
  .option-input:checked {
    background: var(--secondarymangosteen);
  }
  .option-input:checked::before {
    height: 45px;
    width: 32px;
    position: absolute;
    content: "\2714\fe0e";
    /* safari iOS doesn't color '✔'; must use code*/
    display: inline-block;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
  }
  .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: var(--secondaryturquoise);
    content: '';
    display: block;
    position: relative;
    z-index: 12;
    border-radius: 50%;

  }
  .option-input.radio {
    border-radius: 50%;
  }

  #mission {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.2em;
      text-align: center;
      line-height: 1.7em;
      padding: 1.5rem;
  }

.input-text {
    padding: 10px;
    font-size: 14pt;
    color: white;
    background-color:unset;
    border: var(--secondaryturquoise) 2px solid;
    border-radius: 10px;
    margin-bottom: 1rem;
}

button {
    height: 40px;
    border-radius: 10px;
    border:var(--secondarymangosteen) 2px solid;
    font-family: heading;
    font-size: 18px;
    color: black;
    background-color: var(--secondaryturquoise);
    transition: color .2s ease-out, background .2s ease-in;
    margin: 1em;
}

button:hover {
    background-color: var(--secondarymangosteen);
    color: var(--secondaryturquoise);
    transition: color .2s ease-out, background .2s ease-in;
}

button:disabled {
    background-color: grey;
}

.grecaptcha-badge { visibility: hidden; }

.captchatos {
    font-size: 8.5px;
}
#errormsg {
    text-align: center;
    color: var(--lionred);
    width: 100%;
    font-weight: 600;
}

#confirmpopup {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--secondaryturquoise);
    z-index: 20;
    opacity: 1;
    animation: fade .7s linear;
    padding: 2rem;
    background-image: url(/assets/images/greenblock.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: fadeIn .7s;
    -webkit-animation: fadeIn .7s;
    -moz-animation: fadeIn .7s;
    -o-animation: fadeIn .7s;
    -ms-animation: fadeIn .7s;
}

#confirmpopup p {
    font-size: 14pt;
}

@keyframes fade {
    0% { opacity: 0 }
    100% { opacity: 1 }
  }

.lion-char {
    width: 100px;
    height: auto;
}

.hide {
    visibility: hidden ;
    /* display: none; */
    animation: fadeIn .7s;
    -webkit-animation: fadeIn .7s;
    -moz-animation: fadeIn .7s;
    -o-animation: fadeIn .7s;
    -ms-animation: fadeIn .7s;
}

.border {
    border: 3px var(--secondaryturquoise) solid;
}

.big-font {
    font-size: 1.3em;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.box-shadow {
    box-shadow: rgb(0 0 0 / 74%) 5px 5px 15px -10px;
}

.drop-shadow {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=10, Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(2px 10px 6px rgba(0,0,0,0.5));
	filter: drop-shadow(2px 10px 6px rgba(0,0,0,0.5));
}

.light-weight {
    font-weight: 100;
}

.blossom {
    color: var(--secondaryblossom);
}

.circle-3 {
    position: relative;
    left: -7rem;
    top: -5rem;
    z-index: -10;
    width: 400px;
}

.circle-2 {
    position: relative;
    left: 46rem;
    top: -105rem;
    z-index: -10;
    width: 260px;
}

.circle-1 {
    position: relative;
    left: -25rem;
    top: -10rem;
    z-index: -10;
    width: 325px;
}

.circle {
    width: 100%;
    height: auto;
}


.bobbing {  
	animation: bobbing 7s ease-in-out infinite;
}

.swaying {
	animation: swaying 10s ease-in-out infinite alternate;
}
  
@keyframes bobbing {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-50px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes swaying {
	0% {
		transform: translatex(0px);
	}
	50% {
		transform: translatex(-55px);
	}
	100% {
		transform: translatex(0px);
	}
}

.spin {
    animation: spin 1s ease-in-out alternate;
}

@-webkit-keyframes spin { 
    100% { 
        transform: rotate(360deg);
    } 
}

 /* tablet */

 @media (max-width: 890px) {
    section {
        max-width: 100%;
    }
    #hamburger {
        box-sizing: border-box;
        display: block;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 15px;
        float: right;
        right: 15px;
        width: 40px;
        height: 45px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 300;
    }

    #hamburger span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: var(--secondaryturquoise);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }

    #hamburger span:nth-child(1) {
        top: 0px;
    }
    
    #hamburger span:nth-child(2),#hamburger span:nth-child(3) {
        top: 13px;
    }
    
    #hamburger span:nth-child(4) {
        top: 26px;
    }
    
    #hamburger.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
      
    #hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    #hamburger.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .navbarbg {
        visibility: hidden !important;
    }
    #navbar {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100%;
        background-color: var(--secondarymangosteen);
        justify-content: space-evenly;
        line-height: 3em;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate3d(100vw, 0, 0);
        transition: transform .3s cubic-bezier(0, .52, 0, 1);
        z-index: 20;
    }
    #navbar.show {
        transform: translate3d(0vw, 0, 0);
    }    
    nav li {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    text-align: center;
    font-size: 2em;
    }
    #navlogo {
        width: 350px;
    }
    .socials {
        width: 40px;
        height: 40px;
        margin: 10px;
    }

    #vote {
        max-height: 1500px;
    }
    #vote-aside {
        min-width: 100%;
    }
    #vote-container{
        flex: none;
        min-width: 80%;
        width: 85%;
    }
    #judges-section {
        max-height: 100rem;
    }

    label{
        font-size: 1.1em;
    }

    .option-input {
        margin-top: -2%;
    }

    #flyer {
        margin: 3%;
        max-width: 100%;
        height: auto;
    }
    .option-input:checked::before {
        height: 45px;
        width: 37px;
    }
    .lion-char {
        width: 65px;
    }
    .circle-3 {
        width: 360px;
        top: -35rem;
    }
    .circle-2 {
        left: 8rem;
        top: -250rem;
        width: 234px;
    }
    .circle-1 {
        left: -12rem;
        top: -40rem;
    }
}

/* mobile */

@media (max-width: 600px) {
    #vote {
        max-height: 80rem;
        margin-top: 1rem;
    }

    .circle-2 {
        left: 8rem;
        top: -290rem;
        width: 234px;
    }

    #judges-section {
        max-height: 150rem;
    }
}


/*  end media query */
