@font-face {
  font-family: 'GT Haptik Regular';
  src: url('../fonts/GT-Haptik-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GT-Haptik-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GT-Haptik-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GT-Haptik-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GT-Haptik-Regular.svg#57089ee201f4e46db47fb830378c5ca4') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'GT Haptik Regular Rotalic';
  src: url('../fonts/GT-Haptik-Regular-Rotalic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GT-Haptik-Regular-Rotalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GT-Haptik-Regular-Rotalic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GT-Haptik-Regular-Rotalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GT-Haptik-Regular-Rotalic.svg#01bd5e1d7c885d65eb4298cf6077d9ff') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

* {
	text-decoration: none;
	font-family: 'GT Haptik Regular', helvetica, sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}

body{
  margin: 0;
}

*::selection {
  background: #e23f9c;
  color: #fff;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
 
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
 
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
 
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/critclubstill.jpg') center center / cover no-repeat;
  }
 
  .fullscreen-bg__video {
    display: none;
  }
}

h1 {
	font-size: 2.6em;
  line-height: 1.3em;
  color: #fff;
  letter-spacing: .02em;
}

h1 a {
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

h2 {
  margin: 0;
  font-size: 2em;
  color: #e23f9c;
}

p {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #e23f9c;
  margin: 0;
}

p a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #e23f9c;
}

sup {
  font-size: .6em;
}

.info {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
}

.about {
  padding: 30px;
  color: #e23f9c;
}

.about-header {
  margin-bottom: 40px;
}

.about {
  max-width: 1250px;
  margin: 0 auto;
}

.col-1 {
  width: 47.5%;
  float: left;
  margin: 0 2.5% 0 0;
}

.col-2 {
  width: 47.5%;
  float: right;
  margin: 0 0 0 2.5%;
}

.faq {
  width: 100%;
  float: left;
  padding: 60px 0; 
}

a:hover {
  font-family: 'GT Haptik Regular Rotalic', helvetica, sans-serif;
}

.rotalic {
  font-family: 'GT Haptik Regular Rotalic', helvetica, sans-serif;
  letter-spacing: .06em;
}

@media only screen and (max-width: 770px) {
	.info,
	.idea {
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
  p {
    font-size: 1em;
  }

  h1 {
    font-size: 1.6em;
  }

  .col-1,
  .col-2 {
    width: 100%;
    margin: 0;
  }

  .col-2 {
    padding-top: 20px;
  }
}

