html{

    padding: 0px;
    margin: 0px;
}
body {
    /* Full screen width and height */
    width: 100%;
    min-height: 100vh;
  
    /* Centers the container in the middle of the screen */
    display: flex;
    justify-content: center;
    align-items: center;
  
    margin: 0;
    background-color:white
  }



html{
    height: 100%;
    background-image: url(images/3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: sans-serif;
    

}

#content {
    perspective: 55px;
  }
  
  #inner {
    width: 60em;
    height: 20em;
    background-color: white;
    box-shadow: 2px 2px 50px rgba(0, 0, 20, 0.6);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    background-image: url(images/background.png);
    background-position: center;
    background-size: cover;
    padding: 10em 5em;
    overflow: hidden;
    position: relative;
    transform: rotateX(0deg) rotateY(0deg);
  }

  #inner h1 {
      color: white;
      font-weight: bold;
      font-size: 60px;
      margin-bottom: 10px;

  }

  #inner h5 {
    color: white;
    font-weight: 100;
    margin-top: 10px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    
}

ul{
    padding-left: 0px;
}

ul li{
    text-decoration: none;
    list-style: none;
    color: white;
    padding-top: 10px;
    font-weight: 600;
    transition: 0.3s ease-in-out
}

li:hover{
    color: #e2ca01;
    cursor: pointer;
}

#smoke1 {
    position: absolute;
    width: 200%;
    bottom: 0px;
    /* left:50%; */
    left:0px;
    
    transform-origin: center;
    transform: translate(-50%,0%);
    z-index: -1;
    opacity: 0.7;
    

}

#smoke2 {
    position: absolute;
    width: 200%;
    bottom: 0px;
    /* left:50%; */
    left:0px;
    transform-origin: center;
    transform: translate(-50%,0%);
    z-index: -1;
    opacity: 0.7s; 
    /* mix-blend-mode: multiply;    */
    

    
    
}




.content p {
    text-align: center;
    color: white;
}

.logoName{
    text-align: center;
}

span.logoHighlight {
    background-color: #B7D433;
    height: 100%;
    width: 0%;
    position: absolute;
}

.mainLogo{
    position: relative;
    color: transparent;

}

.logoName h3{
    color: white;
    font-weight: lighter;
}

.greenspan{
    color: #B7D433;
    font-weight: 600;
}

.slogan{
    opacity: 0;
}