@font-face {
    font-family: "White Rabbit";
    src: url(/fonts/whitrabt.eot),
        url(/fonts/whitrabt.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Frostbite";
    src: url(/fonts/frostbite-narrow.eot),
        url(/fonts/frostbite-narrow.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Joystix";
    src: url(/fonts/joystix-monospace.eot),
        url(/fonts/joystix-monospace.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Montserrat";
    src: url(/fonts/montserrat-medium.eot),
        url(/fonts/montserrat-medium.woff) format('woff');
    color: #bbe6ef;
}

@font-face {
    font-family: "Montserrat";
    src: url(/fonts/montserrat-bold.eot),
        url(/fonts/montserrat-bold.woff) format('woff');
    color: #bbe6ef;
    font-weight: bold;
}

::selection {
  background: #9c234b;
  color: #FFF;
}

::-webkit-scrollbar{ 
    width: 0.6vw;
}

::-webkit-scrollbar-thumb{ 
    background-color: #1e74b0; 
}

::-webkit-scrollbar-track{
    background-color: transparent;
    border: none;
}

html{
  scroll-behavior: smooth;
}

body{
  padding: 0;
  margin: 0;
  font-size: 1vw;
  font-family: "White Rabbit";
  overflow-x: hidden;
}

header{
  width: 100vw;
  height: 5.2vw;
  background: url('/images/design/c_topbar_pixels.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
}

header.fixed{
  position: fixed;
  left: 0;
  top: -1.1vw;
  z-index: 1000;
  height: 4.2vw;
}

header .header-logo{
  width: 45vw;
}

h2{
  font-family: "Joystix";
  font-size: 2vw;
  text-align: center;
  margin: 3vw auto 1vw;
  color: #e5f2ff;
}

strong{
  color: #4ca4fd;
  font-family: "Montserrat";
  font-size: 0.95vw;
}

b,
.error{
  color: #f61938;
}

.success{
  color: #a8ff90;
}

small{
  font-size: 0.7vw;
}

.lead{
  font-size: 1.4vw;
  width: auto;
  text-align: center;
  font-family: "White Rabbit";
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-shadow: 0 0 1.5vw #8a3c75, 0 0 1vw #8a3c75, 0 0 0.7vw #8a3c75, 0 0 0.5vw #8a3c75;
}

h3{
  font-family: "White Rabbit";
  font-size: 1vw;
  text-align: center;
  width: 40vw;
  background-color: #fff;
  color: #000;
  margin: 1vw auto;
  padding: 0.5vw 0;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
}

p{
  color: #fff;
  margin: 1vw auto;
  display: block;
  line-height: 1.4vw;
}

p:first-of-type{
  margin-top: 0;
}

.logo{
  background: url('/images/design/c_logo.png') no-repeat;  
  background-size: contain;
  background-position: left top;
  font-size: 1vw;
  letter-spacing: 0.3vw;
  padding: 0.6vw 0 0.6vw 2.2vw;
  height: 1vw;
  width: 0vw;
  display: block;
  text-decoration: none;
}

header .header-logo .logo{
  width: 20vw;
  font-family: "Joystix";
  color: #fff;
  margin: 1.5vw 0;
  padding-top: 0.5vw;
  padding-left: 2.8vw;
}

header .header-menu{
  width: 45vw;
}

header .header-menu ul{
  margin: 2.2vw 0;
  float: right;
  list-style: none;
  font-size: 0.8vw;
  font-family: "Montserrat";
  display: flex;
}

header .header-menu ul li{
  margin-left: 2vw;
  text-transform: uppercase;
  letter-spacing: 0.15vw;
  white-space: pre;
}

 a{
  color: #99ff5c;
 }

header .header-menu ul li a{
  color: #fff;
  text-decoration: none;
}

header .header-menu ul li a:hover{
  text-decoration: underline;
}

footer{
  background-color: #111;
  color: #fff;
  margin: 0px;
  width: 100vw;
  height: 5vw;
  display: flex;
  justify-content: space-evenly;
  padding: 2vw 0;
}

footer a{
  color: #fff;
}

footer .footer-left{
  width: 70vw;
  text-align: left;
}

footer .footer-right{
  font-family: "Joystix";
  width: 25vw;
  text-align: right;
}

footer .special-link{
  float: left;
  font-size: 0.7vw;
  font-family: "Montserrat";
  margin-right: 3vw;
}

footer .special-link span, small{
  font-family: "Joystix";
  display: block;
  margin-left: 2.7vw;
}

footer .special-link small{
  font-size: 0.7vw;
  font-family: "Montserrat";
}

footer .special-link a{
  color: #4ca4fd;
  text-decoration: none;
  font-size: 1.1vw;
  margin: 0.3vw 0;
}

footer .special-link a i{
  font-size: 1.2vw;
  background-color: #4ca4fd;
  color: #111;
  padding: 0.3vw;
  min-width: 1.2vw;
  text-align: center;
  border-radius: 10vw;
  margin-right: 0.5vw;
}

footer .special-link a i img{
  width: 1.2vw;
  margin: 0vw 0 -0.2vw 0.1vw;
}

#main{
  background: url('/images/design/c_bg.jpg');
  background-size: 100% auto;
  background-color: #111;
  position: relative;
  width: 100vw;
  min-height: 50vw;
  overflow: hidden;
  color: #fff;
}

section{
  width: 100%;
  position: relative;
  display: block;
  margin-top: -4.3vw;
  padding-top: 4.3vw;
  pointer-events: none;
}

section > *{
  pointer-events: auto;
}

section.banner{
  background: url('/images/design/c_hacker_full_banner.jpg') no-repeat center center;
  background-size: cover;
  height: 31.4vw;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

section.banner video{
  width: inherit;
  height: inherit;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

section.banner video::-webkit-media-controls {
  display: none;
}

section.banner .event-box{
  background: url('/images/design/c_banner_button.png') no-repeat;
  background-size: contain;
  color: #e5f2ff;
  font-family: "Joystix";
  font-size: 1.1vw;
  text-align: center;
  padding: 3.8vw 0 2vw 0;
  width: 30vw;
  height: 6vw;
  z-index: 200;
  position: relative;
  margin: 20vw auto 0.8vw auto;
  line-height: 1.5vw;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

section.banner .event-box:hover{
  background-image: url('/images/design/c_banner_button_hover.png');
}

section.banner .event-box strong{
  font-family: "White Rabbit";
  color: #ff574f;
  font-size: 0.9vw;
}

section.banner .event-box input{
  width: 11vw;
  background-color: #def;
  margin-top: 0.2vw;
}

section.banner #subscribe-text{
  font-family: "Joystix";
  font-size: 0.8vw;
  text-align: center;
  padding: 0;
  width: 60vw;
  height: 1vw;
  z-index: 200;
  position: relative;
  margin: -3vw auto;
  line-height: 1.5vw;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #af9;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

section.banner h1{
  font-size: 2.4vw;
  top: 14vw;
  left: 19vw;
  width: auto;
  text-align: center;
  font-family: "White Rabbit";
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-shadow: 0 0 1.5vw #8a3c75, 0 0 1vw #8a3c75, 0 0 0.7vw #8a3c75, 0 0 0.5vw #8a3c75;
  z-index: 200;
  position: absolute;
}

.divider,
section:before{
  background: url('/images/design/c_divider_banner.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 0.25vw;
  margin: 2.4vw 0;
  display: block;
  position: relative;
  content: "";
}

section:first-of-type:before{
  display: none;
}

.generate-background{
  padding: 0.4vw 9.2vw 0.4vw 10vw;
  position: relative;
  display: block;
  width: max-content;
}

.generate-background.generate-background-fancy{
  background: url('/images/design/c_title_bg.png') no-repeat center center;
  background-size: cover;
  margin: 3vw auto 2vw;
}

section:first-child h2:first-child{
  margin-top: 0px !important;
}

.generate-background.generate-background-fancy:before{
  background: url('/images/design/c_title_side_l.png') no-repeat center center;
  background-size: contain;
  left: 0vw;
  top: 0.6vw;
  height: 2vw;
  content: " ";
  width: 10vw;    
  position: absolute;
}

.generate-background.generate-background-fancy:after{
  background: url('/images/design/c_title_side_r.png') no-repeat center center;
  background-size: contain;
  right: 0vw;
  top: 0.6vw;
  height: 2vw;
  content: " ";
  width: 9.2vw;    
  position: absolute;
}

.generate-background .bggen-char{
  background: url('/images/design/c_alphabet_pixel_bg.png') no-repeat;
  background-size: auto 120%;
  background-position-y: 50%;
  padding: 0.5vw 0.1vw;
  overflow: hidden;
  color: #fff;
}

.sites{
  display: flex;
  width: inherit;
  justify-content: space-evenly;
}

.sites .site-left{
  width: 25%;
}

.sites .site-right{
  width: 65%;
}

.content{
  margin: 1vw 5vw;
}

.content-banner{
  height: auto;
  width: 100%;
  border: 0.1vw solid #4e6987;  
  border-radius: 0.3vw;
  color: #fff;
  min-height: 5vw;
  margin-bottom: 2vw;
  position: relative;
}

.content-banner > *{
  z-index: 11;
  position: relative;
}

.content-banner.small{
  height: 20vw;
}

.content-banner.medium{
  height: 30vw;
}

.content-banner.big{
  height: 40vw;
}

.content-banner:before{
  content: "";
  position: absolute;
  opacity: 0.5;
  background-color: #123960;
  width: inherit;
  height: inherit;
  display: block;
  border-radius: 0.3vw;
  top: 0;
  left: 0;
  z-index: 10;
}

.content-banner p{
  padding: 1.5vw 1.5vw 0;
}

.content-banner h3{
  background: url('/images/design/c_you_can_support_bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.8vw;
  letter-spacing: 0.1vw;
  padding: 0.6vw 0;
  text-align: center;
  margin: 1.5vw 0 0 0;
  text-transform: uppercase;
  font-family: "Joystix";
  color: #fff;
  font-weight: normal;
  font-size: 1.3vw;
}

.content-banner.content-banner-alternative{
  color: #4ca4fd;
}

.content-banner.content-banner-alternative h3{
  background: none;
}

.content-banner img{
  width: 50%;
  display: block;
  margin: 1vw auto;
}

.keywords{
  background: url('/images/design/c_keywords.png') no-repeat;
  background-size: contain;
  width: 50vw;
  height: 34vw;
  margin: 2vw auto;
  position: relative;
}

.keywords .keywords-item{
  width: 5vw;
  position: absolute;
  font-size: 0.8vw;
  text-align: center;
  color: #def;
  font-family: "Frostbite";
}

.keywords .keywords-item i{
  color: #edf;
  margin: 0.5vw 0;
  font-size: 3vw;
}

.keywords .keywords-item.keywords-item-1{
  top: 11.0vw;
  left: 10vw;
}

.keywords .keywords-item.keywords-item-2{
  top: 18.2vw;
  left: 10vw;
}

.keywords .keywords-item.keywords-item-3{
  top: 14.6vw;
  left: 16.2vw;
}

.keywords .keywords-item.keywords-item-4{
  top: 18.2vw;
  left: 22.5vw;
}

.keywords .keywords-item.keywords-item-5{
  top: 14.6vw;
  left: 28.7vw;
}

.keywords .keywords-item.keywords-item-6{
  top: 11.0vw;
  left: 35vw;
}

.keywords .keywords-item.keywords-item-7{
  top: 18.2vw;
  left: 35vw;
}

.button{
  background: url('/images/design/c_left_button_basic.png') no-repeat;
  background-size: cover;
  width: 18.0vw;
  padding: 1.7vw 1.3vw;
  font-size: 1.2vw;
  color: #fff;
  font-family: "Joystix";
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  clear: both;
  margin: 0vw auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.button:hover{
  background-image: url('/images/design/c_left_button_basic_hover.png');
}

.button.button-special{
  background-image: url('/images/design/c_donate_button.png');
  width: 16.7vw;
  padding: 0.6vw 1vw 1.3vw 0.6vw;
}

.button.button-special:hover{
  background-image: url('/images/design/c_donate_button_hover.png');
}

video.content-video,
section img{
  width: 40vw;
  height: auto;
  display: block;
  margin: 1vw auto;
 // border: 1px solid #3973ba;
}

.slider{
  margin: 7vw auto 0vw;
  display: block;
  width: calc(42vw + 6px);
  height: 12vw;
  position: relative;
}

.slider .slider-item{
  width: 20vw;
  height: 11.3vw;
  border: 1px solid #3973ba;
  transition: all 1s;
  float: left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.slider .slider-item.slider-item-active{
  margin: 0 1vw;
}

.slider .slider-item.slider-item-left{
  transform: skewY(25deg);
  margin: -2.5vw 0;
  width: 10vw;
  height: 11.3vw;
}

.slider .slider-item.slider-item-right{
  transform: skewY(-25deg);
  margin: -2.5vw 0;
  width: 10vw;
  height: 11.3vw;
}

.slider .slider-item.slider-item-inactive{
  width: 0;
  border: none;
  margin-top: -5vw;
}

.slider .slider-item.slider-item-big{
  position: fixed;
  width: 65vw;
  height: 36.5vw;
  display: block;
  float: none;
  top: 5vw;
  left: 20vw;
  z-index: 1000;
}

.slider-menu{
  text-align: center;
  clear: both;
  float: left;
  width: 100%;
  height: 3vw;
}

.slider-menu a.slider-menu-item{
  color: #fff;
  font-size: 3vw;
  width: 3vw;
  height: 3vw;
  text-decoration: none;
}

.slider-menu a.slider-menu-item:hover{
  color: #ff574f;
}

slider-menu a.slider-menu-item.active{
  color: #1ce4e8;
}

ul.list{
  list-style: none;
  color: #fff;
  width: 40vw;
  margin: 1vw auto 2vw;
}

ul.list li:before{
  content: "\2022";
  color: #4ca4fd;
  font-weight: bold; 
  display: inline-block;
  width: 1vw;
  margin-left: -1vw;
}

input, textarea{
  background: #fff;
  border-radius: 0.3vw;
  font-family: "White Rabbit";
  font-size: 1vw;
  color: #000;
  width: auto;
  border: none;
  width: calc(100% - 5vw);
  height: 1vw;
  padding: 0.5vw;
  margin: 0 2vw 1vw;
}

textarea{
  min-height: 5vw;
}

#contact-form{
  margin-top: -8vw;
  padding-top: 8vw;
}