/* CSS Document */
.pHomepage {
  flex-basis: 80vh;
  position: relative;
  background: url("/_images/homepage/featureMain_NeoV2.jpg") center no-repeat;
  background-size: cover; }
  .pHomepage p {
    position: absolute;
    bottom: calc(10% + 80px);
    font-family: 'Oswald';
    color: white;
    font-weight: 300;
    filter: drop-shadow(3px 3px 2px black); }
  .pHomepage a {
    position: absolute;
    left: 100px;
    bottom: 10%;
    border: 1px solid white;
    display: block;
    color: white;
    width: 200px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase; }
    .pHomepage a:hover {
      background: black; }

#homeMain div {
  width: 100%;
  height: 900px;
  background: #000; }

#homeLatest {
  display: flex;
  column-gap: 1rem;
  width: 1200px;
  margin: auto;
  margin-top: 2em; }
  #homeLatest div {
    flex: 1;
    justify-content: space-between;
    border: 1px solid #EEE; }
  #homeLatest img {
    height: 200px;
    width: 300px; }
  #homeLatest h4 {
    margin: 20px 10px 0; }
  #homeLatest p {
    font-size: .9em;
    margin-left: 10px;
    margin-right: 10px; }

#homeFeatures {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  width: 1200px;
  margin: auto;
  margin-top: 1em; }
  #homeFeatures h3 {
    display: block;
    width: 100%; }
  #homeFeatures div {
    flex: 1 0 21%;
    justify-content: space-between;
    border: 1px solid #EEE;
    text-align: center; }
  #homeFeatures img {
    width: 100%;
    height: 160px; }

.featFeaturettes {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .featFeaturettes a {
    position: relative;
    background: #ccc;
    height: 33vh;
    padding: 20px;
    transition: 1s ease; }
    .featFeaturettes a:hover {
      transform: scale(1.025);
      box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35); }
  .featFeaturettes p {
    position: absolute;
    display: block;
    bottom: 0;
    font-family: 'Oswald';
    font-size: 2.25em;
    font-weight: 200;
    line-height: 1.125em;
    color: white;
    text-shadow: 1px 1px 2px black;
    margin-right: 15px; }
  .featFeaturettes .revity {
    flex: 1 1 30%;
    background: url("/_images/homepage/feature_revity.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .orion {
    flex: 1 1 30%;
    background: url("/_images/homepage/feature_orion.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .neoTap {
    flex: 1 1 30%;
    background: url("/_images/homepage/feature_neoTap.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .unity {
    flex: 1 1 30%;
    background: url("/_images/homepage/feature_unity.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .neoinfinity {
    flex: 1 1 30%;
    background: url("/_images/homepage/feature_neo.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .napatech {
    flex: 1 1 30%;
    background: url("/_images/homepage/feature_napatech.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .neo {
    flex: 1 1 50%;
    background: url("/_images/homepage/feature_neo.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .ultraLowLatency {
    flex: 1 1 36%;
    background: url("/_images/homepage/feature_ultraLowLatency.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .D6m2 {
    flex: 1 1 20%;
    background: url("/_images/homepage/feature_D6m2.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .mindshare {
    flex: 1 1 35%;
    background: url("/_images/homepage/feature_mindshare.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .MTCR {
    flex: 1 1 25%;
    background: url("/_images/homepage/feature_MTCR.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .neoInf {
    flex: 1 1 25%;
    background: url("/_images/homepage/feature_neoInf.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .SBM09P3 {
    flex: 1 1 40%;
    background: url("/_images/homepage/feature_SMB09P3.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .NF3 {
    flex: 1 1 40%;
    background: url("/_images/homepage/feature_nf3.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .netrecapwhy {
    flex: 1 1 25%;
    background: url("/_images/homepage/feature_netrecapwhy.jpg") center no-repeat;
    background-size: cover; }
  .featFeaturettes .fourtygig {
    flex: 1 1 35%;
    background: url("/_images/homepage/feature_40g.png") center no-repeat;
    background-size: cover; }

@media only screen and (min-width: 769px) {
  .pHomepage p {
    font-size: 3.5em;
    line-height: 1em;
    left: 100px; }
  .pHomepage a {
    margin: auto;
    bottom: 10%; }

  .featFeaturettes {
    padding: 5px; }
    .featFeaturettes a {
      min-height: 300px;
      min-width: 300px;
      margin: 5px; }
    .featFeaturettes p {
      font-size: 2.25em;
      line-height: 1.125em; } }
@media only screen and (min-width: 421px) and (max-width: 768px) {
  .pHomepage {
    background-position: center, center; }
    .pHomepage p {
      font-size: 2.1em;
      line-height: 1em;
      left: auto;
      padding: 0 40px; }
    .pHomepage a {
      margin: auto;
      bottom: 10%;
      left: 40px; }

  .featFeaturettes {
    padding: 5px; }
    .featFeaturettes a {
      min-height: 200px;
      width: 100%;
      min-width: 300px;
      margin: 5px; }
    .featFeaturettes p {
      font-size: 1.625em;
      line-height: 1.125em; } }
@media only screen and (max-width: 420px) {
  .pHomepage {
    background-position: center, center; }
    .pHomepage p {
      font-size: 2em;
      line-height: 1.2em;
      left: auto;
      padding: 0 20px; }
    .pHomepage a {
      margin: auto;
      bottom: 10%;
      left: auto;
      right: auto; }

  .featFeaturettes {
    padding: 1px; }
    .featFeaturettes a {
      min-height: 200px;
      width: 100%;
      min-width: 250px;
      margin: 1px; }
    .featFeaturettes p {
      font-size: 1.625em;
      line-height: 1.125em; } }
