/* Add here all your CSS customizations */

.highlight {display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px; 
	color: #0088cc;	
	}

	
	.highlight-link {display: inline-block;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.5em;
    font-weight: normal;
    position: relative;
    margin-top: 30px; 
	color: #0088cc;	
	padding: 0 5px;
	}
	
.highlight-link:hover { color: white; 
background-color: #08c;
text-decoration:none;
}	


#footer {margin-top: 0px !important; }