
@media only screen and (max-width: 9000px){
.booguy {
  width: 90%;
  left: -120%;
  bottom: 900px;
}
  .container {
  max-width: 2600px;
}
}
@media only screen and (max-width: 5441px){
.bg-home {
    background: url('img/background-3440x1440.jpg') 0px -3px no-repeat;
    background-size: 101%;
    transition: background-position .05s ease-out;
}
.booguy {
  left: -50%;
  bottom: 800px;
}
}
@media only screen and (max-width: 3900px){
  .container {
  max-width: 1900px;
  padding-bottom: 0%;
}
.booguy {
  width: 70%;
  left: -30%;
  bottom: 700px;
}
}
@media only screen and (max-width: 3440px){
.bg-home {
    background: url('img/background-3440x1440.jpg') 0px -3px no-repeat;
    background-size: 101%;
    transition: background-position .05s ease-out;
}
.booguy {
  left: -5%;
  bottom: 650px;
}
}
@media only screen and (max-width: 3000px){
.booguy {
  left: 13%;
}
}
@media only screen and (max-width: 2561px){
.bg-home {
    background: url('img/background-2560x1440.jpg') 0px -3px no-repeat;
}
.booguy {
  left: 30%;
  bottom: 600px;
}
  .container {
  padding-bottom: 3%;
}
.glitchBot {
  bottom: 320px;
}
}
@media only screen and (max-width: 2000px){
  .bg-home {
    background: url('img/background-home.jpg') 0px -3px no-repeat;
}
  .container {
  max-width: 1600px;
  padding-bottom: 0%;
}
.booguy {
  width: 55%;
  left: 45%;
  bottom: 500px;
}
.container-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.glitchBot {
  bottom: 420px;
}
}
@media only screen and (max-width: 1800px){
.booguy {
  width:50%;
  left: 50%;
  bottom: 450px;
}
}
@media only screen and (max-width: 1700px){
.booguy {
  width:50%;
  left: 45%;
  bottom: 500px;
}
}
@media only screen and (max-width: 1600px){
  .bg-home {
    background: url('img/background-1440.jpg') 0px -3px no-repeat;
}
  .container {
  max-width: 1500px;
}
.booguy {
  width:50%;
  left: 50%;
  bottom: 450px;
}
}
@media only screen and (max-width: 1367px){
.booguy {
  width:45%;
  left: 53%;
  bottom: 400px;
}
.container {
   padding: 100px 350px 0 350px;
}
}
@media only screen and (max-width: 1200px){
body, html	{
  margin: 0
}
h1 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
h2 {
    font-size: 18px;
    line-height: 1
}
h3 {
    font-size: 16px;
    line-height: 1.2
}
p {
  font-size: 14px;
}
.bg-home {
    background: url('img/background-home-mob.jpg') 0px -3px no-repeat;
    background-size: 101%;
    transition: background-position .05s ease-out;
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
  height: 100%;
   padding: 5%;
}
.gall-h {
  padding-left: 50px;
  color: #fff
}
.container-grid {
  padding: 0px 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container-grid div {
	transform: none;
	margin-bottom: 0px
}
.container-grid img {
	width: 100%;
}
.nav {
  height: 55px;
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.nav-button{
  margin: 0px;
}
.nav-border {
  height: 50px;
    background-size: 100% 100%;
    position: fixed;
    top: 59px;
    z-index: 11;
    background-image: url('img/header.png');
}
.footer {
  height: 60px;
  padding: 0px;
  background-color: #000000;
  position: fixed;
  top: 0;
  padding-top: 10px
}
.footer img {
  margin-top: 3px;
}
.footer-border {
  bottom: 55px;
  z-index: 1;

}
.icon-right {
  float: right;
  margin-right: 10px;
  width: 100%;
  max-width: 40px;
  position: relative;
  z-index: 15
}
.corp-name {
  display: none;
}
.logo {
	display: none;
}
.logo-footer {
  display: block;
}
.logo-footer img {
  height: 35px;
  width: auto;
  margin-left: 15px
}
.tablink2 {
  border-bottom-style: hidden;
  border: none;
  outline: none;
  cursor: none;
  font-size: 7px;
  width: 25%;
  max-width: 900px;
  /*font-family: "museo-sans", Arial, Verdana;*/
  text-transform: uppercase;
  height: 45px;
  margin-top: 7px;
  margin-right: 0px;
  padding-top: 2px;
  letter-spacing: -1px;
}
.tablink2:hover {
  margin-top: 0px;
}
.btn {
  margin-top: 5%;
  max-width: 500px;
  padding: 0 80px;
}
.btn-video {
  margin-top: 5%;
  max-width: 500px;
  padding: 0 50px;
  margin-bottom: 40%;
}
.img-logo-home {
  margin-top: 45%;
}
.icon-facebook {
  cursor: none;
}
.icon-twitter {
  cursor: none;
}
.icon-steam {
  cursor: none;
}
.c-button {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: -1px;
    font-weight: 400;
    text-align: center;
}
.text-right {
    text-align: center;
}
.text-left {
    text-align: center;
}
.booguy-pos {
position: relative;right: 0;
}
.booguy-padd {
  padding-bottom: 0px;
}
.booguy {
  border: none;
  width: 100%;
  position: relative;
  bottom: -170px;
  left: 0%
}
.glitchBot {
  border: none;
  width: 90%;
  position: relative;
  bottom: -140px;
  transform: none;
  left: 10%
}
.glitchBot-pos {
  position: relative;
}
.black-line {
  height: 100px;
}
.lang-menu {
  display: none;
}
.lang-menu2 {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -4px;
}
.lang-menu2 ul {
  margin: 0;
  padding: 0;
  background: #;
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 64px;
  z-index: 11
}
.lang-menu2:hover ul {
  display: block;
}
.lang-menu2 ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.lang-menu2 ul li a {
  text-decoration: none;
  width: 40px;
  display: block;
  background: #;
  margin-left: 25px;
  opacity: 0.6
}
.lang-menu2 ul li a:hover {
  background-color: #;
    border-radius: 5px;
    cursor: pointer;
    opacity: 1;
}
.lang-menu2 ul li a:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
}
div#Home2 {
  background-image: url('img/cont-2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 400% 200%;
}
section#PressKit{
  background-image: url('img/cont-1.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 400% 200%;
}
section#Gallery{
  background-image: url('img/cont-2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 400% 200%;
}
}

@media only screen and (max-width: 991px){
.booguy {
  bottom: -80px;
}
.glitchBot {
  bottom: -100px;
}
.dev-team img{
  width:95px;
}
div#Home2 {
  background-image: url('img/cont-2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 300% 150%;
}
section#PressKit{
  background-image: url('img/cont-1.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 340% 150%;
}
section#Gallery{
  background-image: url('img/cont-2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 340% 150%;
}
}



















