@font-face {
  font-family: 'Projection';
  src: url("font/BLANCH_CONDENSED.otf") format("opentype");
  src: url("font/BLANCH_CONDENSED.ttf");
}
body{
  /*Remove default padding*/
  padding: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Projection';
  text-transform: uppercase;
  overflow-x: hidden;
}
p{
  margin: 0;
  font-size: 40px;
  letter-spacing: 5px;
}
.fa{
  text-decoration: none;
  transition: 0.5s;
}
.fa:hover{
  color: #888;
}
.title{
  display: block;
  position: fixed;
  top: 0px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -0 !important;
  width: auto;
  height: 100%;
}
.nav{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #000;
  line-height: 80px;
  font-size: 30px;
  letter-spacing: 7px;
  z-index: 1337;
}
.nav a{
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.nav a:hover{
  color: #888;
}
.links{
  width: auto;
  height: auto;
}
.links a{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}
.social{
  margin-right: 40px;
  float: right;
}
.parallax{
  display: block;
  z-index: -100;
}
.background{
  display: block;
  background: url("img/Main BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 1000px;
  margin-bottom: -700px;
  z-index: -100000 !important;
}
.content{
  position: relative;
  background-color: #000;
  z-index: 1000 !important;
}
.content-top-near{
  position: relative;
  margin-top: -300px;
  width: 100%;
  height: 350px;
  background: url("img/NEAR_BG.png");
  background-size: cover;
  z-index: 2 !important;
}
.content-top-far{
  position: relative;
  /*margin-top: 15%;*/
  width: 100%;
  height: 700px;
  background: url("img/MID_BG.png");
  background-size: cover;
  z-index: 1;
}
.video{
  text-align: center;
}
.awards{
  display: inline-block;
  position: relative;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
.awards img{
  padding: 40px;
}
.text{
  margin-top: 40px;
  text-align: center;
}
.text p{
  padding-left: 20px;
  padding-right: 20px;
}
.text img{
  height: auto;
  width: 300px;
}
.video iframe{
  border: 2px solid #fff;
}
.row{
  display: inline-block;
  position: relative;
  left: 50% !important;
  /*Transform is tied to image size size*/
  -webkit-transform: translateX(-30%) !important;
  -moz-transform: translateX(-30%) !important;
  -ms-transform: translateX(-30%) !important;
  -o-transform: translateX(-30%) !important;
  transform: translateX(-30%) !important;
  margin-left: auto;
  margin-right: auto;
}
.screenshots{
  margin-right: 40px;
}
.screenshots img{
  height: 30%;
  width: 30%;
  border: 2px solid #fff;
  margin: 10px;
}
.bottom-social{
  text-align: center;
}
.bottom-social > span > a{
  color: #fff;
  margin: 10px;
  font-size: 40px;
}
.footer{
  text-align: center;
}
.footer > img{
	height: auto;
	width: auto;
	margin-bottom: 100px;
}
.fa-bars{
  margin-left: 20px;
  display: none !important;
}
/*Made by Taskinoz.com - MakeMeASite.com.au*/
.made-by{
  position: relative;
  text-align: center;
  font-size: 10px;
  background-color: #111;
  z-index: 999;
  display: none;
}
.made-by a{
  color: #bbb;
  text-decoration: none;
  transition: 0.5s;
}
.made-by a:hover{
  color: #555 !important;
  text-decoration: none;
}

/*Responsive*/
@media screen and (max-height:700px) { /*720p*/
    .background{
      height: 830px;
    }
    .content-top-far{
      margin-top: 15%;
    }
}
@media screen and (max-width:814px) {
  .links a{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .links{
    background-color: #000;
    position: fixed;
    width: 132px;
    padding: 20px;
    display: none;
  }
  .fa-bars{
    margin-top: 25px;
    display: block !important;
  }
  .social{
    margin-top: -55px;
  }
  .title{
    height: 50%;
    width: auto;
    top: 25% !important;
  }
  .awards img{
    width: 70%;
  }
}
@media screen and (max-width:1000px) {
  iframe{
    display: none;;
  }
}
/*Content far image responsivenes*/
@media screen and (max-width: 1450px){
  .content-top-far{
    height: 610px;
  }
}
@media screen and (max-width: 1220px){
  .content-top-far{
    height: 550px;
    margin-top: 10%;
  }
  .content-top-near{
    width: 130%;
    right: 14%;
    height: 230px;
  }
}
@media screen and (max-width: 1000px){
  .content-top-far{
    margin-top: 20%;
  }
}
@media screen and (max-width: 815px){
  .content-top-far{
    margin-top: 40%;
  }
  .content-top-near{
    top: 20px;
  }
  .background{
    margin-top: -200px;
  }
  .title{
    top: 70px !important;
  }
}
.active{
  display: block;
}
@media screen and (max-width: 400px){
  .content-top-far{
    margin-top: 85%;
    margin-left: -55%;
  }
}
