/* -------------------------------------------------------------------------- */
/* LAYOUT                                                                     */
/* -------------------------------------------------------------------------- */
  
  #hp-content {
    font-size: 110%;
    margin-bottom: -50px;
  }
  
  #hp-text-content
  {
    margin-top: 50px;
  }
  
  
    
  
    @media screen and (max-width: 600px) {
        
        #hp-content {
            margin-bottom: -20px;
        }
    }
    
