




@font-face {
  font-family: opensans-light;
  src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: montserrat-bold;
  src: url(../fonts/SourceCodePro-Bold.otf);
}
@font-face {
  font-family: montserrat-thin;
  src: url(../fonts/SourceCodePro-Light.otf);
}

@font-face {
  font-family: SourceCodePro;
  src: url(../fonts/SourceCodePro-Light.otf);
}
@font-face {
	font-family: SourceCodePro-Light;
	src: url(../fonts/SourceCodePro-Light.ttf);
  }
@font-face {
  font-family: Changa-Light;  
  src: url(../fonts/Changa-Light.ttf);
}
body {
  font-family: 'Changa-Light';
  background-color: black;
  overflow-x: hidden;
}

.pancake{
	background-color: #21252973;
	box-shadow: none;
	font-size: 1em;
}

.address{
	color: #f80a0b;
	font-size: .84rem;
	font-weight: 100;
	font-family: 'SourceCodePro-Light';
	line-height: .3;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;


}
.stats{
	color: #fff;
	font-size: 1rem;
	font-weight: 100;
	font-family:  'Changa-Light';
  }

  .statsData{
	color: #f80a0b;
	font-size: 1.8rem;
	font-weight: 100;
	font-family: 'Changa-Light';
	line-height: .3;
	margin-bottom: 0;
	}
  

.orbitron {
  font-family: Changa-Light;
}
.header h1 {
  font-size: 40px;
  font-family: Changa-Light;
  color: #fff;
}
.header h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  font-family: Changa-Light;
}


.fade-in-text {
	display: inline-block;
	font-family: Changa-Light;
	font-size: 20px;
	color: rgb(255, 255, 255);
	
	animation: fadeIn linear 2s;
	-webkit-animation: fadeIn linear 2s;
	-moz-animation: fadeIn linear 2s;
	-o-animation: fadeIn linear 2s;
	-ms-animation: fadeIn linear 2s;
  }
  
  @keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
 

.hidden {
	display: none;
}

canvas {
  vertical-align: bottom;
}

.text-shadow-red--hover:hover {
	text-shadow: 2px 2px #ff0000;
}

.text-shadow-red {
	box-shadow: 0 0px 1rem 0 rgb(136 152 170 / 50%)
}
.text-shadow-white {
	text-shadow: 0 0 2rem 0 rgb(255 255 / 100%)
}

.text-shadow-white--hover:hover {
	text-shadow: 2px 2px #ffffff;
}


.shadow-red {
box-shadow: 0 0 2rem 0 rgb(255 0 0 / 15%)
}
.shadow-white--hover:hover{
	box-shadow: 0 0 2rem 0 rgb(136 152 170 / 100%)
}
.shadow-white{
	box-shadow: 0 0 1rem 0 rgb(136 152 170 / 100%)
}

#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.particle-container {
  position: relative;
  overflow: hidden;
  height: 550px;
}
.particle-container nav {
  z-index: 103 !important;
}
.particle-container .header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  z-index: 102 !important;
}
.particle-container .header .d-flex {
  min-height: 100% !important;
}
.text-info {
  color: #b10000 !important;
}
a.text-info:hover {
  color: rgb(182, 29, 9) !important;
}
a.text-primary:hover {
  color: #6a80ff !important;
}
.badge-info {
  background-color: #00a79d !important;
  color: #fff;
  font-weight: 700;
}
.circle-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
  margin: 40px auto;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-align: center;
}

.circle-icon:before {
  position: absolute;
  margin: auto;
  width: 100%;
  left: -15px;
  right: 0;
  content: ' ';
  width: 130px;
  height: 100px;
  z-index: 1000;
  background-image: url(../img/sparkles.png);
  transition: all 0.3s ease-in-out;
}

.circle-icon:hover {
	transform: rotate(-15deg) scale(1);
}

.circle-icon:hover {
	transform: rotate(-15deg) scale(1);
  }
.circle-icon:hover:before {
  transform: rotate(15deg) scale(1.1);
}


.spaceShipLaunch {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 60px;
	color: #fff;
	margin: 40px auto;
	transition: all 1s ease-in-out;
	position: relative;
	text-align: center;
}

.spaceShipLaunch:before {
	position: absolute;
	margin: auto;
	width: 100%;
	left: -15px;
	right: 0;
	content: ' ';
	width: 130px;
	height: 100px;
	z-index: 1000;
	background-image: url(../img/sparkles.png);
	transition: all 1s ease-in-out;
  }  

.spaceShipLaunch:active {
	transform: translate3d(42px, -62px, -135px);
	transition: all 1s ease-in-out;
	
}

.spaceShipLaunch:hover {
	transform: rotate(-90deg) scale(1.5);
	transition: all .6s ease-in;
	
}

.spaceShipLaunch:hover:before {
	transform: rotate(50000deg) scale(2);
	transition: all 30s ease-in-out;
 }


.card {
  background-color: #21252973;
  box-shadow: none;
}
footer {
  background-color: #292e38 !important;
}
@media (max-width: 991.98px) {

  .navbar-horizontal .navbar-collapse.collapsing,
  .navbar-horizontal .navbar-collapse.show {
    background: #292e38;
  }
  .navbar-horizontal .navbar-nav .nav-link {
    padding: 0.625rem 0;
    color: #fff !important;
  }
  .navbar-horizontal .navbar-collapse .navbar-toggler span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
  }
}
pre {
  color: #fff !important;
}
.stats-container {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
}
.full-page {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.shadow {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15) !important;
}
.team-avatar {
  background-position: top center;
}
#teamcard .social-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: none;
  height: 100%;
}
#teamcard .social-overlay .d-flex {
  height: 100%;
  width: 100%;
  text-align: center;
}
#teamcard:hover .social-overlay {
  display: flex;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.2);
}
#teamcard .rank {
  z-index: 300;
}
.cookie-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 35px #111;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.top-bar {
  position: relative;
  height: 45px;
  line-height: 3px;
  font-family: museosans_500, sans-serif;
  z-index: 210 !important;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.width-12rem {
	width: 12rem;
}

.line-height1-2rem {
	line-height: 1.2rem;
}

.line-height1-5rem {
	line-height: 1.5rem;
}

.line-height1 {
	line-height: 1;
}

.line-height0-7 {
	line-height: .7;
}

.line-height0-5 {
	line-height: .5;
}

.topnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topnav li {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 1 !important;
}
.topnav li:before {
  font-family: montserrat-thin, sans-serif;
  content: '|';
  position: relative;
  font-size: 10px;
  margin: 0 10px;

  color: #4b4319;
}
.topnav li:first-child:before {
  content: '';
  margin: 0;
}
.topnav li a {
  z-index: 1 !important;
}
.nav-pills .nav-link {
  background-color: transparent;
  color: #aa1010;
}
.nav-pills .nav-link:hover {
  color: #36cc79;
}


div.example {
	background-color: yellow;
	padding: 20px;
  }












