/*
 *Some CSS Styling for the Spinnebeest plugin
 *Mainly intended to overrule some possibly awkward theme styling effects :-)
 */
 
 /*add a beautiful font*/
 @font-face {
    font-family: 'CarroisGothic';
    src: url('fonts/carroisgothicsc-regular-webfont.woff2') format('woff2'),
         url('fonts/carroisgothicsc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }
 
 /*Adjust text settings*/
#spinnebeest h2 {
	font-family: CarroisGothic, Arial, sans-serif;
	font-size: 1.8em;
	color: black;
	margin: 0;
}

/*Adjust picture settings*/
#spinlogo {margin: 0;}

/*Adjust div settings */
#spinnebeest {
	background: transparent;
	margin: 0;
}