.top-bar {
  display: none;
  height: 43px;
  background-color: #3a6f8f;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  background-color: #f8f8f8;
}

.custom-container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 10px solid #3a6f8f;
  background-color: #f8f8f8;
}

.nav-links {
  margin-top: 6px;
  border-top: 4px solid transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a6f8f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.nav-links:hover {
  color: #1d3746;
}

.nav-links.w--current {
  border-top: 4px solid #f99d32;
  color: #3a6f8f;
}

.introduction {
  margin-top: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-cta {
  margin-top: 10px;
  margin-left: 100px;
  padding: 20px 30px;
  background-color: #f99d32;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.navbar-cta:hover {
  background-color: #f18507;
}

.navmenu {
  margin-left: 100px;
  float: left;
}

.intro-h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #295570;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.intro-h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #295570;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.fas-advantages {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #3a6f8f;
}

.fas-advantages-h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1px;
}

.fas-advantages-p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.fas-advantages-list {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.fa.fa-database {
  color: #fff;
}

.fa.fa-database.fa-5x {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fa.fa-connectdevelop {
  color: #fff;
}

.fa.fa-connectdevelop.fa-5x {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fa.fa-files-o {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.fa.fa-bolt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.fa.fa-exclamation-triangle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.fa.fa-level-up {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.fa.fa-cog {
  color: #3a6f8f;
  font-size: 140px;
}

.fa.fa-cog.fa-spin {
  float: right;
  font-size: 100px;
}

.fas-advantages-rows {
  margin-top: 30px;
}

.fas-storage-systems {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-drop-down-lists.w--open {
  margin-top: -10px;
  background-color: #30607d;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.dropdown-links {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-links.w--current {
  border-top: 3px solid #f99d32;
  color: #fff;
}

.fas2500-section {
  padding-bottom: 30px;
}

.fas2500-h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #295570;
  font-size: 26px;
  line-height: 34px;
}

.fas2500-p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

.fas2500-img {
  margin-top: 24px;
  margin-bottom: 10px;
}

.fas2500-link {
  font-family: 'Source Sans Pro', sans-serif;
  color: #5298f1;
  font-size: 16px;
  text-decoration: none;
}

.fas2500-link:hover {
  text-decoration: underline;
}

.all-flash-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #9bb3c2;
}

.cards {
  border: 1px solid hsla(0, 0%, 100%, .9);
  background-color: hsla(0, 0%, 100%, .9);
}

.card-title {
  background-color: #3a6f8f;
}

.card-title-heading {
  margin-top: 0px;
  padding: 15px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}

.cards-content {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #30607d;
  font-size: 18px;
  line-height: 22px;
}

.all-flash-cta {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  background-color: #4d0723;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.all-flash-cta:hover {
  background-color: #68082e;
}

.all-flash-cta.fas8000 {
  margin-left: 0px;
}

.fas8000-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a6f8f;
}

.footer-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-align: center;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
}

.modal-window {
  display: block;
  width: 70%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .6);
}

.close-modal {
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1d3746;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f99d32;
  background-image: url('../images/macbook-692573_1920.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-header-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.test-section {
  min-height: 600px;
  background-color: #1d3746;
}

.parallax-wrapper {
  position: absolute;
  background-image: url('../images/macbook-692573_1920.jpg');
  background-position: 0px 0px;
  background-size: 960px;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
  transform-origin: 50% 0% 0px;
}

.parallax-text {
  display: block;
  max-width: 560px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, .4);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 991px) {
  .nav-links {
    color: #fff;
  }
  .nav-links:hover {
    color: #f99d32;
  }
  .nav-links.w--current {
    background-color: #f99d32;
    color: #fff;
  }
  .navmenu {
    background-color: #30607d;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  .modal-window {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .fas-advantages-p {
    margin-bottom: 30px;
  }
  .modal-window {
    width: 90%;
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .nav-links {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-cta.modal-link {
    position: absolute;
    left: -88px;
    top: 0px;
  }
  .navmenu {
    margin-left: 0px;
  }
  .modal-window {
    width: 100%;
    margin-top: 20px;
  }
}

