@charset "utf-8";
/* CSS Document */

html, body {
    max-width: 100%;
	overflow-x: hidden;
}
* {
	padding: 0px;
}
*, :after, :before {
    box-sizing: border-box;
}
body {
	font-family: "Montserrat",sans-serif;
	margin: 0 auto;
	padding: 0;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "hwt-gothic-round", sans-serif;
}
a {
	outline: none;
}
img {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* Headings */
h1 {
	text-align: center;
	margin-top: 0%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 2%;
	color: black;
	font-size: calc(30px + 2vw);
	padding: 0;
	text-transform: uppercase;
}
h2 {
	text-align: center;
	margin-top: 5%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	color: black;
	font-size: calc(14px + 1.5vw);
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}
h3 {
	text-align: center;
	margin-top: 0%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 2%;
	padding: 0;
}
h4 {
	text-align: center;
	margin-top: 3%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	line-height: 1.2;
	padding: 0;
}

.list {
	font-size: calc(10px + .5vw);
	list-style-position: inside;
	text-align: center;
	margin-top: 3%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	line-height: 1.2;
	padding: 0;
	
}

/* Banner */
.banner {
	background-attachment: fixed;
	background-color: white;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: default;
	text-align: center;
	width: 100%;
}
.banner video {
	width: 100%;
	height: auto;
	max-height: 100%;
}
.banner source{
	margin-top: 1000px;
}

/* Navigation */
.main-header{
	margin-top: 55px;
}
.navbar-brand {
	margin-left: 15%;
	margin-top: -6px;
	color: black;
}
.navbar-brand:hover {
	color: #7df2d5;
}
.navbar-brand > img {
	width: 135px;
}
.navbar-toggle {
	background-color: #fff;
	margin-right: 65px;
}
.navbar-toggle .icon-bar {
	background-color: RGBA(0, 0, 0, 0);
}
.navbar-toggle img {
	width: 25px;
}
.mynav {
	width: 100%;
	height: 57px;
	background: #1a0b07 none repeat scroll 0% 0%;
}
.mynav li a {
	text-align: right;
	font-family: "hwt-gothic-round", sans-serif;
	font-size: 26px;
	font-weight: 400;
	background-color: #1a0b07;
}
.collapse.in {
	display: flex;
	justify-content: flex-end;
}
.navbar-right {
	padding: 0px 5% 0px 0px;
}
.nav > li > a:focus, .nav > li > a {
	color: white;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
	background-color: #05bdb8;
	color: #fff;
	border-bottom: 2px solid #7df2d5;
}
.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 15px;
}

/* Sections */

#about,
#red-features,

#contact
#jobs {
	display: block;
	position: relative;
    top: -50px;
    visibility: hidden;
	flex: auto;
	align-items: center;
}


.about, .red-features, .games, .contact {
	max-width: 1200px;
	margin: 0 auto;
}
.about, .red-features, .games, .contact {
	padding: 50px 50px 0px 50px;
}
.comp, .team, .mission {
	padding: 50px 0px 0px 0px;
}
.text-center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.light-title {
	text-transform: none;
}
.flex-container {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	flex-wrap: wrap;
}
.flex-container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	padding-bottom: 20px;
	flex-wrap: wrap;
}
.flex-container .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.subtitle {
	font-size: calc(10px + 1vw);
	padding-bottom: 3%;
	text-align: center;
	width: 80%;
}
p {
	font-family: "Montserrat", sans-serif;
	font-size: calc(10px + .5vw);
	color: black;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

/* About */
.feature-box img {
	width: 180px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.feature-box p {
	text-align: center;
}

/* Features */
.features-list {
	white-space: nowrap;
	margin-left: 5%;
	width: max-content;
	margin: 0 auto;
}
.feature-box .features-list img {
	width: 25px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
	display: inline;
	color: blue;
}
.feature-box .features-list p {
	margin-bottom: 5px;
	text-align: left;
}

/* Buttons, icons */
.button-icon {
	position: relative;
	text-align: center;
	width:100%;
	margin: 0;
	padding: 0;
}
.centered {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.button-icon .centered h3 {
    font-size: calc(21px + .5vw);
    color: #ded950;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 25px #000;
	letter-spacing: 1px;
}

.wrapper .toggle_btn{
	margin-top: 15px;
	font-weight: 700;
	color: #e00d3f;
	cursor: pointer;
	font-size: 15px;
}

.wrapper col.active{
	height: auto;

}

.wrapper .toggle_btn.active .fas{
	transform: rotate(180deg);
}


.play-button a:hover{
	background-color: #ded950;
}


.test-button{
  background-color: #05bdb8;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: flexbox;
  font-size: calc(21px + .5vw);
  margin: 4px 2px;
  border-radius: 12px;
  flex-basis: 0;
	flex-grow: 1;
	flex-direction: row;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}


.playtest-button{
	background-color: #e00d3f;
	border: none;
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: flexbox;
	font-size: calc(21px + .5vw);
	margin: 4px 2px;
	border-radius: 12px;
	flex-basis: 0;
	  flex-grow: 1;
	  flex-direction: row;
	  max-width: 100%;
	  position: relative;
	  width: 100%;
	  padding-right: 15px;
	  padding-left: 15px;
  }

/* Dividers */
.comp, 
.mission,
.team {
  position: relative;
  text-align: center;
  color: white;
  width:100%;
}
.comp img,
.mission img {
	width: inherit;
	max-height: 550px;
	object-fit: cover;
}
.team img {
	width: inherit;
}
.comp .centered,
.mission .centered {
   position: absolute;
   top: 55%;
   left: 50%;
   transform: translate(-50%, -45%);
}
.centered h3{
	font-size: calc(30px + 2vw);
	color: #e00d3f;
}
.centered h4{
	font-size: calc(25px + 1.5vw);
	color: #ded950;
}


/* Carousel */
.carousel {
	background-color: #05bdb8;
}
.carousel-inner .flex-container {
	width: 80%;
	max-width: 1200px;
}
.carousel .flex-container .row {
	padding-bottom: 0;
	padding-top: 20px;
}
.item .gamer-img {
	max-width: 80%;
	max-height: 550px;
	width: auto;
}
.item .quote .centered {
	width: 80%;
}
.carousel .bubble {
    width: 80%;
}
.item .quote .centered h3 {
	font-size: calc(12px + .5vw);
}
.item .quote .centered p {
	font-size: calc(10px + .3vw);
	padding: 1% 4% 0 4%;
	text-align: center;
	font-weight: 500;
}
.carousel-caption {
	padding-bottom: 60px;
}
.carousel-caption p {
	text-align: center;
}
.carousel-control .glyphicon-menu-left {
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 100;
	line-height: 1;
	padding: 0;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-size: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-menu-right {
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 100;
	line-height: 1;
	padding: 0;
	margin-right: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-size: 20px;
	right: 50%;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-indicators li, 
.carousel-indicators .active {
	width: 20px;
	height: 4px;
	margin: 0;
	border-radius: 0;
}

/* Team */
.team-inside {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.team-mobile {
	display: none;
	background-color: #05bdb8;
	padding-top: 5%;
	margin-bottom: 20px;
}
.team-mobile:last-child {
    margin-bottom: 0;
}
.team-mobile img {
	width: 50%;
}
.quote {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.quote .centered {
	width: 50%;
}
.quote .centered p {
	font-size: calc(10px + 1vw);
	padding-bottom: 2%;
	text-align: center;
	font-weight: 500;
}
.quote .centered h3 {
    font-size: calc(16px + .5vw);
    color: #e00d3f;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 25px #fff;
}
.flipped {
	transform: scaleX(-1);
}

/* Games */
.games 

.games img{
	width: 80%;
	margin-bottom: 30px;
}

/* Buttons */
.button-1 {
  align-items: center;
  background-color: #05bdb8;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat",sans-serif;
  font-size: calc(10px + 0.5vw);
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  flex-wrap: wrap;
  width: 400px;
  height: 55px;
  text-decoration: none;
}

.button-1:hover,
.button-1:focus { 
  background-color: #025c59;
  color: #ffffff;
  text-decoration: none;
}

.button-1:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
  text-decoration: none;
}

.button-1:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.button-2 {
	align-items: center;
	background-color: #e00d3f;
	border: 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Montserrat",sans-serif;
	font-size: calc(10px + 0.5vw);
	font-weight: 600;
	justify-content: center;
	line-height: 20px;
	max-width: 480px;
	min-height: 40px;
	min-width: 0px;
	overflow: hidden;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	touch-action: manipulation;
	transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
	width: 400px;
	height: 55px;
	text-decoration: none;
  }
  a:hover {
	text-decoration: none;
}
  .button-2:hover,
  .button-2:focus { 
	background-color: #78041f;
	color: #ffffff;
	text-decoration: none;
  }
  
  .button-2:active {
	background: #78041f;
	color: rgb(255, 255, 255, .7);
	text-decoration: none;
  }
  
  .button-2:disabled { 
	cursor: not-allowed;
	background: rgba(0, 0, 0, .08);
	color: rgba(0, 0, 0, .3);
  }



/* Footer */
footer {
	padding: 25px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
footer .flex-container .row {
	flex-wrap: nowrap;
	justify-content: center;
}
footer .flex-container .col {
	padding: 0 10px;
	max-width: max-content;
}
footer .logo {
	width: 40%;
	padding-bottom: 20px;
	max-width: 400px;
}
footer .social {
	width: 100%;
	max-width: 50px;
}

/* Mobile Styles */
@media (max-width: 992px) {
	.item .quote .centered {
		width: 100%;
	}
	.carousel .bubble {
		width: 100%;
	}
}
@media (max-width: 768px) {
	nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
		border-bottom: none;

	}
	.navbar-right {
		padding: 0px 2% 0px 0px;
		margin-right: 0;
	}
	.navbar-brand {
		margin-left: 5%;
	}
	.navbar-toggle {
		margin-right: 5%;
	}
	.about, .red-features, .games, .contact  {
		padding: 30px 20px 0px 20px;
	}
	.comp, .team, .mission {
		padding: 20px 0px 0px 0px;
	}
	.team-inside {
		padding-left: 20px;
		padding-right: 20px;
	}
	.carousel {
		display: none; 
	}
	.centered {
		padding: 0 30px;
	}
	.comp img,
	.mission img {
		filter: brightness(150%);
	}
	h2 {
		margin-top: 40px;
	}
	footer .logo {
		width: 50%;
	}
	footer .flex-container {
		width: 60%;
	}
	footer .flex-container .row {
		display: flex;
	}
	footer .flex-container .col {
		padding: 0 10px;
	}
	.team .desktop-img	 {
		display: none;
	}
	.team-mobile {
		display: block;
	}
	.team-mobile img {
		width: 70%;
	}	
	.team-mobile .bubble,
	.team-mobile .quote .centered {
		width: 80%;
		max-width: 450px;
	}
}
@media (max-width: 440px) {
	.about, .red-features, .games, .contact  {
		padding: 20px 10px 0px 10px;
	}
	.team-inside {
		padding-left: 10px;
		padding-right: 10px;
	}
	.centered {
		padding: 0 20px;
	}
	.centered h3{
		font-size: calc(18px + 1vw);
	}
	.centered h4{
		font-size: calc(14px + 1vw);
	}
	.team-mobil{
		max-height: 400px;
	}
	.team-mobile img {
		width: 95%;
	}	
	.team-mobile .bubble {
		width: 95%;
	}
	.team-mobile .quote .centered {
		width: 95%;
	}
	.team-mobile .centered p {
		font-size: calc(11px + .5vw);
	}
	.team-mobile .centered h3 {
		font-size: calc(14px + .5vw);
	}
	.games .flex-container .col {
		display: contents;
	}
}