body{
  overflow: hidden;
  font-family: "Noto Sans Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

canvas {
  display: block;
}

.world {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FF4066;
  z-index: -1;
}

.snowflake {
    color: #fff; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.2);

  font-size: 3em;
  font-family: Arial;
  text-shadow: 1px 1px 10px #c9c9c9;
}


.content {
  position: relative;;
    margin: auto;
    max-width: 1024px;;
    padding-top: 20px;
    text-align: center;
}

.content img.sol{
  width:70px;
  margin:0 auto;
  margin-bottom: 30px;
}


.content img.logo{
  width:80%;
  height:auto;
  margin:0 auto;
  margin-bottom: 30px;
}



.container .box {
  width: 100%;
  margin: 0px;
  display: table;
}

.container .box .box-row {
  display: table-row;
}

.container .box .box-cell {
  display: table-cell;
  width: 33%;
  padding:10px;
}

.container .box .box-cell a{
  display: block;
  position: relative;
  text-align: center;
  color: black;
  padding-top:20px;
  padding-bottom: 20px;
  text-decoration: none;;


  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  
  
}


.container .box .box-cell.box1 a {
  background: #CA6EF5;
}

.container .box .box-cell.box2 a {
  background: #6EF57C;
}

.container .box .box-cell.box3 a {
  background:#26B8CC;
}

.container.info{
  margin-left: 10px;
  margin-right: 10px;
  background: #F69B33;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.side {
  width: 33%;
  display: flex;
  flex-direction: column;
  flex:33%;
  padding-top:10px;
  padding-bottom: 10px;;
}
/*
.side img{
  max-height: 100%;;
}*/

.side video{
  max-height:100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}



.main {
  width:66%;
  flex:66%;
  text-align: left;;
  padding: 10px;;
  padding-right: 20px;;
}

.main_mobile{
  display: none;
}


.bottom{
  margin-left: 10px;
  margin-right: 10px;
  background: #DF412D;
  padding: 30px;;
  color:white;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 20px;;
}




.dg.ac {
  display: none;
}



/*font stuff*/
/*uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/

.noto-sans-noto {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.syncopate-bold {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
}


h1{
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1.2em;
}

p{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color:white;
  font-size: 1em;
}

.container .box .box-cell a{
  font-size: 1.4em;
}


/*responisve fluff*/

@media (min-width: 1200px) {
  h1{
    font-size: 1.6em;
    text-shadow: 2px 2px #222222;
  }
  p{
    font-size: 1.3em;
    text-shadow: 1px 1px #222222;
  }

  .snowflake {
    font-size: 4em;
  }
  
}


@media (max-width: 1199.98px) {
  .content {
      max-width:750px;
  }


  h1{
    font-size: 1.2em;
    text-shadow: 2px 2px #222222;
  }
  p{
    font-size: 1em;
    text-shadow: 1px 1px #222222;
  }

  .container .box .box-cell a{
    font-size: 1.2em;
  }



}

@media (max-width: 767.98px) {

  .content {
      max-width:574px;
  }

  h1{
    font-size: 1.1em;
    text-shadow: 2px 2px #444444;
  }
  p{
    font-size: 0.9em;
    text-shadow: 1px 1px #444444;
  }

  .container .box .box-cell a{
    font-size: 1em;
  }
  

}



/*snowflake animation*/
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:https://proxy.everskies.com/a/https://proxy.everskies.com/a/2.5s,1s;animation-delay:https://proxy.everskies.com/a/https://proxy.everskies.com/a/2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,https://proxy.everskies.com/a/https://proxy.everskies.com/a/1.5s;animation-delay:3s,https://proxy.everskies.com/a/https://proxy.everskies.com/a/1.5s}