/* @import url('https://fonts.googleapis.com/css?family=Chewy'); */
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');

html, body { height: 100%; }

body { 
	background: #fff; 
	font-family: 'Droid Sans', sans-serif;
	font-size: 150%;
	color: #333;
}

.wf-menu .btn-block { margin-bottom: 1em; }

#homelogo { float: left; margin-right: 20px; }
#top { background: #ddd; border-bottom: 1px solid #999; margin-bottom: 20px; }
#top h1 { margin: 0; }

#nav #logo { width: auto; height: 36px; float: left; margin-top: 8px; margin-right: 10px; }
#nav a.on { background-color: #ddd; }
.my-row-top-margin { margin-top: 15px; }

h1,h2 { font-family: 'Oswald', cursive; }

h1 { font-size: 2.5em; }
h1 { color: #666; }
h2 { color: var(--color1); }
h3 { font-size: 1.5em; color: #00A1CF;  }
p { font-size: 1.2em; }
ul { font-size: 1.2em; }

a.btn, button.btn { font-size: 1.2em; }