body {
    margin: 0px;
    padding: 0px;
    font-family: "Titillium Web", sans-serif;
    background-color: black;
    color:white;
  }
  
  h1 {
    font-size: 4em;
    margin: 0px;
    display: inline-block;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 1em;
  }
  
  h2 {
    font-weight: 300;
  }
  
  p {
    font-weight: 300;
    font-size: 0.8em;
  }
  
  li {
    font-weight: 300;
    font-size: 0.8em;
  }
  
  a,
  a:visited {
    color: white;
  }
  
  .videoContainer {
    position: fixed;
    right: 50;
    z-index: -100;
    opacity: 0.5;
  }
  
  #one {
    z-index: 1000;
  }
  #two {
    z-index: 999;
  }
  #three {
    z-index: 998;
  }
  #four {
    z-index: 997;
  }
  #five {
    z-index: 996;
  }
  #six {
    z-index: 995;
  }
  #seven {
    z-index: 994;
  }
  #eight {
    z-index: 993;
  }
  #nine {
    z-index: 992;
  }
  #ten {
    z-index: 991;
  }
  #eleven {
    z-index: 990;
  }
  #twelve {
    z-index: 989;
  }
  #last {
    z-index: 100;
  }
  
  .loader {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .pod {
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    transition: height 1s;
    background-size: cover;
    background-color: black;
  }
  
  .pod > div {
    max-width: 40vw;
  }
  
  .pod img {
    width: 100%;
  }
  
  .pod p {
    text-align: justify;
  }
  
  .pod ul {
    padding-inline-start: 1em;
    list-style-type: square;
  }
  
  .pod li {
    text-align: justify;
  }
  
  @media only screen and (max-width: 960px) {
    .pod {
      flex-direction: column;
      flex-flow: column-reverse;
      background-position: left;
      justify-content: space-evenly;
      height: 180vh;
    }
    .pod > div {
      max-width: 88vw;
      text-align: center;
    }
    
    .pod p {
      font-size: 0.9em;
    }
    
    .pod img {
    }
    
    .pod h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    
    h2 {
    }
  }
  
  .button {
    padding: 10px 30px 10px 30px;
    margin-top: 20px;
    border: 1px white solid;
    display: inline-block;
    cursor: pointer;
    color: white;
    transition: background-color 1s;
  }
  
  .button:hover {
    background-color: black;
  }
  
  .button span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button a {
    text-decoration: none;
  }
  
  .hello {
    background-image: url("img/hello2.jpg");
    justify-content: space-between;
    background-position: center;
    color: #fff;
  }
  
  .hello > div {
    padding-left:10%;
  }
  
  
  @media only screen and (max-width: 960px) {
    .hello {
      background-image: url("img/hello2-vert.jpg");
      justify-content: space-around;
    }
    .hello > div {
      padding:0px;
    }
  }
  
  .chartpad {
    background-image: url("img/hospital2.jpg");
    color: white;
  }
  
  .chartpad img {
  }
  
  @media only screen and (max-width: 960px) {
    .chartpad {
      background-image: url("img/hospital2-vert.jpg");
    }
  }
  
  .patient {
    background-image: url("img/patient.jpg");
    color: white;
  }
  
  @media only screen and (max-width: 960px) {
    .patient {
      background-image: url("img/patient-vert.jpg");
    }
  }
  
  .stihl {
    background-image: url("img/tradeshow.jpg");
    
  }
  .stihl img {
    width: 50%;
  }
  
  @media only screen and (max-width: 960px) {
    .stihl {
      background-image: url("img/tradeshow-vert.jpg");
      
    }
    
    .stihl img {
      width: 60%;
    }
  }
  
  .dashboard {
    background-image: url("img/factory.jpg");
    color: white;
  }
  
  .dashboard img {
  }
  
  @media only screen and (max-width: 960px) {
    .dashboard {
      background-image: url("img/factory-vert.jpg");;
    }
  }
  
  .viper {
    background-image: url("img/ecom.jpg");
    color: white;
  }
  
  .viper img {
  }
  
  .viper a:visited {
    color: white;
  }
  
  @media only screen and (max-width: 960px) {
    .viper {
      background-image: url("img/ecom-vert.jpg");;
    }
  }
  
  .game {
    background-image: url("img/game.jpg");
    color: #444;
  }
  
  .game a:visited,
  .game a:link,
  .game a:hover,
  .game a:active {
    color: #444;
  }
  
  .game .button {
    border: 1px #444 solid;
    color: #444;
  }
  
  .game .button:hover {
    color: #fff;
  }

  @media only screen and (max-width: 960px) {
    .game {
    background-image: url("img/game-vert.jpg");
  }

  }
  
  .marketing {
    background-image: url("img/marketing.jpg");
  }
  
  
  @media only screen and (max-width: 960px) {
    .marketing {
    background-image: url("img/marketing-vert.jpg");
  }

  }
  
  .goodbye {
    background-color: black;
    background-image: url("img/goodbye.jpg");
    background-position: left;
    color:black;
    justify-content: space-between;
  }
  
  .goodbye > div {
    padding-left:10%;
  }
  
  .goodbye .button {
    border: 1px #000 solid;
    color: #000;
  }

  .goodbye a {
    color:black;
  }

  .goodbye a:hover {
    color:white;
  }
  
  
  @media only screen and (max-width: 960px) {
    .goodbye {
      flex-direction: column;
      
    }
    .goodbye > div {
      padding: 50px 0px 0px 0px;
    }
    
  }