@charset "utf-8";


.nav-pills-list>li+li {
    padding-left: 20px;
    margin: 0;
    background-image: -webkit-linear-gradient(330deg, #fff 44%, #000 49%, #000 51%, #fff 56%);
    background-image: -o-linear-gradient(330deg, #fff 44%, #000 49%, #000 51%, #fff 56%);
    background-image: linear-gradient(120deg, #fff 44%, #000 49%, #000 51%, #fff 56%);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 12px 100%;
    background-size: 12px 100%;
}

h1{
	font-family: 'Boogaloo', cursive;
}