/* Fonts */
@font-face {
    font-family: 'lobster_1.3regular';
    src: url("../fonts/lobster_1.3-webfont.eot");
    src: url("../fonts/lobster_1.3-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/lobster_1.3-webfont.woff2") format("woff2"),
         url("../fonts/lobster_1.3-webfont.woff") format("woff"),
         url("../fonts/lobster_1.3-webfont.ttf") format("truetype"),
         url("../fonts/lobster_1.3-webfont.svg#lobster_1.3regular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/*List*/
ul {
  list-style-image: url('paw-print-bullet.png');
  
}

ul li{

padding-right:5px;

}

