
	body { background: #FFFFFF; font-family: 'odudo-regular'; font-size: 18px; color: #023052 }
	.container { width: 100%; padding: 60px;  }
	.inner { max-width: 900px; margin: 0 auto; }
	a { color: #023052; }
	
	#intro { text-align: center; margin-top: 60px }
	#intro h1, #intro p {
							font-family: 'odudo-regular';
							font-style: normal;
							font-weight: 600;
							font-size: 34px;
							line-height: 42px;
							
							text-align: center;
							letter-spacing: 1px;
							
							/* Blue */
							
							}
	#intro p { margin-bottom: 30px;  }									
	#intro img.logo { width: 300px; margin:0 auto; margin-bottom: 60px; }
	#intro img.scribble { width: 75px; margin: 0 auto; margin-bottom: 20px; }
	
		
	@media only screen and (max-width: 600px) {
	  .container { padding-left: 15px; padding-right: 15px; }
	  #intro h1, #intro p { font-size: 24px;line-height: 28px }			  
	}
	
	span.break { display:block; }
	
	#footer { background: #023052; color: #1B9AB9; }
	#footer h2 { font-weight: normal; }
	#footer .inner { max-width: 1100px; }
	#footer a { color:white; text-decoration: none; }
	#footer .grid { display:flex; justify-content: space-between; }
	#footer .follow { margin-top: 100px; display: flex; justify-content: space-between; }
	#footer .follow a { margin-left: 30px; }
	#footer .superfooter { max-width: 650px; margin-top: 160px; display:flex; justify-content: space-between; font-size: 12px; }
	#footer .superfooter a { margin-left: 15px; }
	#footer .mailchimpform { margin-top: 15px; }
	
	pre { font-family: sans-serif; white-space: pre-wrap; }


	
	@media only screen and (max-width: 600px) {
	  #footer .grid { display:block; }
	  #footer .follow { margin-top: 50px; }
	  #footer .follow a:last-child { margin-right: 30px; }
	  
	  #footer .superfooter { flex-direction: column-reverse; }
	  #footer .superfooter div { text-align: center; }
	  #footer .superfooter div:last-child { margin-bottom: 15px; }
	  #footer .superfooter a { display: block; margin: 0; }
	}
	

	
	
	
		#mc_embed_signup form { padding: 0; margin-top: 30px; }
	/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
	#mc_embed_signup input[type=email] { width: 100%; font-size: 18px; padding: 10px; margin: 0; height: 48px; box-sizing: border-box; margin-right: 15px; color: #023052; border-radius: 8px; }
	#mc-embedded-subscribe {  -webkit-appearance: none; height: 48px !important; background: #0FC4AB !important; font-size: 18px !important; width: 250px !important; border-radius: 8px !important; }
	#mc_embed_signup_scroll { display: flex; }

	
	
	
