@charset "UTF-8";
/* CSS Document */

.logo {
	font-family: "CCLegendaryLegerdemainLeggy", "Shadows Into Light Two", "Helvetica Neue", "Open Sans", "Raleway", sans-serif;
	font-weight: lighter;
	font-size: 220%;
	color: #000;
}

.stickygreen {
    background: #99ff99;
    padding: 0.9em;
    border: none;
	font-size:80%;
}

.stickyyellow {
    background: #ffea00;
    padding: 0.9em;
    border: none;
	font-size:1100%;
}

p {
	  margin-bottom: 1rem;
}
