body {
    margin: 0 8px 8px 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color:black;
  }
  .main-header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url('./images/bg-plattform-2.jpg');
    background-size: cover;
    background-position: right 25%;

    color: white;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 70vh;
    background-color: #2a2112;
  }

  .header-static-strip {
    position: fixed;
    width: 100%;
    height: 70px;
    background: rgba(80,191,209,0.2);
    z-index: 10;
  }

  .header-static-strip-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    transform: translateY(-1px);
    margin: 0 10%;
  }

  .static-strip-logo {
      width: 104px;
      height: 40px;
      display: block;
  }

  .logo-image {
    display: block;
    width: 100%;
    height: 100%;
    background: url('./images/caera.png') no-repeat left center;
    background-size: contain;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
  }

  .ul-class {
    display: flex;
    list-style: none;
  }

  .li-class {
    margin-left: 10px;
  }

  .a-class {
    text-decoration: none;
  }

  .custom-btn {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    border-radius: 4px;
    padding: 9px 27px 12px;
    color: white;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all 180ms;
    transition: all 180ms;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.05), inset 0 0 0 1px white;
    box-shadow: 0 3px 9px rgba(0,0,0,0.05), inset 0 0 0 1px whitesmoke;
    cursor: pointer;
  }

  .header-content {
    color: white;
    height: 100%;
  }

  .content-part1 {
    padding-top: 6%;
    height: 70%;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 10%;
  }

  .product-name {
    height: 100px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    margin-top: 50px;
  }

  .product-title {
    padding-top: 0%;
    font-size: 5vw;
    line-height: 0.95;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding-bottom: 55px;
    -webkit-transform: translateX(-0.0825em);
    transform: translateX(-0.0825em);
    text-shadow: 0 6px 30px rgba(0,0,0,0.15);
    width: 85%;
    margin-bottom:200px;
  }

  .custom-animation-bottom-up {
    position: relative;
    opacity: 1;
    margin-top: 2%;
    animation-name: hide, animatebottom;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
  }

  .custom-animation-bottom-up.slidup1 {
      animation-delay: 0s, 0s;
  }

  .custom-animation-bottom-up.slidup2 {
      animation-delay: 0s, 1s;
  }

  .custom-animation-bottom-up.slidup3 {
      animation-delay: 0s, 2s;
  }

  @keyframes hide
  { 
      from { opacity: 0; } to { opacity: 0 }
  }
  @keyframes custom-animation-bottom-up
  { 
      0% { opacity: 0; top: -100px; }
      1% { opacity: 1; top: -100px; }
      100% { opacity: 1; top:  200px; } 
  }

  .content-part2 {
	margin-top: 5% !important;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
    background: white;
    margin: 0 0 0 10%;
    height: 20%;
    color: rgba(88,88,88,1);
    width:100%;
    
    
  }

  .section-content {
    padding: 0 30px 20px 30px;
  }

  .height100 {
    height: 100%;
  }

  .margin0-10 {
    margin: 0 10%;
  }

  .main-container {

    padding-top: 50px;
  }

  .container-header {
      position: relative;
      z-index: 1;
  }

  .main-image-container {
      width: 100%;
      height: 412px;
      z-index: 1;
      overflow: hidden;
  }

  .photo-image {
      background-image: url('./images/officeSeating.PNG');
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 155%;
      width: 100%;
      height: 100%;
      -webkit-transform: translateX(25%);
      transform: translateX(25%);
  }

  .main-text-container {
      position: relative;
      margin-top: -350px;
      z-index: 2;
  }

  .text-container {
      width: 35%;
      padding: 10px 0 20px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* min-width: 516px; */
      -webkit-transform: translateY(17%);
      transform: translateY(17%);
  }

  .animate-text-div {
      -webkit-animation-name: hide, animatebottom;
      animation-name: hide, animatebottom;
      animation-duration: 1300ms;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      -webkit-animation-duration: 1300ms;
      -webkit-animation-iteration-count: 1;
  }

  .h1-styling {
      margin-right: 17%;
      color: rgba(254,221,55,1);
      font-weight: 500;
      font-size: 4vw;
      line-height: 1;
      max-width: 6.5em;
      margin-bottom: 45px;
  }
  
  .h-block {
  
  float:left;
  display: block;
  width:40%;
  padding:5px;
  margin-bottom:10px;
  
  }
  
  .h-button {
	background-color:#0078d4;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:2.5vw;
	font-weight:regular;
	padding:1vw 2.5vw;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin: 10px 0;
	width: 90%;
	text-align:center;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    border-radius: 5px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
  }
  
  #showData {
    text-align: center;
    width: 100%;
  }
  
  /* The Close Button */
  .close {
    background-color: #4CAF50;
    color: white;
    padding: 7px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 20%;
    opacity: 0.9;
  }
  
  .close:hover {
    opacity: 1;
  }
  
  .ok-button {
    text-align: center;
    width: 100%
  }
  
