/* @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;
}

#homelogo { float: left; margin-right: 20px; }
h1 {
	font-size: 4em;
}
#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: 3em; }
h1, h2 { color: #00A1CF; }
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; }