/*

HELLO, WELCOME TO THE CSS FILE.
ENJOY.

body {
  font-family: 'PostGrotesk', 'Circular', 'Helvetica', 'Arial', sans-serif;
  background-color: #fff;
  color: #000;
}

*/

body {
  background-color: #121215;
  font-family: -apple-system, "Segoe UI", system-ui, Roboto, Ubuntu, 'Helvetica Neue', Oxygen, Cantarell, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #bbbbc4;
  font-weight: 400;

  -moz-transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -o-transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);

  /*background-color: #121215;*/
}

a {
  -moz-transition: all 400ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -o-transition: all 400ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  transition: all 400ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
}

hr {
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0.1);
  height: 1px;
  border: 0px;
}

section#main {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

div#panel {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

h1 {
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 1;
  padding-left: 35px;
  margin-top: 200px;
  padding-right: 15px;

  margin-bottom: 5px;
  opacity: 1;
}

h1 span {
  color: #fb0448;
  font-weight: 700;
}

h2 {
  font-size: 3vw;
  line-height: 1.25;
  font-weight: 400;
  padding-left: 35px;
  padding-right: 60px;
  margin: 0px;
  margin-top: 10px;
}

h2 a {
  font-weight: 400;
  display: inline-block;
  padding-right: 4px;
}

h2 a:hover {
  transform: scale(1.1);

}

footer {
  position: fixed;
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

footer figure.bolt {
  -moz-transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -o-transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);
  transition: all 200ms cubic-bezier(0.165, 0.63, 0.14, 0.82);

  display: inline-block;
  width: 20px;
  height: 20px;
  background: center center url("/images/bolt.png");
  background-size: 100%;
  margin: 0px;
  padding: 0px;
  margin-left: 35px;

  border-radius: 100%;
}

footer figure.bolt:hover {
  transform: scale(2);
}

p#ready {
  display:inline-block;
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  opacity: 1;
}

p#ready a {
  display: inline-block;

  position: relative;
  font-size: 14px;
  font-weight: 500;
}

a {
  color: #bbbbc4;
  font-weight: 700;
  padding-bottom: 3px;
  text-decoration: none;
  opacity: 1;
  /*-webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);*/

  /*color: #bbbbc4;*/
}

h1 a {
  color: #fff;
}

h2 a {
  /*color: #bbbbc4;*/
}

a:hover {
  color: rgba(255,78,78,1);
  color: #f1584d;
  color: rgb(251,4,72);
  text-decoration: none;
}

@media (max-width: 760px){
  h1 {
    font-weight: 700;
    font-size: 7vw;
    line-height: 1;
    padding-left: 30px;
    margin-top: 150px;
  }
  h2 {
    font-size: 5vw;
    padding-left: 30px;
  }
  img.bomb {
    padding-left: 30px;
  }
  p#ready {
    font-size: 14px;
    left: 30px;
  }
}

@media (min-width: 1300px){
  h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    padding-left: 30px;
    margin-top: 50px;
  }
  h2 {
    font-size: 35px;
    padding-left: 30px;
  }
  img.bomb {
    padding-left: 30px;
  }
  p#ready {
    font-size: 14px;
    left: 30px;
  }
}

@media (max-height: 414px){
  h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    padding-left: 30px;
    margin-top: 100px;
  }
  h2 {
    font-size: 25px;
    padding-left: 30px;
  }
  img.bomb {
    margin-top: 50px;
    padding-left: 25px;
    height: 50px;
    width: 50px;
  }
  p#ready {
    font-size: 14px;
    left: 30px;
  }
}

@media (max-height: 214px){
  h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    padding-left: 30px;
    margin-top: 60px;
  }
  h2 {
    font-size: 20px;
    padding-left: 30px;
  }
  img.bomb {
    margin-top: 50px;
    padding-left: 25px;
    height: 50px;
    width: 50px;
  }
  p#ready {
    font-size: 14px;
    left: 30px;
    bottom: 10px;
  }
}