body {
  height: 100%;
  background-color: black;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #549eff;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #e8e8e8;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-bottom: 25px;
  float: none;
  direction: ltr;
  color: white;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
a {
  width: 100%;
  color: white;
}
.button {
  display: inline-block;
  padding: 10px 34px 10px 9px;
  border-radius: 0px;
  background-color: #7d7d7d;
  color: white;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.hero-section {
  height: 100%;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}
.hero-overlay {
  position: absolute;
  left: 0px;
  top: 20%;
  right: 0px;
  text-align: center;
}
.hero-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 400;
}
.what-is-solus {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #141414;
  opacity: 1;
  font-size: 13px;
  text-align: left;
}
.navlinks {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  float: none;
  background-color: rgba(8, 8, 8, 0);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ff6c00;
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
}
.navlinks:hover {
  color: white;
}
.navmenu {
  position: relative;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 110px;
  padding-left: 110px;
  float: none;
  clear: none;
  background-color: rgba(8, 8, 8, 0);
  text-align: center;
}
.container {
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}
.screenshots {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: black;
}
.about {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #141414;
}
.highlight {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.features-continued {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0.63) 51%, rgba(255, 255, 255, 0)), url('../images/4_large.jpg');
  background-image: linear-gradient(black, rgba(0, 0, 0, 0.63) 51%, rgba(255, 255, 255, 0)), url('../images/4_large.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  opacity: 1;
  text-align: right;
}
.the-planet {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(283deg, black, rgba(0, 0, 0, 0.61) 49%, rgba(255, 255, 255, 0)), url('../images/6_large.jpg');
  background-image: linear-gradient(167deg, black, rgba(0, 0, 0, 0.61) 49%, rgba(255, 255, 255, 0)), url('../images/6_large.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.gallery {
  margin-bottom: 0px;
  padding-bottom: 45px;
}
.textongrey {
  display: block;
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #c2c2c2;
  font-weight: 400;
  text-align: left;
}
.textonimage {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #c2c2c2;
  font-size: 17px;
}
.link-in-text {
  font-weight: 400;
}
.link-in-text:hover {
  color: white;
}
.link-in-text:active {
  color: white;
}
.footertext {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #7d7d7d;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.intro-text {
  display: inline-block;
  padding-left: 42px;
  font-size: 14px;
}
.artworks {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: black;
  color: black;
}
.footer {
  margin-top: 30px;
}
.gameplay {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(black, rgba(23, 23, 23, 0.52) 40%), url('../images/Screenshot_Environment_07.jpg');
  background-image: linear-gradient(black, rgba(23, 23, 23, 0.52) 40%), url('../images/Screenshot_Environment_07.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.navbar {
  height: 80px;
  padding-top: 14px;
  background-color: rgba(255, 0, 0, 0);
}
.nav-link {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline;
  float: none;
  clear: none;
  opacity: 0.7;
  color: white;
  font-size: 17px;
}
.nav-link:hover {
  opacity: 1;
  color: white;
}
.nav-link:active {
  color: white;
}
.nav-link:focus {
  opacity: 1;
  color: #e8e8e8;
}
.nav-link.w--current {
  color: #e8e8e8;
}
.nav-link.w--current:active {
  color: white;
}
.nav-link.w--current:focus {
  color: white;
}
.social-menu {
  width: 100%;
  margin-bottom: 35px;
  background-color: #080808;
}
.trailer {
  padding-bottom: 40px;
  background-color: #141414;
}
.newssection {
  background-color: #141414;
}
.logosolus {
  text-align: center;
}
.newslogo {
  margin-top: 60px;
  margin-bottom: 40px;
}
.hero-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 25px;
}
.arrow-container {
  text-align: center;
}
.arrow {
  opacity: 0.3;
}
.navmenu2 {
  height: 60px;
  padding-top: 16px;
  padding-right: 110px;
  padding-left: 110px;
  text-align: center;
}
.media-section {
  background-color: #141414;
}
.gallerycell {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.w-mod-js *[data-ix="logo-fade-in"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="logo-text-fade-in"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="text-fade-in"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="latin-text-fade-in-2"] {
  opacity: 0;
}
@media (max-width: 991px) {
  .hero-section {
    background-position: 32% 50%;
  }
  .navlinks {
    font-size: 15px;
  }
  .navmenu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .features-continued {
    background-image: url('../images/4_large.jpg');
    background-position: 2% 0%;
    background-size: cover;
    background-attachment: fixed;
  }
  .the-planet {
    background-image: url('../images/6_large.jpg');
    background-size: cover;
    background-attachment: fixed;
  }
  .gameplay {
    background-image: url('../images/Screenshot_Environment_07.jpg');
    background-size: cover;
    background-attachment: fixed;
  }
  .navbar {
    padding-right: 95px;
    padding-left: 95px;
    text-align: left;
  }
  .navmenu2 {
    padding-right: 165px;
    padding-left: 165px;
  }
}
@media (max-width: 767px) {
  a {
    text-align: center;
  }
  .hero-section {
    background-position: 39% 50%;
  }
  .hero-overlay {
    position:absolute;
    top: 0%;
  }
  .hero-navmenu {
    position: absolute;
    top: 35%;
  }
  .navlinks {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }
  .navmenu {
    text-align: center;
  }
  .container {
    padding: 0px 25px;
  }
  .about {
    padding-bottom: 40px;
  }
  .features-continued {
    background-image: url('../images/4_large.jpg');
    background-position: 0% 50%;
  }
  .the-planet {
    background-image: url('../images/6_large.jpg');
    background-position: 22% 50%;
  }
  .footertext {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .gameplay {
    background-position: 2% 0%;
  }
  .navbar {
    position: absolute;
	display: none;
    top: 85%;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .nav-link {
    float: left;
    text-align: center;
  }
  .openmenu {
    min-width: 650px;
    padding-top: 60px;
    background-color: black;
    opacity: 0.9;
  }
  .menuicon {
    opacity: 0.6;
    color: white;
    font-size: 40px;
  }
  .newssection {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navmenu2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 18px;
  }
  .hero-section {
    background-position: 34% 50%;
  }
    .hero-overlay {
    position:absolute;
    top: 5%;
  }
  .hero-text {
    font-size: 15px;
  }
  .what-is-solus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navlinks {
    padding: 5px 70px;
    float: none;
    clear: none;
    color: #549eff;
    font-size: 13px;
  }
  .container {
    height: auto;
    padding: 20px 10px;
  }
  .screenshots {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .features-continued {
    height: 780px;
    padding-top: 20px;
    background-position: 3% 50%;
  }
  .the-planet {
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: url('../images/6_large.jpg');
    background-position: 29% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .textongrey {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
  }
  .textonimage {
    font-size: 16px;
  }
  .artworks {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gameplay {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-link {
    text-align: left;
  }
  .openmenu {
    width: auto;
    min-width: 500px;
  }
  .newssection {
    padding-right: 10px;
    padding-left: 10px;
  }
}

