html, body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #112933;
}

.non-responsive {
  width: 970px !important;
}

#navigation {
  float: left;
  width: 100%;
  background: none;
}

#mh, #mp {
  opacity: 1;
}

.container-fluid {
  padding: 0;
}

.navbar {
  margin-top: 15px;
}

.navbar-brand {
  height: auto;
}

.nav-box {
  margin-top: 23px;
}

.nav>li>a {
  padding: 8px 9px;
  font-size: 17px;
  color: #638A98;
}

.nav>li>a:hover {
  color: #FF9E5C;
  background: none;
}

.nav>li>a:focus {
  color: #FF9E5C;
  background: none;
}

.nav>li>a.nav-login {
  margin-left: 8px;
  font-size: 17px;
  color: #112933;
  background: #638A98;
  border-radius: 8px;
}

.nav>li>a.nav-login:hover {
  background: #FF9E5C;
}

.nav>li>a.nav-login:focus {
  background: #FF9E5C;
}




.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 1px;
  perspective: 1px;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax__layer--0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.parallax__layer--1 {
  -webkit-transform: translateZ(-1px) scale(2);
  transform: translateZ(-1px) scale(2);
}

.parallax__layer--2 {
  -webkit-transform: translateZ(-2px) scale(3);
  transform: translateZ(-2px) scale(3);
}

.parallax__layer--3 {
  -webkit-transform: translateZ(-3px) scale(4);
  transform: translateZ(-3px) scale(4);
}

.parallax__layer--4 {
  -webkit-transform: translateZ(-4px) scale(5);
  transform: translateZ(-4px) scale(5);
}

.parallax__layer--5 {
  -webkit-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
}



.top-stars {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/stars-home.svg");
  background-size: 2256px, 1063px;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.top-clouds {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/clouds-home.svg");
  background-size: 2096px, 583px;
  background-position: center -webkit-calc(50vh - 240px);
  background-position: center calc(50vh - 240px);
  background-repeat: no-repeat;
}

.top-owl {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/owl-home.svg");
  background-size: 200px, 249px;
  background-position: center -webkit-calc(50vh - 250px);
  background-position: center calc(50vh - 250px);
  background-repeat: no-repeat;
}

.top-moon {
  margin-top: 0;
  height: 100vh;
  background-image: url("../images/moon-home.svg");
  background-size: 2054px, 389px;
  background-position: center -webkit-calc(100vh - 750px);
  background-position: center calc(100vh - 750px);
  background-repeat: no-repeat;
}

.top-text {
  margin-top: -webkit-calc(50vh - 250px);
  margin-top: calc(50vh - 250px);
  height: 100vh;
}

.top-trees {
  height: 100vh;
  background-image: url("../images/trees-home.svg");
  background-size: 2786px, 305px;
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}



#top-section h1 {
  text-align: center;
  font-weight: 200;
  font-size: 75px;
  letter-spacing: 1px;
  color: #FF9E5C;
  padding-top: 270px;
  margin-bottom: 30px;
}



#top-section h1>span {
  color: #436775;
}

#top-section h1 + p {
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 160%;
  color: #fff;
}

.arrow-scroll {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}



#features {
  background-color: #0B212B;
  padding-bottom: 53px;
}

#features h2 {
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  color: #438CA8;
  margin-top: 75px;
  margin-bottom: 23px;
}

#features h2 + p {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  color: #fff;
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: solid 1px #192E37;
}

#features h3 {
  font-weight: 300;
  font-size: 36px;
  color: #438CA8;
  margin-top: 23px;
  margin-bottom: 12px;
}

#features h3 + p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

#features .f1, .f3, .f5 {
  text-align: left;
}

#features .f2, .f4, .f6 {
  text-align: right;
}

#features .f1i, .f3i, .f5i {
  text-align: right;
}

#features .f2i, .f4i, .f6i {
  text-align: left;
}

#features h3.f1 {
  color: #FF54AA;
}

#features h3.f2 {
  color: #DA4871;
}

#features h3.f3 {
  color: #E97E16;
}

#features h3.f4 {
  color: #039D4F;
}

#features h3.f5 {
  color: #DFAC3A;
}

#features h3.f6 {
  color: #E15048;
}

#features .row {
  margin-bottom: 60px;
}

.f-img-left {
  float: left;
  width: 170px;
}

.f-txt-left {
  margin-left: 200px;
}

.f-img-right {
  float: right;
  width: 170px;
}

.f-txt-right {
  margin-right: 200px;
}

#stay-updated {
  background-color: #fff;
  padding-bottom: 75px;
}

#stay-updated h3 {
  text-align: center;
  font-weight: 300;
  font-size: 38px;
  color: #333;
  margin-top: 75px;
  margin-bottom: 12px;
}

#stay-updated h3 + p {
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  line-height: 160%;
  color: #333;
}

#stay-updated form {
  font-size: 0;
  margin-top: 38px;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}

#stay-updated form>input {
  display: inline-block;
  width: 420px;
  height: 60px;
  color: #949494;
  font-size: 21px;
  font-weight: 300;
  background-color: #ECECEC;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border: none;
  padding: 15px;
  margin: 0;
}

#stay-updated form>button {
  display: inline-block;
  width: 250px;
  height: 60px;
  color: #333;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #FF9D5B;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border: none;
  padding: 15px;
  margin: 0;
  margin-left: 0;
}

#stay-updated form>button:hover {
  background-color: #FF8D3F;
}

.stay-updated-note {
  font-size: 15px;
  font-weight: 300;
  color: #949494;
  margin-top: 38px;
  width: 300px;
  height: 38px;
  padding-top: 3px;
  padding-left: 33px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/lock.svg");
  background-size: 24px, 24px;
  background-position: left 2px;
  background-repeat: no-repeat;
}

#stay-updated-error {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #C15757;
  margin-bottom: 30px;
}

#stay-updated-success {
  margin-top: 40px;
  border-top: solid 1px #eeeeee;
}

#stay-updated-success h3 {
  margin-top: 40px;
}

#footer {
  text-align: center;
  background-color: #0B212B;
  min-height: 150px;
  padding-top: 0;
  font-size: 17px;
  font-weight: 300;
  color: #436775;
  padding-bottom: 50px;
}

#footer a {
  color: #529AB6;
}

#footer a:hover {
  color: #6AB2CE;
  text-decoration: none;
}

#footer .logo-home {
  float: left;
}

#footer .footer-content {
  padding-top: 50px;
}

#footer .logo-home {
  float: left;
}

#footer {
  font-size: 14px;
}
#footer .footer-text {
  float: left;
  width: 550px;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
}

.logo-home {
  margin-top: 0px;
  background-image: url("../images/logo-pvs.svg");
  background-size: auto;
  height: 80px;
  width: 81px;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 50px;
  color: #fff;
  text-decoration: none;
}

.logo-home:hover {
  color: #fff;
  text-decoration: none;
}
#footer a {
  color: #638A98;
}
#footer a:hover {
  color: #FF9E5C
}
#footer .social-links {
  padding-top: 80px;
  padding-right: 100px;
}
#footer .social {
  text-indent: 9999px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  margin:2px;
}
#footer .social.twitter {
  background: url(../images/twitter.png) no-repeat;
}
#footer .social.github {
  background: url(../images/github.png) no-repeat;
}
