body {
    margin: 0;
    background: #000; 
  }
video { 
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      transform: translateX(-50%) translateY(-50%);
    background: url('./background/Sky-High.jpg') no-repeat;
    background-size: cover; 
    transition: 1s opacity;
  }
  .stopfade { 
     opacity: .5;
  }

  /* The Magic Float Center Code */
/* .float_center {
    float: right;
    position: relative;
    left: -33%; /* or right 50% 

} */
  
  #certussoft { 
    display: block;
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
    font-weight:100; 
    background: rgba(0,0,0,0.3);
    color: white;
    padding: 2rem;
    width: 420px;
    margin:auto;
    font-size: 1.3rem;
  }
  h1 {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .3rem;
    text-shadow: 2px 2px 5px gray;

  }
  h4{
    color: lightyellow;
    font-weight: bold;
  }
  .CS-color{
    color: #01FF70;
  }
  #certussoft button {
    display: block;
    width: 50%;
    padding: .4rem;
    border: none; 
    margin: 1rem auto; 
    font-size: 1.5rem;
    float: right;
    border-radius: 3px; 
    cursor: pointer;
    transition: 0.5s;
  }

   #certussoft img {
    border: none; 
    float: left;
    cursor: pointer;
    transition: .3s background;
  }
  .logo {
    border: none; 
    float: left;
    cursor: pointer;
    transition: .3s background;
    height:60px;
    width:64px;
  }


  #certussoft button:hover { 
     background: rgba(0,0,0,0.5);
     width: 70%;
  }

  a:hover {
    color: lightcyan;
  }
  
  @media screen and (max-width: 250px) { 
    div{width:70%;} 
  }
  @media screen and (max-device-width: 400px) {
    html { background: url(https://thenewcode.com/assets/images/certussoft.jpg) #000 no-repeat center center fixed; }
    #bgvid { display: none; }
  }

  .separateit{
    overflow: hidden;
  }

  .wrapper{
    clear:both;
}