/* Gore Tech Styles */
/* Website Developed by THEPOSTHUMAN 2019 */

* {
  font-family: 'Arimo', sans-serif;
}
body {
  background-color: #111;
  background-position: center top;
  background-attachment: fixed;
}
a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}
#wrapper .container {
  width: 100%;
}
#main {
  background: #282828;
  color: #7e7e7e;
}
#main {
  padding: 15px 0;
}
.background-left {
  display: block;
  width: 359px;
  height: 1080px;
  background: url('../img/background-left-compressor.jpg') no-repeat;
  position: absolute;
  left: -359px;
  top: 158px;
}
.background-left .drumcorps {
  display: block;
  width: 66px;
  height: 17px;
  background: url('../img/background-drumcorps.png') no-repeat;
  position: absolute;
  right: 75px;
  top: 243px;
}
.background-left .ikeuchi {
  display: block;
  width: 46px;
  height: 42px;
  background: url('../img/background-ikeuchi.png') no-repeat;
  position: absolute;
  right: 30px;
  top: 770px;
}
.background-right {
  display: block;
  width: 392px;
  height: 1080px;
  background: url('../img/background-right-compressor.jpg') no-repeat;
  position: absolute;
  right: -392px;
  top: 158px;
}
.background-right .machine {
  display: block;
  width: 78px;
  height: 26px;
  background: url('../img/background-machine.png') no-repeat;
  position: absolute;
  left: 50px;
  top: 678px;
}
.background-right .ohm-resistance {
  display: block;
  width: 53px;
  height: 52px;
  background: url('../img/background-ohm-resistance.png') no-repeat;
  position: absolute;
  left: 20px;
  top: 550px;
}
.background-left .drumcorps:hover,
.background-left .ikeuchi:hover,
.background-right .ohm-resistance:hover,
.background-right .machine:hover {
  background-position: right;
}
header .sub-header {
  background: #fff200;
}
header .logo,
header .navbar-brand {
  padding-left: 0px;
}
header .navbar-brand {
  height: auto;
  padding: 0px;
}
header .logo img {
  max-width: 222px;
  height: auto;
  margin-bottom: 15px;
}
header .futurphobic {
  padding-right: 0px;
}
header ul.social li {
  float: left;
  padding: 10px 0;
  padding-right: 20px;
}
header ul.social:after {
  content: '';
  clear: both;
}
header .social img {
  height: 22px;
  width: auto;
  float: left;
}
header .social li a {
  float: left;
}
header .social li a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  float: left;
}
header .social li a img:hover  {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
header .social li a img.mobile-image {
  display: none;
}
h1 {
  text-align: right;
  color: #FFF;
  font-size: 18px;
  line-height: 27px;
  margin: 0px;
  position: relative;
  top: 10px;
}
h2 {
  color: #898989;
  font-size: 19px;
  margin: 0px;
  margin-bottom: 10px;
}
h2.performance-status {
  margin-top: 5px;
}
h2 a {
  color: inherit;
}
h2 a:hover,
h2 a:focus {
  text-decoration: none;
  color: #FFF;
}
h3 {
  font-size: 17px;
  max-width: 480px;
  margin: 0px;
  margin-bottom: 15px;
}
ul.social {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.social li {
  display: inline-block;
}

.code {
  color: #fff200;
  letter-spacing: -2px;
}
.yellow {
  color: #fff200;
}
.current-status {
  padding: 0px;
}
.commercial-assets {
  padding-bottom: 10px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  background: #111111;
  padding: 8px 0;
}
footer p {
  font-weight: 700;
  color: #898989;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
}
footer .copyright p {
  float: left;
}
footer .copyright .separator {
  padding: 0 5px;
}
footer a,
footer a:hover,
footer a:focus {
  color: inherit;
}
footer .unity-through-paranoia {
  text-align: right;
}
footer .unity-through-paranoia span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  top: 3px;
}
footer .unity-through-paranoia a img {
  height: 15px;
  width: auto;
}
footer .social-networks {
  text-align: center;
  padding: 0px;
}
footer ul.social li {
  padding: 0 5px;
}
footer ul.social li a {
  color: #707070;
}
footer ul.social li a {
  font-size: 20px;
}
footer ul.social li a:hover,
footer ul.social li a:focus {
  color: #FFF;
}
footer a.theposthuman:hover,
footer a.theposthuman:focus {
  color: #fff214;
  text-decoration: none;
}
footer .unity-through-paranoia .egg:hover,
footer .unity-through-paranoia .egg:focus {
  text-decoration: line-through;
}

/* Media Queries */

@media screen and (max-width: 1440px) {
  #wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 16px;
  }
  footer p {
    font-size: 14px;
    line-height: 26px;
  }
  .current-status iframe {
    height: 723px !important;
  }
  .soundcloud {
    height: 340px;
  }
  footer .unity-through-paranoia span {
    padding-left: 15px;
  }
  footer .unity-through-paranoia a.egg {
    width: 100%;
    display: block;
  }
  footer .copyright .separator{
    display: none;
  }
  footer .copyright p {
    float: none;
    font-size: 13px;
    line-height: 18px;
  }
  footer a.egg {
    width: 100%;
    display: block;
  }
  .background-left,
  .background-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .current-status iframe {
    height: 657px !important;
  }
  .soundcloud {
    height: 296px;
  }
  .code {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 15px;
  }
  .code {
    display: inline-block;
  }
  #wrapper {
    padding-top: 0px;
  }
  header .logo {
    padding: 15px;
    padding-bottom: 0px;
  }
  header .logo img {
    margin-bottom: 5px;
  }
  header .social li a img.desktop-image {
    display: none;
  }
  header .social li a img.mobile-image {
    display: block;
  }
  h1 {
    text-align: left;
    top: 0px;
    padding-bottom: 10px;
  }
  header ul.social li {
    padding-right: 12px;
  }
  header .social img {
    height: 17px;
  }
  .current-status {
    padding: 10px 15px;
  }
  .current-status iframe {
    height: 300px !important;
  }
  footer .social-networks {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-align: left;
  }
  footer .exe,
  footer .machine {
    text-align: left;
    float: left;
    padding-right: 15px;
  }
  footer .unity-through-paranoia {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
  }
  footer .unity-through-paranoia a.egg {
    font-size: 15px;
  }
  footer .unity-through-paranoia span {
    padding-left: 0px;
    padding-right: 25px;
  }
  footer .unity-through-paranoia a {
    top: 0px;
    padding-left: 0px;
  }
  footer ul.social li {
    padding: 0px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  h1 {
    font-size: 15px;
  }
  header ul.social li {
    padding-right: 12px;
  }
  header .social img {
    height: 14px;
  }
}
