/* PounceTek
   home-style.css
   Copyright 2019 PounceTek Inc.

   Notes:
   
*/


/*Header*/

#header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9;
    color: #FAFAFA;
    padding: 0;
}

#header {
    top: 0px;
}


/*Section 1*/

#section1 {
    text-align: center;
    color: #FAFAFA;
}

.logo {
    width: 60%;
}

.client {
    width: 10em;
}